Searched refs:stream_block (Results 1 – 4 of 4) sorted by relevance
/trusted-firmware-m-3.6.0/bl1/bl1_1/shared_lib/crypto/ |
D | crypto_mbedcrypto.c | 70 uint8_t stream_block[16]; in bl1_aes_256_ctr_decrypt() local 100 stream_block, ciphertext, plaintext); in bl1_aes_256_ctr_decrypt() 109 memset(stream_block, 0, 16); in bl1_aes_256_ctr_decrypt()
|
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/ |
D | run_integration_aes.c | 141 unsigned char stream_block[16]; in runIt_aesCtrTestProfiling() local 172 …tParam, mbedtls_aes_crypt_ctr(&ctx, data_len, &offset, nonce_counter, stream_block, buf, buf) == 0… in runIt_aesCtrTestProfiling() 200 unsigned char stream_block[16]; in runIt_aesCtrTest() local 224 …RUNIT_ASSERT_API(mbedtls_aes_crypt_ctr(&ctx, sizeof(buf), &offset, nonce_counter, stream_block, bu… in runIt_aesCtrTest() 247 …RUNIT_ASSERT_API(mbedtls_aes_crypt_ctr(&ctx, sizeof(buf), &offset, nonce_counter, stream_block, bu… in runIt_aesCtrTest()
|
/trusted-firmware-m-3.6.0/platform/ext/target/stm/common/hal/accelerator/ |
D | aes_alt.c | 763 unsigned char stream_block[16], in mbedtls_aes_crypt_ctr() 773 AES_VALIDATE_RET( stream_block != NULL ); in mbedtls_aes_crypt_ctr() 781 if (mbedtls_aes_crypt_ecb(ctx, MBEDTLS_AES_ENCRYPT, nonce_counter, stream_block) != 0) { in mbedtls_aes_crypt_ctr() 791 *output++ = (unsigned char)(c ^ stream_block[n]); in mbedtls_aes_crypt_ctr()
|
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
D | aes_alt.c | 392 unsigned char stream_block[AES_BLOCK_SIZE], in mbedtls_aes_crypt_ctr() 396 CC_UNUSED_PARAM(stream_block); in mbedtls_aes_crypt_ctr()
|