Searched refs:SIV_FLAGS (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv.c | 26 #define SIV_FLAGS AEAD_FLAGS macro 305 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 128, 8, 0) 306 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 192, 8, 0) 307 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 256, 8, 0)
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv.c | 26 #define SIV_FLAGS AEAD_FLAGS macro 305 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 128, 8, 0) 306 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 192, 8, 0) 307 IMPLEMENT_cipher(aes, siv, SIV, SIV_FLAGS, 256, 8, 0)
|
Completed in 2 milliseconds