/openssl/providers/implementations/ciphers/ |
H A D | cipher_idea_hw.c | 39 # define PROV_CIPHER_HW_idea_mode_ex(mode, UCMODE, fname) \ argument 51 # define PROV_CIPHER_HW_idea_mode(mode, UCMODE) \ argument
|
H A D | cipher_blowfish_hw.c | 27 # define PROV_CIPHER_HW_blowfish_mode(mode, UCMODE) \ argument
|
H A D | cipher_cast5_hw.c | 27 # define PROV_CIPHER_HW_cast_mode(mode, UCMODE) \ argument
|
H A D | cipher_seed_hw.c | 27 # define PROV_CIPHER_HW_seed_mode(mode, UCMODE) \ argument
|
H A D | cipher_rc5_hw.c | 26 # define PROV_CIPHER_HW_rc5_mode(mode, UCMODE) \ argument
|
H A D | cipher_rc2_hw.c | 28 # define PROV_CIPHER_HW_rc2_mode(mode, UCMODE) \ argument
|
H A D | cipher_cts.h | 13 #define IMPLEMENT_cts_cipher(alg, UCALG, lcmode, UCMODE, flags, kbits, \ argument
|
H A D | cipher_tdes.h | 33 #define IMPLEMENT_tdes_cipher(type, UCTYPE, lcmode, UCMODE, flags, \ argument
|
H A D | cipher_rc5.c | 130 #define IMPLEMENT_cipher(alg, UCALG, lcmode, UCMODE, flags, kbits, \ argument
|
H A D | cipher_des.c | 150 #define IMPLEMENT_des_cipher(type, lcmode, UCMODE, flags, \ argument
|
H A D | cipher_rc2.c | 234 #define IMPLEMENT_cipher(alg, UCALG, lcmode, UCMODE, flags, kbits, blkbits, \ argument
|
H A D | cipher_aes_gcm_siv.c | 280 #define IMPLEMENT_cipher(alg, lc, UCMODE, flags, kbits, blkbits, ivbits) … argument
|
H A D | cipher_aes_siv.c | 253 #define IMPLEMENT_cipher(alg, lc, UCMODE, flags, kbits, blkbits, ivbits) \ argument
|
H A D | cipher_sm4_xts.c | 243 #define IMPLEMENT_cipher(lcmode, UCMODE, kbits, flags) \ argument
|
H A D | cipher_aes_xts.c | 279 #define IMPLEMENT_cipher(lcmode, UCMODE, kbits, flags) \ argument
|
H A D | cipher_aes_wrp.c | 286 #define IMPLEMENT_cipher(mode, fname, UCMODE, flags, kbits, blkbits, ivbits) \ argument
|
H A D | cipher_aes_ocb.c | 528 #define IMPLEMENT_cipher(mode, UCMODE, flags, kbits, blkbits, ivbits) \ argument
|
/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon_aead.h | 18 # define IMPLEMENT_aead_cipher(alg, lc, UCMODE, flags, kbits, blkbits, ivbits) \ argument
|
H A D | ciphercommon.h | 134 # define IMPLEMENT_generic_cipher_func(alg, UCALG, lcmode, UCMODE, flags, kbits,\ argument 161 # define IMPLEMENT_var_keylen_cipher_func(alg, UCALG, lcmode, UCMODE, flags, \ argument 189 # define IMPLEMENT_generic_cipher_genfn(alg, UCALG, lcmode, UCMODE, flags, \ argument 211 # define IMPLEMENT_generic_cipher(alg, UCALG, lcmode, UCMODE, flags, kbits, \ argument 218 # define IMPLEMENT_var_keylen_cipher(alg, UCALG, lcmode, UCMODE, flags, kbits, \ argument
|