Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c518 unsigned long long mlen_rnd128 = mlen & ~127ULL; in crypto_aead_aes256gcm_encrypt_detached_afternm() local
574 … for (i = 0; i < mlen_rnd128; i += lb) { \ in crypto_aead_aes256gcm_encrypt_detached_afternm()
585 for (i = mlen_rnd128; i < mlen; i += lb) { \ in crypto_aead_aes256gcm_encrypt_detached_afternm()
657 unsigned long long mlen_rnd128; in crypto_aead_aes256gcm_decrypt_detached_afternm() local
707 mlen_rnd128 = mlen & ~127ULL; in crypto_aead_aes256gcm_decrypt_detached_afternm()
713 for (i = 0; i < mlen_rnd128; i += lb) { \ in crypto_aead_aes256gcm_decrypt_detached_afternm()
723 for (i = 0; i < mlen_rnd128; i += lb) { \ in crypto_aead_aes256gcm_decrypt_detached_afternm()
733 for (i = mlen_rnd128; i < mlen; i += lb) { \ in crypto_aead_aes256gcm_decrypt_detached_afternm()
755 for (i = mlen_rnd128; i < mlen; i += lb) { \ in crypto_aead_aes256gcm_decrypt_detached_afternm()