Home
last modified time | relevance | path

Searched refs:aesgcmsiv_htable_polyval (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/
De_aesgcmsiv.c126 extern void aesgcmsiv_htable_polyval(const uint8_t htable[16 * 8],
241 aesgcmsiv_htable_polyval(htable, ad, ad_len & ~15, out_tag); in gcm_siv_asm_polyval()
254 aesgcmsiv_htable_polyval(htable, in, in_len & ~15, out_tag); in gcm_siv_asm_polyval()
/external/boringssl/src/crypto/cipher_extra/
De_aesgcmsiv.c126 extern void aesgcmsiv_htable_polyval(const uint8_t htable[16 * 8],
241 aesgcmsiv_htable_polyval(htable, ad, ad_len & ~15, out_tag); in gcm_siv_asm_polyval()
254 aesgcmsiv_htable_polyval(htable, in, in_len & ~15, out_tag); in gcm_siv_asm_polyval()
/external/boringssl/linux-x86_64/crypto/cipher_extra/
Daes128gcmsiv-x86_64.S123 .globl aesgcmsiv_htable_polyval symbol
124 .hidden aesgcmsiv_htable_polyval
125 .type aesgcmsiv_htable_polyval,@function
127 aesgcmsiv_htable_polyval: label
339 .size aesgcmsiv_htable_polyval,.-aesgcmsiv_htable_polyval
/external/openscreen/third_party/boringssl/linux-x86_64/crypto/cipher_extra/
Daes128gcmsiv-x86_64.S123 .globl aesgcmsiv_htable_polyval symbol
124 .hidden aesgcmsiv_htable_polyval
125 .type aesgcmsiv_htable_polyval,@function
127 aesgcmsiv_htable_polyval: label
339 .size aesgcmsiv_htable_polyval,.-aesgcmsiv_htable_polyval
/external/rust/crates/quiche/deps/boringssl/linux-x86_64/crypto/cipher_extra/
Daes128gcmsiv-x86_64.S123 .globl aesgcmsiv_htable_polyval symbol
124 .hidden aesgcmsiv_htable_polyval
125 .type aesgcmsiv_htable_polyval,@function
127 aesgcmsiv_htable_polyval: label
339 .size aesgcmsiv_htable_polyval,.-aesgcmsiv_htable_polyval
/external/boringssl/src/crypto/cipher_extra/asm/
Daes128gcmsiv-x86_64.pl197 sub aesgcmsiv_htable_polyval { subroutine
395 aesgcmsiv_htable_polyval();
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1352 aesgcmsiv_htable_polyval
DBoringSSL-GRPC.podspec2904 '#define aesgcmsiv_htable_polyval GRPC_SHADOW_aesgcmsiv_htable_polyval',
/external/boringssl/win-x86_64/crypto/cipher_extra/
Daes128gcmsiv-x86_64.asm141 global aesgcmsiv_htable_polyval
144 aesgcmsiv_htable_polyval: label
/external/openscreen/third_party/boringssl/win-x86_64/crypto/cipher_extra/
Daes128gcmsiv-x86_64.asm141 global aesgcmsiv_htable_polyval
144 aesgcmsiv_htable_polyval: label
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1380 #define aesgcmsiv_htable_polyval GRPC_SHADOW_aesgcmsiv_htable_polyval macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2760 #define aesgcmsiv_htable_polyval BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, aesgcmsiv_htable_polyval) macro