Searched refs:aesgcmsiv_htable_polyval (Results 1 – 12 of 12) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/ |
D | e_aesgcmsiv.c | 126 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/ |
D | e_aesgcmsiv.c | 126 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/ |
D | aes128gcmsiv-x86_64.S | 123 .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/ |
D | aes128gcmsiv-x86_64.S | 123 .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/ |
D | aes128gcmsiv-x86_64.S | 123 .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/ |
D | aes128gcmsiv-x86_64.pl | 197 sub aesgcmsiv_htable_polyval { subroutine 395 aesgcmsiv_htable_polyval();
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1352 aesgcmsiv_htable_polyval
|
D | BoringSSL-GRPC.podspec | 2904 '#define aesgcmsiv_htable_polyval GRPC_SHADOW_aesgcmsiv_htable_polyval',
|
/external/boringssl/win-x86_64/crypto/cipher_extra/ |
D | aes128gcmsiv-x86_64.asm | 141 global aesgcmsiv_htable_polyval 144 aesgcmsiv_htable_polyval: label
|
/external/openscreen/third_party/boringssl/win-x86_64/crypto/cipher_extra/ |
D | aes128gcmsiv-x86_64.asm | 141 global aesgcmsiv_htable_polyval 144 aesgcmsiv_htable_polyval: label
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1380 #define aesgcmsiv_htable_polyval GRPC_SHADOW_aesgcmsiv_htable_polyval macro
|
/external/rust/crates/grpcio-sys/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 2760 #define aesgcmsiv_htable_polyval BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, aesgcmsiv_htable_polyval) macro
|