Lines Matching refs:EVP_CIPHER

83                                     const EVP_CIPHER *cipher,
181 EVP_CIPHER *provciph =
196 if (!EVP_CIPHER_up_ref((EVP_CIPHER *)cipher)) {
201 ctx->fetched_cipher = (EVP_CIPHER *)cipher;
294 * EVP_CIPHER could be used).
314 const EVP_CIPHER *c = ENGINE_get_cipher(impl, cipher->nid);
429 int EVP_CipherInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
436 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
444 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
476 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
482 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
489 int EVP_EncryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
496 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
502 int EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
509 int EVP_DecryptInit_ex2(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher,
1295 int EVP_CIPHER_get_params(EVP_CIPHER *cipher, OSSL_PARAM params[])
1318 const OSSL_PARAM *EVP_CIPHER_gettable_params(const EVP_CIPHER *cipher)
1326 const OSSL_PARAM *EVP_CIPHER_settable_ctx_params(const EVP_CIPHER *cipher)
1337 const OSSL_PARAM *EVP_CIPHER_gettable_ctx_params(const EVP_CIPHER *cipher)
1373 const EVP_CIPHER *cipher = ctx->cipher;
1470 EVP_CIPHER *evp_cipher_new(void)
1472 EVP_CIPHER *cipher = OPENSSL_zalloc(sizeof(EVP_CIPHER));
1521 EVP_CIPHER *cipher = NULL;
1664 EVP_CIPHER *EVP_CIPHER_fetch(OSSL_LIB_CTX *ctx, const char *algorithm,
1667 EVP_CIPHER *cipher =
1675 int EVP_CIPHER_up_ref(EVP_CIPHER *cipher)
1684 void evp_cipher_free_int(EVP_CIPHER *cipher)
1692 void EVP_CIPHER_free(EVP_CIPHER *cipher)
1706 void (*fn)(EVP_CIPHER *mac, void *arg),