Searched refs:SIV_LEN (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | siv128.c | 101 if (len >= SIV_LEN) { in siv128_do_s2v_p() 102 if (!EVP_MAC_update(mac_ctx, in, len - SIV_LEN)) in siv128_do_s2v_p() 104 memcpy(&t, in + (len-SIV_LEN), SIV_LEN); in siv128_do_s2v_p() 106 if (!EVP_MAC_update(mac_ctx, t.byte, SIV_LEN)) in siv128_do_s2v_p() 114 if (!EVP_MAC_update(mac_ctx, t.byte, SIV_LEN)) in siv128_do_s2v_p() 118 || out_len != SIV_LEN) in siv128_do_s2v_p() 167 static const unsigned char zero[SIV_LEN] = { 0 }; in ossl_siv128_init() 168 size_t out_len = SIV_LEN; in ossl_siv128_init() 250 size_t out_len = SIV_LEN; in ossl_siv128_aad() [all...] |
/third_party/openssl/crypto/modes/ |
H A D | siv128.c | 101 if (len >= SIV_LEN) { in siv128_do_s2v_p() 102 if (!EVP_MAC_update(mac_ctx, in, len - SIV_LEN)) in siv128_do_s2v_p() 104 memcpy(&t, in + (len-SIV_LEN), SIV_LEN); in siv128_do_s2v_p() 106 if (!EVP_MAC_update(mac_ctx, t.byte, SIV_LEN)) in siv128_do_s2v_p() 114 if (!EVP_MAC_update(mac_ctx, t.byte, SIV_LEN)) in siv128_do_s2v_p() 118 || out_len != SIV_LEN) in siv128_do_s2v_p() 167 static const unsigned char zero[SIV_LEN] = { 0 }; in ossl_siv128_init() 168 size_t out_len = SIV_LEN; in ossl_siv128_init() 250 size_t out_len = SIV_LEN; in ossl_siv128_aad() [all...] |
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | modes.h | 204 #define SIV_LEN 16 macro 207 uint64_t word[SIV_LEN/sizeof(uint64_t)]; 208 unsigned char byte[SIV_LEN];
|
/third_party/openssl/include/crypto/ |
H A D | modes.h | 204 #define SIV_LEN 16 macro 207 uint64_t word[SIV_LEN/sizeof(uint64_t)]; 208 unsigned char byte[SIV_LEN];
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv.c | 40 ctx->taglen = SIV_LEN; in aes_siv_newctx()
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv.c | 40 ctx->taglen = SIV_LEN; in aes_siv_newctx()
|
Completed in 3 milliseconds