Searched refs:bsaes_ctr32_encrypt_blocks (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/ |
D | internal.h | 141 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/ |
D | internal.h | 141 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
|
D | aes_test.cc | 297 CHECK_ABI(bsaes_ctr32_encrypt_blocks, buf, buf, blocks, &key, block); in TEST()
|
/external/openscreen/third_party/boringssl/linux-arm/crypto/fipsmodule/ |
D | bsaes-armv7.S | 1341 .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/ |
D | bsaes-armv7.S | 1341 .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/ |
D | bsaes-armv7.S | 1341 .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/ |
D | e_aes.c | 93 bsaes_ctr32_encrypt_blocks(in, out, bsaes_blocks, &bsaes, ivec); in vpaes_ctr32_encrypt_blocks_with_bsaes()
|
/external/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_aes.c | 95 bsaes_ctr32_encrypt_blocks(in, out, bsaes_blocks, &bsaes, ivec); in vpaes_ctr32_encrypt_blocks_with_bsaes()
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1254 bsaes_ctr32_encrypt_blocks
|
D | BoringSSL-GRPC.podspec | 2806 '#define bsaes_ctr32_encrypt_blocks GRPC_SHADOW_bsaes_ctr32_encrypt_blocks',
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1282 #define bsaes_ctr32_encrypt_blocks GRPC_SHADOW_bsaes_ctr32_encrypt_blocks macro
|