ciphertext 1408 source4/heimdal/lib/hcrypto/camellia-ntt.c unsigned char *ciphertext)
ciphertext 1430 source4/heimdal/lib/hcrypto/camellia-ntt.c PUTU32(ciphertext, tmp[0]);
ciphertext 1431 source4/heimdal/lib/hcrypto/camellia-ntt.c PUTU32(ciphertext + 4, tmp[1]);
ciphertext 1432 source4/heimdal/lib/hcrypto/camellia-ntt.c PUTU32(ciphertext + 8, tmp[2]);
ciphertext 1433 source4/heimdal/lib/hcrypto/camellia-ntt.c PUTU32(ciphertext + 12, tmp[3]);
ciphertext 1437 source4/heimdal/lib/hcrypto/camellia-ntt.c const unsigned char *ciphertext,
ciphertext 1443 source4/heimdal/lib/hcrypto/camellia-ntt.c tmp[0] = GETU32(ciphertext);
ciphertext 1444 source4/heimdal/lib/hcrypto/camellia-ntt.c tmp[1] = GETU32(ciphertext + 4);
ciphertext 1445 source4/heimdal/lib/hcrypto/camellia-ntt.c tmp[2] = GETU32(ciphertext + 8);
ciphertext 1446 source4/heimdal/lib/hcrypto/camellia-ntt.c tmp[3] = GETU32(ciphertext + 12);
ciphertext 1520 source4/heimdal/lib/hx509/cert.c const heim_octet_string *ciphertext,
ciphertext 1535 source4/heimdal/lib/hx509/cert.c ciphertext,
ciphertext 1546 source4/heimdal/lib/hx509/cert.c heim_octet_string *ciphertext)
ciphertext 1550 source4/heimdal/lib/hx509/cert.c encryption_oid, ciphertext);
ciphertext 1160 source4/heimdal/lib/hx509/crypto.c heim_octet_string *ciphertext)
ciphertext 1170 source4/heimdal/lib/hx509/crypto.c ciphertext->data = NULL;
ciphertext 1171 source4/heimdal/lib/hx509/crypto.c ciphertext->length = 0;
ciphertext 1221 source4/heimdal/lib/hx509/crypto.c ciphertext->length = ret;
ciphertext 1222 source4/heimdal/lib/hx509/crypto.c ciphertext->data = to;
ciphertext 1226 source4/heimdal/lib/hx509/crypto.c der_free_octet_string(ciphertext);
ciphertext 1236 source4/heimdal/lib/hx509/crypto.c const heim_octet_string *ciphertext,
ciphertext 1258 source4/heimdal/lib/hx509/crypto.c ret = RSA_private_decrypt(ciphertext->length, ciphertext->data,
ciphertext 2106 source4/heimdal/lib/hx509/crypto.c heim_octet_string **ciphertext)
ciphertext 2112 source4/heimdal/lib/hx509/crypto.c *ciphertext = NULL;
ciphertext 2126 source4/heimdal/lib/hx509/crypto.c *ciphertext = calloc(1, sizeof(**ciphertext));
ciphertext 2127 source4/heimdal/lib/hx509/crypto.c if (*ciphertext == NULL) {
ciphertext 2138 source4/heimdal/lib/hx509/crypto.c (*ciphertext)->length = length + padsize;
ciphertext 2139 source4/heimdal/lib/hx509/crypto.c (*ciphertext)->data = malloc(length + padsize);
ciphertext 2140 source4/heimdal/lib/hx509/crypto.c if ((*ciphertext)->data == NULL) {
ciphertext 2145 source4/heimdal/lib/hx509/crypto.c memcpy((*ciphertext)->data, data, length);
ciphertext 2148 source4/heimdal/lib/hx509/crypto.c unsigned char *p = (*ciphertext)->data;
ciphertext 2154 source4/heimdal/lib/hx509/crypto.c ret = EVP_Cipher(&evp, (*ciphertext)->data,
ciphertext 2155 source4/heimdal/lib/hx509/crypto.c (*ciphertext)->data,
ciphertext 2165 source4/heimdal/lib/hx509/crypto.c if (*ciphertext) {
ciphertext 2166 source4/heimdal/lib/hx509/crypto.c if ((*ciphertext)->data) {
ciphertext 2167 source4/heimdal/lib/hx509/crypto.c free((*ciphertext)->data);
ciphertext 2169 source4/heimdal/lib/hx509/crypto.c free(*ciphertext);
ciphertext 2170 source4/heimdal/lib/hx509/crypto.c *ciphertext = NULL;
ciphertext 106 source4/heimdal/lib/krb5/krb5.h krb5_data ciphertext;
ciphertext 237 source4/heimdal/lib/krb5/mit_glue.c input->ciphertext.data, input->ciphertext.length,
ciphertext 278 source4/heimdal/lib/krb5/mit_glue.c &output->ciphertext,