Home
last modified time | relevance | path

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

/openssl-master/crypto/evp/
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()
A Devp_enc.c1524 if (cipher->ccipher != NULL) in evp_cipher_from_algorithm()
1526 cipher->ccipher = OSSL_FUNC_cipher_cipher(fns); in evp_cipher_from_algorithm()
1574 || (fnciphcnt == 0 && cipher->ccipher == NULL) in evp_cipher_from_algorithm()
/openssl-master/include/crypto/
A Devp.h335 OSSL_FUNC_cipher_cipher_fn *ccipher; member

Completed in 14 milliseconds