Searched refs:ossl_cipher_generic_get_params (Results 1 – 19 of 19) sorted by relevance
/openssl-master/providers/implementations/ciphers/ |
A D | cipher_cts.h | 18 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
|
A D | cipher_rc4.c | 77 return ossl_cipher_generic_get_params(params, 0, flags, \
|
A D | cipher_tdes.h | 43 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
|
A D | cipher_null.c | 105 return ossl_cipher_generic_get_params(params, 0, 0, 0, 8, 0); in null_get_params()
|
A D | cipher_chacha20.c | 69 return ossl_cipher_generic_get_params(params, 0, CHACHA20_FLAGS, in chacha20_get_params()
|
A D | cipher_rc5.c | 137 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
|
A D | cipher_tdes_wrap.c | 182 return ossl_cipher_generic_get_params(params, EVP_CIPH_WRAP_MODE, flags, \
|
A D | cipher_des.c | 163 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
|
A D | cipher_rc4_hmac_md5.c | 207 return ossl_cipher_generic_get_params(params, RC4_HMAC_MD5_MODE, in rc4_hmac_md5_get_params()
|
A D | cipher_aes_xts.c | 259 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
|
A D | cipher_rc2.c | 227 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
|
A D | cipher_aes_wrp.c | 267 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE,\
|
A D | cipher_chacha20_poly1305.c | 75 return ossl_cipher_generic_get_params(params, 0, CHACHA20_POLY1305_FLAGS, in chacha20_poly1305_get_params()
|
A D | cipher_aes_siv.c | 269 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
|
A D | cipher_aes_cbc_hmac_sha.c | 383 return ossl_cipher_generic_get_params(params, EVP_CIPH_CBC_MODE, \
|
A D | cipher_aes_ocb.c | 523 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
|
A D | ciphercommon.c | 41 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 D | ciphercommon_aead.h | 18 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
|
A D | ciphercommon.h | 120 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