Searched refs:tfm_crypto_pack_iovec (Results 1 – 11 of 11) sorted by relevance
/trusted-firmware-m-3.4.0/interface/src/ |
D | tfm_crypto_api.c | 33 const struct tfm_crypto_pack_iovec iov = { in psa_open_key() 38 {.base = &iov, .len = sizeof(struct tfm_crypto_pack_iovec)}, in psa_open_key() 49 const struct tfm_crypto_pack_iovec iov = { in psa_close_key() 54 {.base = &iov, .len = sizeof(struct tfm_crypto_pack_iovec)}, in psa_close_key() 65 struct tfm_crypto_pack_iovec iov = { in psa_import_key() 69 {.base = &iov, .len = sizeof(struct tfm_crypto_pack_iovec)}, in psa_import_key() 82 struct tfm_crypto_pack_iovec iov = { in psa_destroy_key() 87 {.base = &iov, .len = sizeof(struct tfm_crypto_pack_iovec)}, in psa_destroy_key() 96 struct tfm_crypto_pack_iovec iov = { in psa_get_key_attributes() 101 {.base = &iov, .len = sizeof(struct tfm_crypto_pack_iovec)}, in psa_get_key_attributes() [all …]
|
/trusted-firmware-m-3.4.0/secure_fw/partitions/crypto/ |
D | crypto_init.c | 204 struct tfm_crypto_pack_iovec iov = {0}; in tfm_crypto_call_srv() 227 in_vec[0].len = sizeof(struct tfm_crypto_pack_iovec); in tfm_crypto_call_srv() 356 const struct tfm_crypto_pack_iovec *iov = in_vec[0].base; in tfm_crypto_api_dispatcher() 362 if (in_vec[0].len != sizeof(struct tfm_crypto_pack_iovec)) { in tfm_crypto_api_dispatcher()
|
D | crypto_asymmetric.c | 28 const struct tfm_crypto_pack_iovec *iov = in_vec[0].base; in tfm_crypto_asymmetric_sign_interface() 104 const struct tfm_crypto_pack_iovec *iov = in_vec[0].base; in tfm_crypto_asymmetric_encrypt_interface()
|
D | crypto_key_derivation.c | 34 const struct tfm_crypto_pack_iovec *iov = in_vec[0].base; in tfm_crypto_key_derivation_interface()
|
D | crypto_mac.c | 28 const struct tfm_crypto_pack_iovec *iov = in_vec[0].base; in tfm_crypto_mac_interface()
|
D | crypto_hash.c | 27 const struct tfm_crypto_pack_iovec *iov = in_vec[0].base; in tfm_crypto_hash_interface()
|
D | crypto_key_management.c | 31 const struct tfm_crypto_pack_iovec *iov = in_vec[0].base; in tfm_crypto_key_management_interface()
|
D | crypto_cipher.c | 28 const struct tfm_crypto_pack_iovec *iov = in_vec[0].base; in tfm_crypto_cipher_interface()
|
D | crypto_aead.c | 31 const struct tfm_crypto_pack_iovec *iov = in_vec[0].base; in tfm_crypto_aead_interface()
|
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/rss_comms/ |
D | rss_comms_permissions_hal.c | 120 function_id = ((struct tfm_crypto_pack_iovec *)in_vec[0].base)->function_id; in comms_permissions_service_check()
|
/trusted-firmware-m-3.4.0/interface/include/ |
D | tfm_crypto_defs.h | 40 struct tfm_crypto_pack_iovec { struct
|