Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/aes/
Dinternal.h137 void bsaes_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, size_t len,
150 OPENSSL_INLINE void bsaes_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, in bsaes_ctr32_encrypt_blocks() function
Daes_test.cc234 CHECK_ABI(bsaes_ctr32_encrypt_blocks, buf, buf, blocks, &key, block); in TEST()
/external/boringssl/linux-arm/crypto/fipsmodule/
Dbsaes-armv7.S1340 .globl bsaes_ctr32_encrypt_blocks symbol
1341 .hidden bsaes_ctr32_encrypt_blocks
1342 .type bsaes_ctr32_encrypt_blocks,%function
1344 bsaes_ctr32_encrypt_blocks: label
1524 .size bsaes_ctr32_encrypt_blocks,.-bsaes_ctr32_encrypt_blocks
/external/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c144 dat->stream.ctr = bsaes_ctr32_encrypt_blocks; in aes_init_key()
253 return bsaes_ctr32_encrypt_blocks; in aes_ctr_set_key()
/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