Home
last modified time | relevance | path

Searched refs:ccipher (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/crypto/openssl/crypto/evp/
H A Devp_lib.c377 if (cipher->ccipher != NULL) in evp_cipher_cache_constants()
418 if (ctx->cipher->ccipher != NULL) in EVP_Cipher()
419 ret = ctx->cipher->ccipher(ctx->algctx, out, &outl, in EVP_Cipher()
H A Devp_enc.c1584 if (cipher->ccipher != NULL) in evp_cipher_from_algorithm()
1586 cipher->ccipher = OSSL_FUNC_cipher_cipher(fns); in evp_cipher_from_algorithm()
1634 || (fnciphcnt == 0 && cipher->ccipher == NULL) in evp_cipher_from_algorithm()
/freebsd-14.2/crypto/openssl/include/crypto/
H A Devp.h335 OSSL_FUNC_cipher_cipher_fn *ccipher; member