Searched refs:gcm_ghash_4bit (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/crypto/openssl/arm/ |
H A D | ghash-armv4.S | 38 .globl gcm_ghash_4bit 39 .type gcm_ghash_4bit,%function 41 gcm_ghash_4bit: label 209 .size gcm_ghash_4bit,.-gcm_ghash_4bit
|
/freebsd/crypto/openssl/crypto/modes/ |
H A D | gcm128.c | 375 static void gcm_ghash_4bit(u64 Xi[2], const u128 Htable[16], function 545 void gcm_ghash_4bit(u64 Xi[2], const u128 Htable[16], const u8 *inp, 551 # define GHASH(ctx,in,len) gcm_ghash_4bit((ctx)->Xi.u,(ctx)->Htable,in,len) 766 CTX__GHASH(gcm_ghash_4bit); 786 CTX__GHASH(gcm_ghash_4bit); 796 CTX__GHASH(gcm_ghash_4bit); 806 CTX__GHASH(gcm_ghash_4bit);
|
/freebsd/sys/crypto/openssl/amd64/ |
H A D | ghash-x86_64.S | 117 .globl gcm_ghash_4bit 118 .type gcm_ghash_4bit,@function 120 gcm_ghash_4bit: label 706 .size gcm_ghash_4bit,.-gcm_ghash_4bit
|