Home
last modified time | relevance | path

Searched refs:bsaes_ctr32_encrypt_blocks (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/
Dinternal.h141 void bsaes_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, size_t len,
157 OPENSSL_INLINE void bsaes_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, in bsaes_ctr32_encrypt_blocks() function
/external/boringssl/src/crypto/fipsmodule/aes/
Dinternal.h141 void bsaes_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, size_t len,
157 OPENSSL_INLINE void bsaes_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, in bsaes_ctr32_encrypt_blocks() function
Daes_test.cc297 CHECK_ABI(bsaes_ctr32_encrypt_blocks, buf, buf, blocks, &key, block); in TEST()
/external/openscreen/third_party/boringssl/linux-arm/crypto/fipsmodule/
Dbsaes-armv7.S1341 .globl bsaes_ctr32_encrypt_blocks symbol
1342 .hidden bsaes_ctr32_encrypt_blocks
1343 .type bsaes_ctr32_encrypt_blocks,%function
1345 bsaes_ctr32_encrypt_blocks: label
1525 .size bsaes_ctr32_encrypt_blocks,.-bsaes_ctr32_encrypt_blocks
/external/rust/crates/quiche/deps/boringssl/linux-arm/crypto/fipsmodule/
Dbsaes-armv7.S1341 .globl bsaes_ctr32_encrypt_blocks symbol
1342 .hidden bsaes_ctr32_encrypt_blocks
1343 .type bsaes_ctr32_encrypt_blocks,%function
1345 bsaes_ctr32_encrypt_blocks: label
1525 .size bsaes_ctr32_encrypt_blocks,.-bsaes_ctr32_encrypt_blocks
/external/boringssl/linux-arm/crypto/fipsmodule/
Dbsaes-armv7.S1341 .globl bsaes_ctr32_encrypt_blocks symbol
1342 .hidden bsaes_ctr32_encrypt_blocks
1343 .type bsaes_ctr32_encrypt_blocks,%function
1345 bsaes_ctr32_encrypt_blocks: label
1525 .size bsaes_ctr32_encrypt_blocks,.-bsaes_ctr32_encrypt_blocks
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c93 bsaes_ctr32_encrypt_blocks(in, out, bsaes_blocks, &bsaes, ivec); in vpaes_ctr32_encrypt_blocks_with_bsaes()
/external/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c95 bsaes_ctr32_encrypt_blocks(in, out, bsaes_blocks, &bsaes, ivec); in vpaes_ctr32_encrypt_blocks_with_bsaes()
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1254 bsaes_ctr32_encrypt_blocks
DBoringSSL-GRPC.podspec2806 '#define bsaes_ctr32_encrypt_blocks GRPC_SHADOW_bsaes_ctr32_encrypt_blocks',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1282 #define bsaes_ctr32_encrypt_blocks GRPC_SHADOW_bsaes_ctr32_encrypt_blocks macro