Home
last modified time | relevance | path

Searched refs:aesni_gcm_encrypt (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/linux-x86_64/crypto/modes/
Daesni-gcm-x86_64.S4 .globl aesni_gcm_encrypt symbol
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/boringssl/win-x86_64/crypto/modes/
Daesni-gcm-x86_64.asm8 global aesni_gcm_encrypt
10 aesni_gcm_encrypt: label
/external/boringssl/src/crypto/cipher/
De_aes.c259 size_t aesni_gcm_encrypt(const uint8_t *in, uint8_t *out, size_t len,
261 #define AES_gcm_encrypt aesni_gcm_encrypt