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

  /external/boringssl/src/crypto/fipsmodule/modes/asm/
aesni-gcm-x86_64.pl 662 .globl aesni_gcm_encrypt
663 .type aesni_gcm_encrypt,\@function,6
665 aesni_gcm_encrypt: label
977 .size aesni_gcm_encrypt,.-aesni_gcm_encrypt
1120 .globl aesni_gcm_encrypt
1121 .type aesni_gcm_encrypt,\@abi-omnipotent
1122 aesni_gcm_encrypt: label
1125 .size aesni_gcm_encrypt,.-aesni_gcm_encrypt
    [all...]
  /external/boringssl/linux-x86_64/crypto/fipsmodule/
aesni-gcm-x86_64.S 541 .globl aesni_gcm_encrypt
542 .hidden aesni_gcm_encrypt
543 .type aesni_gcm_encrypt,@function
545 aesni_gcm_encrypt: label
820 .size aesni_gcm_encrypt,.-aesni_gcm_encrypt
  /external/boringssl/src/crypto/fipsmodule/modes/
gcm.c 272 size_t aesni_gcm_encrypt(const uint8_t *in, uint8_t *out, size_t len,
853 // |aesni_gcm_encrypt| may not process all the input given to it. It may
855 size_t bulk = aesni_gcm_encrypt(in, out, len, key, ctx->Yi.c, ctx->Xi.u);
  /external/boringssl/win-x86_64/crypto/fipsmodule/
aesni-gcm-x86_64.asm 580 global aesni_gcm_encrypt
583 aesni_gcm_encrypt: label

Completed in 726 milliseconds