Home
last modified time | relevance | path

Searched refs:ossl_cipher_generic_set_ctx_params (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_des.c103 return ossl_cipher_generic_set_ctx_params(ctx, params); in des_init()
186 (void (*)(void))ossl_cipher_generic_set_ctx_params }, \
H A Dciphercommon.c121 if (!ossl_cipher_generic_set_ctx_params(vctx, params))
225 return ossl_cipher_generic_set_ctx_params(ctx, params); in cipher_generic_init_internal()
622 int ossl_cipher_generic_set_ctx_params(void *vctx, const OSSL_PARAM params[]) in ossl_cipher_generic_set_ctx_params() function
H A Dcipher_tdes.h67 (void (*)(void))ossl_cipher_generic_set_ctx_params }, \
H A Dcipher_tdes_common.c97 return ossl_cipher_generic_set_ctx_params(ctx, params); in tdes_init()
H A Dcipher_camellia_cts.inc83 return ossl_cipher_generic_set_ctx_params(vctx, params);
H A Dcipher_aes_cts.inc83 return ossl_cipher_generic_set_ctx_params(vctx, params);
H A Dcipher_tdes_wrap.c203 (void (*)(void))ossl_cipher_generic_set_ctx_params }, \
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/include/prov/
H A Dciphercommon.h113 OSSL_FUNC_cipher_set_ctx_params_fn ossl_cipher_generic_set_ctx_params; variable
147 (void (*)(void))ossl_cipher_generic_set_ctx_params }, \