Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv.c26 #define SIV_FLAGS AEAD_FLAGS macro
294 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 128, 8, 0)
295 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 192, 8, 0)
296 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 256, 8, 0)