HomeSort by relevance Sort by last modified time
    Searched refs:aesni_gcm_encrypt (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/boringssl/linux-x86_64/crypto/modes/
aesni-gcm-x86_64.S 4 .globl aesni_gcm_encrypt
5 .hidden aesni_gcm_encrypt
6 .type aesni_gcm_encrypt,@function
7 aesni_gcm_encrypt: label
10 .size aesni_gcm_encrypt,.-aesni_gcm_encrypt
  /external/chromium_org/third_party/boringssl/win-x86_64/crypto/modes/
aesni-gcm-x86_64.asm 4 PUBLIC aesni_gcm_encrypt
6 aesni_gcm_encrypt PROC PUBLIC label
9 aesni_gcm_encrypt ENDP
  /external/chromium_org/third_party/boringssl/src/crypto/modes/asm/
aesni-gcm-x86_64.pl 605 .globl aesni_gcm_encrypt
606 .type aesni_gcm_encrypt,\@function,6
608 aesni_gcm_encrypt: label
891 .size aesni_gcm_encrypt,.-aesni_gcm_encrypt
1034 .globl aesni_gcm_encrypt
1035 .type aesni_gcm_encrypt,\@abi-omnipotent
1036 aesni_gcm_encrypt: label
1039 .size aesni_gcm_encrypt,.-aesni_gcm_encrypt
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
e_aes.c 194 size_t aesni_gcm_encrypt(const uint8_t *in, uint8_t *out, size_t len,
196 #define AES_gcm_encrypt aesni_gcm_encrypt
    [all...]

Completed in 162 milliseconds