Home
last modified time | relevance | path

Searched refs:new_ivec (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/aes/
Daes.cc.inc137 uint8_t new_ivec[16];
138 memcpy(new_ivec, ivec, 12);
140 CRYPTO_store_u32_be(new_ivec + 12, ctr);
143 vpaes_ctr32_encrypt_blocks(in, out, blocks, key, new_ivec);
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/
De_aes.c105 } new_ivec; in vpaes_ctr32_encrypt_blocks_with_bsaes() local
106 memcpy(new_ivec.u8, ivec, 16); in vpaes_ctr32_encrypt_blocks_with_bsaes()
107 uint32_t ctr = CRYPTO_bswap4(new_ivec.u32[3]) + bsaes_blocks; in vpaes_ctr32_encrypt_blocks_with_bsaes()
108 new_ivec.u32[3] = CRYPTO_bswap4(ctr); in vpaes_ctr32_encrypt_blocks_with_bsaes()
111 vpaes_ctr32_encrypt_blocks(in, out, blocks, key, new_ivec.u8); in vpaes_ctr32_encrypt_blocks_with_bsaes()
/external/cronet/tot/third_party/boringssl/src/crypto/fipsmodule/cipher/
De_aes.cc.inc103 uint8_t new_ivec[16];
104 memcpy(new_ivec, ivec, 12);
106 CRYPTO_store_u32_be(new_ivec + 12, ctr);
109 vpaes_ctr32_encrypt_blocks(in, out, blocks, key, new_ivec);
/external/cronet/stable/third_party/boringssl/src/crypto/fipsmodule/cipher/
De_aes.cc.inc103 uint8_t new_ivec[16];
104 memcpy(new_ivec, ivec, 12);
106 CRYPTO_store_u32_be(new_ivec + 12, ctr);
109 vpaes_ctr32_encrypt_blocks(in, out, blocks, key, new_ivec);