Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/hal/accelerator/
Dccm_alt.c170 static int ccm_auth_crypt( mbedtls_ccm_context *ctx, int mode, size_t length, in ccm_auth_crypt() function
385 return( ccm_auth_crypt( ctx, CCM_ENCRYPT, length, iv, iv_len, in mbedtls_ccm_star_encrypt_and_tag()
429 if( ( ret = ccm_auth_crypt( ctx, CCM_DECRYPT, length, in mbedtls_ccm_star_auth_decrypt()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/
Dmbedtls_ccm_internal.c491 static int ccm_auth_crypt(mbedtls_ccm_context *ctx, in ccm_auth_crypt() function
660 …return ccm_auth_crypt(ctx, length, iv, iv_len, add, add_len, input, output, tag, tag_len, CRYPTO_D… in mbedtls_ccm_encrypt_and_tag_int()
690 …return ccm_auth_crypt(ctx, length, iv, iv_len, add, add_len, input, output, localMacBuf, tag_len, … in mbedtls_ccm_auth_decrypt_int()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/
Dcc3xx_internal_ccm.c562 ccm_auth_crypt(const uint8_t *key_buffer, size_t key_buffer_size, size_t length, in ccm_auth_crypt() function
653 return ccm_auth_crypt(key_buffer, key_buffer_size, plaintext_length, nonce, in cc3xx_encrypt_ccm()
690 status = ccm_auth_crypt(key_buffer, key_buffer_size, in cc3xx_decrypt_ccm()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Dstackinfo299 ccm_auth_crypt 178 48