Searched refs:aes_crypt_ctr_ofb (Results 1 – 2 of 2) sorted by relevance
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
| D | aes_alt.c | 330 static int aes_crypt_ctr_ofb( mbedtls_aes_context *ctx, in aes_crypt_ctr_ofb() function 397 return aes_crypt_ctr_ofb(ctx, CIPHER_CTR, length, nc_off, nonce_counter, input, output); in mbedtls_aes_crypt_ctr() 412 return aes_crypt_ctr_ofb(ctx, CIPHER_OFB, length, iv_off, iv, input, output); in mbedtls_aes_crypt_ofb()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/ |
| D | stackinfo | 463 aes_crypt_ctr_ofb 86 32
|