Searched refs:aes128gcmsiv_dec (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/crypto/cipher_extra/
H A De_aesgcmsiv.c117 /* aes128gcmsiv_dec decrypts |in_len| & ~15 bytes from |out| and writes them to
128 extern void aes128gcmsiv_dec(const uint8_t *in, uint8_t *out,
134 /* aes256gcmsiv_dec acts like |aes128gcmsiv_dec|, but for AES-256. */
395 // TODO(martinkr): Add aead_aes_gcm_siv_asm_open_gather. N.B. aes128gcmsiv_dec
457 aes128gcmsiv_dec(in, out, calculated_tag, htable, &expanded_key,
/external/boringssl/src/crypto/cipher_extra/asm/
H A Daes128gcmsiv-x86_64.pl1233 .globl aes128gcmsiv_dec
1234 .type aes128gcmsiv_dec,\@function,6
1236 aes128gcmsiv_dec: label
1561 .size aes128gcmsiv_dec, .-aes128gcmsiv_dec
/external/boringssl/linux-x86_64/crypto/cipher_extra/
H A Daes128gcmsiv-x86_64.S1139 .globl aes128gcmsiv_dec
1140 .hidden aes128gcmsiv_dec
1141 .type aes128gcmsiv_dec,@function
1143 aes128gcmsiv_dec: label
1630 .size aes128gcmsiv_dec, .-aes128gcmsiv_dec
/external/boringssl/win-x86_64/crypto/cipher_extra/
H A Daes128gcmsiv-x86_64.asm1245 global aes128gcmsiv_dec
1248 aes128gcmsiv_dec: label

Completed in 197 milliseconds