Home
last modified time | relevance | path

Searched refs:tfm_crypto_pack_iovec (Results 1 – 11 of 11) sorted by relevance

/trusted-firmware-m-3.4.0/interface/src/
Dtfm_crypto_api.c33 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/
Dcrypto_init.c204 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()
Dcrypto_asymmetric.c28 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()
Dcrypto_key_derivation.c34 const struct tfm_crypto_pack_iovec *iov = in_vec[0].base; in tfm_crypto_key_derivation_interface()
Dcrypto_mac.c28 const struct tfm_crypto_pack_iovec *iov = in_vec[0].base; in tfm_crypto_mac_interface()
Dcrypto_hash.c27 const struct tfm_crypto_pack_iovec *iov = in_vec[0].base; in tfm_crypto_hash_interface()
Dcrypto_key_management.c31 const struct tfm_crypto_pack_iovec *iov = in_vec[0].base; in tfm_crypto_key_management_interface()
Dcrypto_cipher.c28 const struct tfm_crypto_pack_iovec *iov = in_vec[0].base; in tfm_crypto_cipher_interface()
Dcrypto_aead.c31 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/
Drss_comms_permissions_hal.c120 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/
Dtfm_crypto_defs.h40 struct tfm_crypto_pack_iovec { struct