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

  /external/boringssl/src/crypto/cipher_extra/
e_aesgcmsiv.c 147 // aes256gcmsiv_dec acts like |aes128gcmsiv_dec|, but for AES-256.
148 extern void aes256gcmsiv_dec(const uint8_t *in, uint8_t *out,
473 aes256gcmsiv_dec(in, out, calculated_tag, htable, &expanded_key,
  /external/boringssl/src/crypto/cipher_extra/asm/
aes128gcmsiv-x86_64.pl 1226 .globl aes256gcmsiv_dec
1227 .type aes256gcmsiv_dec,\@function,6
1229 aes256gcmsiv_dec: label
    [all...]
  /external/boringssl/linux-x86_64/crypto/cipher_extra/
aes128gcmsiv-x86_64.S 2371 aes256gcmsiv_dec: label
    [all...]
  /external/boringssl/win-x86_64/crypto/cipher_extra/
aes128gcmsiv-x86_64.asm 2545 aes256gcmsiv_dec: label
    [all...]
  /external/grpc-grpc/src/core/tsi/
grpc_shadow_boringssl.h 1373 #define aes256gcmsiv_dec macro
    [all...]

Completed in 116 milliseconds