Searched refs:gcm_gmult_4bit_mmx (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/modes/ |
H A D | ghash-x86.S | 215 .globl gcm_gmult_4bit_mmx 216 .type gcm_gmult_4bit_mmx,@function 218 gcm_gmult_4bit_mmx: label 318 .size gcm_gmult_4bit_mmx,.-.L_gcm_gmult_4bit_mmx_begin
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/modes/ |
H A D | ghash-x86.S | 215 .globl gcm_gmult_4bit_mmx 216 .type gcm_gmult_4bit_mmx,@function 218 gcm_gmult_4bit_mmx: label 318 .size gcm_gmult_4bit_mmx,.-.L_gcm_gmult_4bit_mmx_begin
|
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/modes/ |
H A D | ghash-x86.S | 215 .globl gcm_gmult_4bit_mmx 216 .type gcm_gmult_4bit_mmx,@function 218 gcm_gmult_4bit_mmx: label 318 .size gcm_gmult_4bit_mmx,.-.L_gcm_gmult_4bit_mmx_begin
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/modes/ |
H A D | ghash-x86.S | 215 .globl gcm_gmult_4bit_mmx 216 .type gcm_gmult_4bit_mmx,@function 218 gcm_gmult_4bit_mmx: label 318 .size gcm_gmult_4bit_mmx,.-.L_gcm_gmult_4bit_mmx_begin
|
/third_party/node/deps/openssl/openssl/crypto/modes/ |
H A D | gcm128.c | 650 void gcm_gmult_4bit_mmx(u64 Xi[2], const u128 Htable[16]); 758 ctx->gmult = gcm_gmult_4bit_mmx;
|
/third_party/openssl/crypto/modes/ |
H A D | gcm128.c | 650 void gcm_gmult_4bit_mmx(u64 Xi[2], const u128 Htable[16]); 758 ctx->gmult = gcm_gmult_4bit_mmx;
|
Completed in 9 milliseconds