Home
last modified time | relevance | path

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

/openssl-master/providers/implementations/ciphers/
A Dcipher_cts.h18 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
A Dcipher_rc4.c77 return ossl_cipher_generic_get_params(params, 0, flags, \
A Dcipher_tdes.h43 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
A Dcipher_null.c105 return ossl_cipher_generic_get_params(params, 0, 0, 0, 8, 0); in null_get_params()
A Dcipher_chacha20.c69 return ossl_cipher_generic_get_params(params, 0, CHACHA20_FLAGS, in chacha20_get_params()
A Dcipher_rc5.c137 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
A Dcipher_tdes_wrap.c182 return ossl_cipher_generic_get_params(params, EVP_CIPH_WRAP_MODE, flags, \
A Dcipher_des.c163 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
A Dcipher_rc4_hmac_md5.c207 return ossl_cipher_generic_get_params(params, RC4_HMAC_MD5_MODE, in rc4_hmac_md5_get_params()
A Dcipher_aes_xts.c259 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
A Dcipher_rc2.c227 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
A Dcipher_aes_wrp.c267 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE,\
A Dcipher_chacha20_poly1305.c75 return ossl_cipher_generic_get_params(params, 0, CHACHA20_POLY1305_FLAGS, in chacha20_poly1305_get_params()
A Dcipher_aes_siv.c269 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
A Dcipher_aes_cbc_hmac_sha.c383 return ossl_cipher_generic_get_params(params, EVP_CIPH_CBC_MODE, \
A Dcipher_aes_ocb.c523 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
A Dciphercommon.c41 int ossl_cipher_generic_get_params(OSSL_PARAM params[], unsigned int md, in ossl_cipher_generic_get_params() function
/openssl-master/providers/implementations/include/prov/
A Dciphercommon_aead.h18 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
A Dciphercommon.h120 int ossl_cipher_generic_get_params(OSSL_PARAM params[], unsigned int md,
188 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \

Completed in 28 milliseconds