Searched defs:add_len (Results 1 – 9 of 9) sorted by relevance
| /trusted-firmware-m-latest/secure_fw/partitions/protected_storage/crypto/ |
| D | ps_crypto_interface.c | 193 size_t add_len, in ps_crypto_encrypt_and_tag() 220 size_t add_len, in ps_crypto_auth_and_decrypt() 247 uint32_t add_len) in ps_crypto_generate_auth_tag() 266 uint32_t add_len) in ps_crypto_authenticate()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/mbedtls_api/ |
| D | ccm_alt.c | 60 size_t add_len, in mbedtls_ccm_encrypt_and_tag() 77 size_t add_len, in mbedtls_ccm_auth_decrypt() 93 size_t add_len, in mbedtls_ccm_star_encrypt_and_tag() 107 size_t add_len, in mbedtls_ccm_star_auth_decrypt()
|
| D | gcm_alt.c | 538 size_t add_len, in mbedtls_gcm_crypt_and_tag() 559 size_t add_len, in mbedtls_gcm_auth_decrypt() 627 size_t add_len) in mbedtls_gcm_update_ad()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/hal/accelerator/ |
| D | ccm_alt.c | 170 const unsigned char *add, size_t add_len, in ccm_auth_crypt() 373 const unsigned char *add, size_t add_len, in mbedtls_ccm_star_encrypt_and_tag() 389 const unsigned char *add, size_t add_len, in mbedtls_ccm_encrypt_and_tag() 411 const unsigned char *add, size_t add_len, in mbedtls_ccm_star_auth_decrypt() 449 const unsigned char *add, size_t add_len, in mbedtls_ccm_auth_decrypt()
|
| D | gcm_alt.c | 347 size_t add_len ) in gcm_starts() 546 size_t add_len, in mbedtls_gcm_crypt_and_tag() 578 size_t add_len, in mbedtls_gcm_auth_decrypt() 690 size_t add_len) in mbedtls_gcm_update_ad()
|
| D | gcm_alt.h | 56 uint64_t add_len; /*!< The total length of the additional data. */ member
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/tests/ |
| D | run_integration_gcm.c | 52 static const size_t add_len = sizeof(additional); in runIt_gcmProfiling() local 127 static const size_t add_len = sizeof(additional); in runIt_gcm() local
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/cc3x_sym/api/ |
| D | mbedtls_ccm_internal.c | 496 size_t add_len, in ccm_auth_crypt() 653 size_t add_len, in mbedtls_ccm_encrypt_and_tag_int() 668 size_t add_len, in mbedtls_ccm_auth_decrypt_int()
|
| /trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/ |
| D | cc3xx_internal_ccm.c | 551 size_t add_len, const unsigned char *input, in ccm_auth_crypt()
|