Home
last modified time | relevance | path

Searched defs:IMPLEMENT_cipher (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_rc4.c71 #define IMPLEMENT_cipher(alg, UCALG, flags, kbits, blkbits, ivbits, typ) \ macro
H A Dcipher_rc5.c130 #define IMPLEMENT_cipher(alg, UCALG, lcmode, UCMODE, flags, kbits, \ macro
H A Dcipher_rc2.c234 #define IMPLEMENT_cipher(alg, UCALG, lcmode, UCMODE, flags, kbits, blkbits, \ macro
H A Dcipher_aes_gcm_siv.c273 #define IMPLEMENT_cipher(alg, lc, UCMODE, flags, kbits, blkbits, ivbits) … macro
H A Dcipher_aes_siv.c244 #define IMPLEMENT_cipher(alg, lc, UCMODE, flags, kbits, blkbits, ivbits) \ macro
H A Dcipher_sm4_xts.c243 #define IMPLEMENT_cipher(lcmode, UCMODE, kbits, flags) \ macro
H A Dcipher_aes_xts.c279 #define IMPLEMENT_cipher(lcmode, UCMODE, kbits, flags) \ macro
H A Dcipher_aes_wrp.c286 #define IMPLEMENT_cipher(mode, fname, UCMODE, flags, kbits, blkbits, ivbits) \ macro
H A Dcipher_aes_ocb.c528 #define IMPLEMENT_cipher(mode, UCMODE, flags, kbits, blkbits, ivbits) \ macro