Searched refs:pcipher (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/crypto/evp/
H A Denc_min.c149 static int do_evp_enc_engine(EVP_CIPHER_CTX *ctx, const EVP_CIPHER **pcipher, ENGINE *impl) argument
161 impl = ENGINE_get_cipher_engine((*pcipher)->nid);
165 const EVP_CIPHER *c = ENGINE_get_cipher(impl, (*pcipher)->nid);
176 *pcipher = c;
H A Devp_enc.c394 static int do_evp_enc_engine_full(EVP_CIPHER_CTX *ctx, const EVP_CIPHER **pcipher, ENGINE *impl) argument
406 impl = ENGINE_get_cipher_engine((*pcipher)->nid);
410 const EVP_CIPHER *c = ENGINE_get_cipher(impl, (*pcipher)->nid);
421 *pcipher = c;

Completed in 116 milliseconds