evp 2108 source4/heimdal/lib/hx509/crypto.c EVP_CIPHER_CTX evp;
evp 2116 source4/heimdal/lib/hx509/crypto.c EVP_CIPHER_CTX_init(&evp);
evp 2118 source4/heimdal/lib/hx509/crypto.c ret = EVP_CipherInit_ex(&evp, crypto->c, NULL,
evp 2121 source4/heimdal/lib/hx509/crypto.c EVP_CIPHER_CTX_cleanup(&evp);
evp 2154 source4/heimdal/lib/hx509/crypto.c ret = EVP_Cipher(&evp, (*ciphertext)->data,
evp 2173 source4/heimdal/lib/hx509/crypto.c EVP_CIPHER_CTX_cleanup(&evp);
evp 2185 source4/heimdal/lib/hx509/crypto.c EVP_CIPHER_CTX evp;
evp 2201 source4/heimdal/lib/hx509/crypto.c EVP_CIPHER_CTX_init(&evp);
evp 2203 source4/heimdal/lib/hx509/crypto.c ret = EVP_CipherInit_ex(&evp, crypto->c, NULL,
evp 2206 source4/heimdal/lib/hx509/crypto.c EVP_CIPHER_CTX_cleanup(&evp);
evp 2213 source4/heimdal/lib/hx509/crypto.c EVP_CIPHER_CTX_cleanup(&evp);
evp 2218 source4/heimdal/lib/hx509/crypto.c if (EVP_Cipher(&evp, clear->data, data, length) != 1) {
evp 2221 source4/heimdal/lib/hx509/crypto.c EVP_CIPHER_CTX_cleanup(&evp);
evp 101 source4/heimdal/lib/krb5/crypto.c const EVP_CIPHER *(*evp)(void);
evp 703 source4/heimdal/lib/krb5/crypto.c const EVP_CIPHER *c = (*kt->evp)();
evp 2349 source4/heimdal/lib/krb5/crypto.c const EVP_CIPHER *c = (*crypto->et->keytype->evp)();