Home
last modified time | relevance | path

Searched refs:aesni_gcm_encrypt (Results 1 – 15 of 15) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc176 CHECK_ABI(aesni_gcm_encrypt, buf, buf, blocks * 16, &aes_key, iv, in TEST()
178 CHECK_ABI(aesni_gcm_encrypt, buf, buf, blocks * 16 + 7, &aes_key, iv, in TEST()
Dinternal.h297 size_t aesni_gcm_encrypt(const uint8_t *in, uint8_t *out, size_t len,
Dgcm.c556 size_t bulk = aesni_gcm_encrypt(in, out, len, key, ctx->Yi.c, ctx->Xi.u); in CRYPTO_gcm128_encrypt_ctr32()
/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc176 CHECK_ABI(aesni_gcm_encrypt, buf, buf, blocks * 16, &aes_key, iv, in TEST()
178 CHECK_ABI(aesni_gcm_encrypt, buf, buf, blocks * 16 + 7, &aes_key, iv, in TEST()
Dinternal.h297 size_t aesni_gcm_encrypt(const uint8_t *in, uint8_t *out, size_t len,
Dgcm.c556 size_t bulk = aesni_gcm_encrypt(in, out, len, key, ctx->Yi.c, ctx->Xi.u); in CRYPTO_gcm128_encrypt_ctr32()
/external/openscreen/third_party/boringssl/linux-x86_64/crypto/fipsmodule/
Daesni-gcm-x86_64.S553 .globl aesni_gcm_encrypt symbol
554 .hidden aesni_gcm_encrypt
555 .type aesni_gcm_encrypt,@function
557 aesni_gcm_encrypt: label
837 .size aesni_gcm_encrypt,.-aesni_gcm_encrypt
/external/rust/crates/quiche/deps/boringssl/linux-x86_64/crypto/fipsmodule/
Daesni-gcm-x86_64.S553 .globl aesni_gcm_encrypt symbol
554 .hidden aesni_gcm_encrypt
555 .type aesni_gcm_encrypt,@function
557 aesni_gcm_encrypt: label
837 .size aesni_gcm_encrypt,.-aesni_gcm_encrypt
/external/boringssl/linux-x86_64/crypto/fipsmodule/
Daesni-gcm-x86_64.S553 .globl aesni_gcm_encrypt symbol
554 .hidden aesni_gcm_encrypt
555 .type aesni_gcm_encrypt,@function
557 aesni_gcm_encrypt: label
837 .size aesni_gcm_encrypt,.-aesni_gcm_encrypt
/external/openscreen/third_party/boringssl/win-x86_64/crypto/fipsmodule/
Daesni-gcm-x86_64.asm587 global aesni_gcm_encrypt
590 aesni_gcm_encrypt: label
/external/boringssl/win-x86_64/crypto/fipsmodule/
Daesni-gcm-x86_64.asm587 global aesni_gcm_encrypt
590 aesni_gcm_encrypt: label
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1234 aesni_gcm_encrypt
DBoringSSL-GRPC.podspec2786 '#define aesni_gcm_encrypt GRPC_SHADOW_aesni_gcm_encrypt',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1262 #define aesni_gcm_encrypt GRPC_SHADOW_aesni_gcm_encrypt macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2763 #define aesni_gcm_encrypt BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, aesni_gcm_encrypt) macro