Searched refs:ccipher (Results 1 – 3 of 3) sorted by relevance
355 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()
1950 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()
344 OSSL_FUNC_cipher_cipher_fn *ccipher; member