Searched refs:ccipher (Results 1 – 3 of 3) sorted by relevance
377 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()
1524 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()
335 OSSL_FUNC_cipher_cipher_fn *ccipher; member
Completed in 14 milliseconds