| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| evp_lib.c | 377 if (cipher->ccipher != NULL) 408 * If the provided implementation has a ccipher function, we use it, 418 if (ctx->cipher->ccipher != NULL) 419 ret = ctx->cipher->ccipher(ctx->algctx, out, &outl,
|
| evp_enc.c | 1584 if (cipher->ccipher != NULL) 1586 cipher->ccipher = OSSL_FUNC_cipher_cipher(fns); 1634 || (fnciphcnt == 0 && cipher->ccipher == NULL)
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| evp_lib.c | 355 if (cipher->ccipher != NULL) 389 * If the provided implementation has a ccipher function, we use it, 402 if (ctx->cipher->ccipher != NULL) 403 ret = ctx->cipher->ccipher(ctx->algctx, out, &outl,
|
| evp_enc.c | 1950 if (cipher->ccipher != NULL) 1952 cipher->ccipher = OSSL_FUNC_cipher_cipher(fns); 2023 || (fnciphcnt == 0 && cipher->ccipher == NULL && fnpipecnt == 0)
|
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| evp.h | 344 OSSL_FUNC_cipher_cipher_fn *ccipher; member in struct:evp_cipher_st
|
| /src/crypto/external/bsd/openssl/dist/include/crypto/ |
| evp.h | 335 OSSL_FUNC_cipher_cipher_fn *ccipher; member in struct:evp_cipher_st
|