Home
last modified time | relevance | path

Searched refs:ossl_cipher_generic_get_params (Results 1 – 21 of 21) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_cts.h18 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
H A Dcipher_rc4.c75 return ossl_cipher_generic_get_params(params, 0, flags, \
H A Dcipher_null.c105 return ossl_cipher_generic_get_params(params, 0, 0, 0, 8, 0); in null_get_params()
H A Dcipher_tdes_common.c204 return ossl_cipher_generic_get_params(params, md, flags, in ossl_tdes_get_params()
H A Dcipher_tdes_wrap.c181 return ossl_cipher_generic_get_params(params, EVP_CIPH_WRAP_MODE, flags, \
H A Dcipher_rc5.c135 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
H A Dcipher_chacha20.c89 return ossl_cipher_generic_get_params(params, 0, CHACHA20_FLAGS, in chacha20_get_params()
H A Dcipher_des.c162 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
H A Dcipher_rc4_hmac_md5.c217 return ossl_cipher_generic_get_params(params, RC4_HMAC_MD5_MODE, in rc4_hmac_md5_get_params()
H A Dcipher_aes_xts.c283 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
H A Dcipher_sm4_xts.c247 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
H A Dcipher_rc2.c239 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
H A Dcipher_aes_siv.c271 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
H A Dcipher_aes_wrp.c290 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE,\
H A Dcipher_chacha20_poly1305.c93 return ossl_cipher_generic_get_params(params, 0, CHACHA20_POLY1305_FLAGS, in chacha20_poly1305_get_params()
H A Dcipher_aes_gcm_siv.c296 …return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, …
H A Dcipher_aes_cbc_hmac_sha.c406 return ossl_cipher_generic_get_params(params, EVP_CIPH_CBC_MODE, \
H A Dcipher_aes_ocb.c532 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
H A Dciphercommon.c41 int ossl_cipher_generic_get_params(OSSL_PARAM params[], unsigned int md, in ossl_cipher_generic_get_params() function
/openssl/providers/implementations/include/prov/
H A Dciphercommon_aead.h22 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
H A Dciphercommon.h126 int ossl_cipher_generic_get_params(OSSL_PARAM params[], unsigned int md,
194 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \

Completed in 35 milliseconds