Home
last modified time | relevance | path

Searched refs:tfm_crypto_key_id_s (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-m-3.5.0/secure_fw/partitions/crypto/
Dtfm_crypto_api.h122 struct tfm_crypto_key_id_s *encoded_key);
134 struct tfm_crypto_key_id_s *encoded_key);
146 struct tfm_crypto_key_id_s *encoded_key);
158 struct tfm_crypto_key_id_s *encoded_key);
171 struct tfm_crypto_key_id_s *encoded_key);
184 struct tfm_crypto_key_id_s *encoded_key);
197 struct tfm_crypto_key_id_s *encoded_key);
Dcrypto_asymmetric.c29 struct tfm_crypto_key_id_s *encoded_key) in tfm_crypto_asymmetric_sign_interface()
94 struct tfm_crypto_key_id_s *encoded_key) in tfm_crypto_asymmetric_sign_interface()
107 struct tfm_crypto_key_id_s *encoded_key) in tfm_crypto_asymmetric_encrypt_interface()
162 struct tfm_crypto_key_id_s *encoded_key) in tfm_crypto_asymmetric_encrypt_interface()
Dtfm_crypto_key.h23 struct tfm_crypto_key_id_s { struct
Dcrypto_key_derivation.c31 struct tfm_crypto_key_id_s *encoded_key) in tfm_crypto_key_derivation_interface()
175 struct tfm_crypto_key_id_s *encoded_key) in tfm_crypto_key_derivation_interface()
Dcrypto_mac.c29 struct tfm_crypto_key_id_s *encoded_key) in tfm_crypto_mac_interface()
179 struct tfm_crypto_key_id_s *encoded_key) in tfm_crypto_mac_interface()
Dcrypto_key_management.c28 struct tfm_crypto_key_id_s *encoded_key) in tfm_crypto_key_management_interface()
196 struct tfm_crypto_key_id_s *encoded_key) in tfm_crypto_key_management_interface()
Dcrypto_cipher.c29 struct tfm_crypto_key_id_s *encoded_key) in tfm_crypto_cipher_interface()
197 struct tfm_crypto_key_id_s *encoded_key) in tfm_crypto_cipher_interface()
Dcrypto_aead.c32 struct tfm_crypto_key_id_s *encoded_key) in tfm_crypto_aead_interface()
253 struct tfm_crypto_key_id_s *encoded_key) in tfm_crypto_aead_interface()
Dcrypto_init.c342 struct tfm_crypto_key_id_s encoded_key = TFM_CRYPTO_KEY_ID_S_INIT; in tfm_crypto_api_dispatcher()