Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/crypto/cipher_extra/
De_aesgcmsiv.c111 extern void aesgcmsiv_polyval_horner(const uint8_t in_out_poly[16],
243 aesgcmsiv_polyval_horner(out_tag, auth_key, ad, ad_blocks); in gcm_siv_asm_polyval()
250 aesgcmsiv_polyval_horner(out_tag, auth_key, scratch, 1); in gcm_siv_asm_polyval()
256 aesgcmsiv_polyval_horner(out_tag, auth_key, in, in_blocks); in gcm_siv_asm_polyval()
262 aesgcmsiv_polyval_horner(out_tag, auth_key, scratch, 1); in gcm_siv_asm_polyval()
275 aesgcmsiv_polyval_horner(out_tag, auth_key, length_block.c, 1); in gcm_siv_asm_polyval()
460 aesgcmsiv_polyval_horner(calculated_tag, (const uint8_t *)record_auth_key, ad, in aead_aes_gcm_siv_asm_open()
467 aesgcmsiv_polyval_horner(calculated_tag, (const uint8_t *)record_auth_key, in aead_aes_gcm_siv_asm_open()
488 aesgcmsiv_polyval_horner(calculated_tag, (const uint8_t *)record_auth_key, in aead_aes_gcm_siv_asm_open()
502 aesgcmsiv_polyval_horner(calculated_tag, (const uint8_t *)record_auth_key, in aead_aes_gcm_siv_asm_open()
/external/boringssl/src/crypto/cipher_extra/
De_aesgcmsiv.c111 extern void aesgcmsiv_polyval_horner(const uint8_t in_out_poly[16],
243 aesgcmsiv_polyval_horner(out_tag, auth_key, ad, ad_blocks); in gcm_siv_asm_polyval()
250 aesgcmsiv_polyval_horner(out_tag, auth_key, scratch, 1); in gcm_siv_asm_polyval()
256 aesgcmsiv_polyval_horner(out_tag, auth_key, in, in_blocks); in gcm_siv_asm_polyval()
262 aesgcmsiv_polyval_horner(out_tag, auth_key, scratch, 1); in gcm_siv_asm_polyval()
275 aesgcmsiv_polyval_horner(out_tag, auth_key, length_block.c, 1); in gcm_siv_asm_polyval()
460 aesgcmsiv_polyval_horner(calculated_tag, (const uint8_t *)record_auth_key, ad, in aead_aes_gcm_siv_asm_open()
467 aesgcmsiv_polyval_horner(calculated_tag, (const uint8_t *)record_auth_key, in aead_aes_gcm_siv_asm_open()
488 aesgcmsiv_polyval_horner(calculated_tag, (const uint8_t *)record_auth_key, in aead_aes_gcm_siv_asm_open()
502 aesgcmsiv_polyval_horner(calculated_tag, (const uint8_t *)record_auth_key, in aead_aes_gcm_siv_asm_open()
/external/boringssl/linux-x86_64/crypto/cipher_extra/
Daes128gcmsiv-x86_64.S340 .globl aesgcmsiv_polyval_horner symbol
341 .hidden aesgcmsiv_polyval_horner
342 .type aesgcmsiv_polyval_horner,@function
344 aesgcmsiv_polyval_horner: label
372 .size aesgcmsiv_polyval_horner,.-aesgcmsiv_polyval_horner
/external/openscreen/third_party/boringssl/linux-x86_64/crypto/cipher_extra/
Daes128gcmsiv-x86_64.S340 .globl aesgcmsiv_polyval_horner symbol
341 .hidden aesgcmsiv_polyval_horner
342 .type aesgcmsiv_polyval_horner,@function
344 aesgcmsiv_polyval_horner: label
372 .size aesgcmsiv_polyval_horner,.-aesgcmsiv_polyval_horner
/external/rust/crates/quiche/deps/boringssl/linux-x86_64/crypto/cipher_extra/
Daes128gcmsiv-x86_64.S340 .globl aesgcmsiv_polyval_horner symbol
341 .hidden aesgcmsiv_polyval_horner
342 .type aesgcmsiv_polyval_horner,@function
344 aesgcmsiv_polyval_horner: label
372 .size aesgcmsiv_polyval_horner,.-aesgcmsiv_polyval_horner
/external/boringssl/src/crypto/cipher_extra/asm/
Daes128gcmsiv-x86_64.pl397 sub aesgcmsiv_polyval_horner { subroutine
452 aesgcmsiv_polyval_horner();
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1353 aesgcmsiv_polyval_horner
DBoringSSL-GRPC.podspec2905 '#define aesgcmsiv_polyval_horner GRPC_SHADOW_aesgcmsiv_polyval_horner',
/external/boringssl/win-x86_64/crypto/cipher_extra/
Daes128gcmsiv-x86_64.asm371 global aesgcmsiv_polyval_horner
374 aesgcmsiv_polyval_horner: label
/external/openscreen/third_party/boringssl/win-x86_64/crypto/cipher_extra/
Daes128gcmsiv-x86_64.asm371 global aesgcmsiv_polyval_horner
374 aesgcmsiv_polyval_horner: label
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1381 #define aesgcmsiv_polyval_horner GRPC_SHADOW_aesgcmsiv_polyval_horner macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2761 #define aesgcmsiv_polyval_horner BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, aesgcmsiv_polyval_horner) macro