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

  /external/boringssl/src/crypto/fipsmodule/modes/asm/
aesni-gcm-x86_64.pl 423 .globl aesni_gcm_decrypt
424 .type aesni_gcm_decrypt,\@function,6
426 aesni_gcm_decrypt: label
565 .size aesni_gcm_decrypt,.-aesni_gcm_decrypt
1127 .globl aesni_gcm_decrypt
1128 .type aesni_gcm_decrypt,\@abi-omnipotent
1129 aesni_gcm_decrypt: label
1132 .size aesni_gcm_decrypt,.-aesni_gcm_decrypt
    [all...]
  /external/boringssl/linux-x86_64/crypto/fipsmodule/
aesni-gcm-x86_64.S 334 .globl aesni_gcm_decrypt
335 .hidden aesni_gcm_decrypt
336 .type aesni_gcm_decrypt,@function
338 aesni_gcm_decrypt: label
447 .size aesni_gcm_decrypt,.-aesni_gcm_decrypt
  /external/boringssl/src/crypto/fipsmodule/modes/
gcm.c 274 size_t aesni_gcm_decrypt(const uint8_t *in, uint8_t *out, size_t len,
956 // |aesni_gcm_decrypt| may not process all the input given to it. It may
958 size_t bulk = aesni_gcm_decrypt(in, out, len, key, ctx->Yi.c, ctx->Xi.u);
  /external/boringssl/win-x86_64/crypto/fipsmodule/
aesni-gcm-x86_64.asm 338 global aesni_gcm_decrypt
341 aesni_gcm_decrypt: label

Completed in 125 milliseconds