Searched refs:addmul (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/ |
H A D | aead_aes256gcm_aesni.c | 201 addmul(unsigned char *c, const unsigned char *a, unsigned int xlen, const unsigned char *b) in addmul() function 565 addmul(accum, ad + i, blocklen, H); in crypto_aead_aes256gcm_encrypt_detached_afternm() 602 addmul(accum, c + i + j, bl, H); \ in crypto_aead_aes256gcm_encrypt_detached_afternm() 612 addmul(accum, fb, 16, H); in crypto_aead_aes256gcm_encrypt_detached_afternm() 704 addmul(accum, ad + i, blocklen, H); in crypto_aead_aes256gcm_decrypt_detached_afternm() 745 addmul(accum, c + i + j, bl, H); \ in crypto_aead_aes256gcm_decrypt_detached_afternm() 774 addmul(accum, fb, 16, H); in crypto_aead_aes256gcm_decrypt_detached_afternm()
|