Searched defs:IMPLEMENT_cipher (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc4.c | 71 #define IMPLEMENT_cipher(alg, UCALG, flags, kbits, blkbits, ivbits, typ) \ macro
|
H A D | cipher_rc5.c | 130 #define IMPLEMENT_cipher(alg, UCALG, lcmode, UCMODE, flags, kbits, \ macro
|
H A D | cipher_rc2.c | 234 #define IMPLEMENT_cipher(alg, UCALG, lcmode, UCMODE, flags, kbits, blkbits, \ macro
|
H A D | cipher_aes_gcm_siv.c | 273 #define IMPLEMENT_cipher(alg, lc, UCMODE, flags, kbits, blkbits, ivbits) … macro
|
H A D | cipher_aes_siv.c | 244 #define IMPLEMENT_cipher(alg, lc, UCMODE, flags, kbits, blkbits, ivbits) \ macro
|
H A D | cipher_sm4_xts.c | 243 #define IMPLEMENT_cipher(lcmode, UCMODE, kbits, flags) \ macro
|
H A D | cipher_aes_xts.c | 279 #define IMPLEMENT_cipher(lcmode, UCMODE, kbits, flags) \ macro
|
H A D | cipher_aes_wrp.c | 286 #define IMPLEMENT_cipher(mode, fname, UCMODE, flags, kbits, blkbits, ivbits) \ macro
|
H A D | cipher_aes_ocb.c | 528 #define IMPLEMENT_cipher(mode, UCMODE, flags, kbits, blkbits, ivbits) \ macro
|