Searched refs:gcm_ghash_v8 (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/crypto/armv8/ |
H A D | armv8_crypto_wrap.c | 351 gcm_ghash_v8(s->Xi.u, Htable, authdata, authdatalen - trailer); in armv8_aes_gmac_setup() 357 gcm_ghash_v8(s->Xi.u, Htable, block, AES_BLOCK_LEN); in armv8_aes_gmac_setup() 369 gcm_ghash_v8(s->Xi.u, Htable, s->lenblock.c, AES_BLOCK_LEN); in armv8_aes_gmac_finish() 427 gcm_ghash_v8(s.Xi.u, Htable, block, seglen); in armv8_aes_encrypt_gcm() 435 gcm_ghash_v8(s.Xi.u, Htable, (uint8_t *)to64, in armv8_aes_encrypt_gcm() 478 gcm_ghash_v8(s.Xi.u, Htable, from, seglen); in armv8_aes_decrypt_gcm() 484 gcm_ghash_v8(s.Xi.u, Htable, block, seglen); in armv8_aes_decrypt_gcm()
|
H A D | armv8_crypto.h | 62 void gcm_ghash_v8(uint64_t Xi[2], const __uint128_val_t Htable[16], const uint8_t *inp, size_t len);
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | ghashv8-armx.S | 106 .globl gcm_ghash_v8 107 .type gcm_ghash_v8,%function 109 gcm_ghash_v8: label 240 .size gcm_ghash_v8,.-gcm_ghash_v8
|
/freebsd/sys/crypto/openssl/aarch64/ |
H A D | ghashv8-armx.S | 140 .globl gcm_ghash_v8 141 .type gcm_ghash_v8,%function 143 gcm_ghash_v8: label 272 .size gcm_ghash_v8,.-gcm_ghash_v8
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | aes_platform.h | 109 (gctx)->gcm.ghash==gcm_ghash_v8) 126 void gcm_ghash_v8(u64 Xi[2],const u128 Htable[16],const u8 *inp, size_t len);
|
/freebsd/crypto/openssl/crypto/modes/ |
H A D | gcm128.c | 673 void gcm_ghash_v8(u64 Xi[2], const u128 Htable[16], const u8 *inp, 773 CTX__GHASH(gcm_ghash_v8);
|