Searched refs:ccipher (Results 1 – 3 of 3) sorted by relevance
356 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()
1627 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()
343 OSSL_FUNC_cipher_cipher_fn *ccipher; member
Completed in 16 milliseconds