Home
last modified time | relevance | path

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

/openssl/crypto/evp/
H A Devp_lib.c356 if (cipher->ccipher != NULL) in evp_cipher_cache_constants()
403 if (ctx->cipher->ccipher != NULL) in EVP_Cipher()
404 ret = ctx->cipher->ccipher(ctx->algctx, out, &outl, in EVP_Cipher()
H A Devp_enc.c1627 if (cipher->ccipher != NULL) in evp_cipher_from_algorithm()
1629 cipher->ccipher = OSSL_FUNC_cipher_cipher(fns); in evp_cipher_from_algorithm()
1677 || (fnciphcnt == 0 && cipher->ccipher == NULL) in evp_cipher_from_algorithm()
/openssl/include/crypto/
H A Devp.h343 OSSL_FUNC_cipher_cipher_fn *ccipher; member

Completed in 16 milliseconds