HomeSort by: relevance | last modified time | path
    Searched refs:gcm_ghash_p8 (Results 1 - 13 of 13) sorted by relevancy

  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/powerpc64/
ghashp8-ppc.S 192 .globl gcm_ghash_p8
193 .type gcm_ghash_p8,@function
196 gcm_ghash_p8: label
197 .quad .gcm_ghash_p8,.TOC.@tocbase,0
200 .gcm_ghash_p8:
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/
ghashp8-ppc.S 192 .globl gcm_ghash_p8
193 .type gcm_ghash_p8,@function
196 gcm_ghash_p8: label
197 .quad .gcm_ghash_p8,.TOC.@tocbase,0
200 .gcm_ghash_p8:
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/powerpc64/
ghashp8-ppc.S 192 .globl gcm_ghash_p8
193 .type gcm_ghash_p8,@function
196 gcm_ghash_p8: label
197 .quad .gcm_ghash_p8,.TOC.@tocbase,0
200 .gcm_ghash_p8:
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/powerpc/
ghashp8-ppc.S 182 .globl gcm_ghash_p8
183 .type gcm_ghash_p8,@function
185 gcm_ghash_p8: label
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc/
ghashp8-ppc.S 182 .globl gcm_ghash_p8
183 .type gcm_ghash_p8,@function
185 gcm_ghash_p8: label
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/powerpc/
ghashp8-ppc.S 182 .globl gcm_ghash_p8
183 .type gcm_ghash_p8,@function
185 gcm_ghash_p8: label
  /src/crypto/external/apache2/openssl/dist/crypto/modes/asm/
ghashp8-ppc.pl 263 .globl .gcm_ghash_p8
265 .gcm_ghash_p8:
655 .size .gcm_ghash_p8,.-.gcm_ghash_p8
  /src/crypto/external/bsd/openssl/dist/crypto/modes/asm/
ghashp8-ppc.pl 263 .globl .gcm_ghash_p8
265 .gcm_ghash_p8:
655 .size .gcm_ghash_p8,.-.gcm_ghash_p8
  /src/crypto/external/bsd/openssl.old/dist/crypto/modes/asm/
ghashp8-ppc.pl 260 .globl .gcm_ghash_p8
262 .gcm_ghash_p8:
652 .size .gcm_ghash_p8,.-.gcm_ghash_p8
  /src/crypto/external/apache2/openssl/dist/include/crypto/
aes_platform.h 89 #define AES_GCM_ASM_PPC(gctx) ((gctx)->ctr == aes_p8_ctr32_encrypt_blocks && (gctx)->gcm.funcs.ghash == gcm_ghash_p8)
90 void gcm_ghash_p8(u64 Xi[2], const u128 Htable[16], const u8 *inp, size_t len);
  /src/crypto/external/apache2/openssl/dist/crypto/modes/
gcm128.c 401 void gcm_ghash_p8(u64 Xi[2], const u128 Htable[16], const u8 *inp,
522 ctx->ghash = gcm_ghash_p8;
  /src/crypto/external/bsd/openssl/dist/crypto/modes/
gcm128.c 693 void gcm_ghash_p8(u64 Xi[2], const u128 Htable[16], const u8 *inp,
805 CTX__GHASH(gcm_ghash_p8);
  /src/crypto/external/bsd/openssl.old/dist/crypto/modes/
gcm128.c 707 void gcm_ghash_p8(u64 Xi[2], const u128 Htable[16], const u8 *inp,
822 CTX__GHASH(gcm_ghash_p8);

Completed in 30 milliseconds