Searched defs:add_len (Results 1 – 9 of 9) sorted by relevance
/trusted-firmware-m-3.4.0/secure_fw/partitions/protected_storage/crypto/ |
D | ps_crypto_interface.c | 189 size_t add_len, in ps_crypto_encrypt_and_tag() 216 size_t add_len, in ps_crypto_auth_and_decrypt() 243 uint32_t add_len) in ps_crypto_generate_auth_tag() 262 uint32_t add_len) in ps_crypto_authenticate()
|
/trusted-firmware-m-3.4.0/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-3.4.0/platform/ext/target/stm/common/hal/accelerator/ |
D | ccm_alt.c | 172 const unsigned char *add, size_t add_len, in ccm_auth_crypt() 375 const unsigned char *add, size_t add_len, in mbedtls_ccm_star_encrypt_and_tag() 391 const unsigned char *add, size_t add_len, in mbedtls_ccm_encrypt_and_tag() 413 const unsigned char *add, size_t add_len, in mbedtls_ccm_star_auth_decrypt() 451 const unsigned char *add, size_t add_len, in mbedtls_ccm_auth_decrypt()
|
D | gcm_alt.c | 349 size_t add_len ) in gcm_starts() 548 size_t add_len, in mbedtls_gcm_crypt_and_tag() 580 size_t add_len, in mbedtls_gcm_auth_decrypt() 692 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-3.4.0/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-3.4.0/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-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/psa_driver_api/src/ |
D | cc3xx_internal_ccm.c | 564 size_t add_len, const unsigned char *input, in ccm_auth_crypt()
|