EVP_Cipher       2154 source4/heimdal/lib/hx509/crypto.c     ret = EVP_Cipher(&evp, (*ciphertext)->data,
EVP_Cipher       2218 source4/heimdal/lib/hx509/crypto.c     if (EVP_Cipher(&evp, clear->data, data, length) != 1) {
EVP_Cipher        113 source4/heimdal/lib/hx509/ks_file.c 	EVP_Cipher(&ctx, clear.data, cipher, len);
EVP_Cipher       1257 source4/heimdal/lib/krb5/crypto.c     EVP_Cipher(&ctx->ectx, p, p, 24);
EVP_Cipher       1285 source4/heimdal/lib/krb5/crypto.c     EVP_Cipher(&ctx->dctx, tmp, C->checksum.data, 24);
EVP_Cipher       2038 source4/heimdal/lib/krb5/crypto.c     EVP_Cipher(c, data, data, len);
EVP_Cipher       2058 source4/heimdal/lib/krb5/crypto.c     EVP_Cipher(c, data, data, len);
EVP_Cipher       2077 source4/heimdal/lib/krb5/crypto.c     EVP_Cipher(c, data, data, len);
EVP_Cipher       2354 source4/heimdal/lib/krb5/crypto.c 	EVP_Cipher(&ctx, out->data, result.checksum.data, 16);