Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/evp/
H A Devp_lib.c355 if (cipher->ccipher != NULL) in evp_cipher_cache_constants()
402 if (ctx->cipher->ccipher != NULL) in EVP_Cipher()
403 ret = ctx->cipher->ccipher(ctx->algctx, out, &outl, in EVP_Cipher()
H A Devp_enc.c1950 if (cipher->ccipher != NULL) in evp_cipher_from_algorithm()
1952 cipher->ccipher = OSSL_FUNC_cipher_cipher(fns); in evp_cipher_from_algorithm()
2023 || (fnciphcnt == 0 && cipher->ccipher == NULL && fnpipecnt == 0) in evp_cipher_from_algorithm()
/freebsd/crypto/openssl/include/crypto/
H A Devp.h344 OSSL_FUNC_cipher_cipher_fn *ccipher; member