Home
last modified time | relevance | path

Searched refs:psa_algorithm_t (Results 1 – 25 of 68) sorted by relevance

123

/trusted-services/components/service/crypto/include/psa/
A Dcrypto_values.h639 #define PSA_ALG_VENDOR_FLAG ((psa_algorithm_t)0x80000000)
641 #define PSA_ALG_CATEGORY_MASK ((psa_algorithm_t)0x7f000000)
642 #define PSA_ALG_CATEGORY_HASH ((psa_algorithm_t)0x02000000)
643 #define PSA_ALG_CATEGORY_MAC ((psa_algorithm_t)0x03000000)
644 #define PSA_ALG_CATEGORY_CIPHER ((psa_algorithm_t)0x04000000)
645 #define PSA_ALG_CATEGORY_AEAD ((psa_algorithm_t)0x05000000)
646 #define PSA_ALG_CATEGORY_SIGN ((psa_algorithm_t)0x06000000)
647 #define PSA_ALG_CATEGORY_ASYMMETRIC_ENCRYPTION ((psa_algorithm_t)0x07000000)
648 #define PSA_ALG_CATEGORY_KEY_DERIVATION ((psa_algorithm_t)0x08000000)
649 #define PSA_ALG_CATEGORY_KEY_AGREEMENT ((psa_algorithm_t)0x09000000)
[all …]
A Dcrypto.h242 static void psa_set_key_algorithm(psa_key_attributes_t *attributes, psa_algorithm_t alg);
254 static psa_algorithm_t psa_get_key_algorithm(const psa_key_attributes_t *attributes);
939 psa_algorithm_t alg);
1358 psa_key_id_t key, psa_algorithm_t alg);
1420 psa_key_id_t key, psa_algorithm_t alg);
1771 psa_key_id_t key, psa_algorithm_t alg);
1834 psa_key_id_t key, psa_algorithm_t alg);
2269 psa_key_id_t key, psa_algorithm_t alg);
2335 psa_key_id_t key, psa_algorithm_t alg);
3203 psa_algorithm_t alg);
[all …]
A Dcrypto_types.h86 typedef uint32_t psa_algorithm_t; typedef
/trusted-services/components/service/crypto/client/cpp/protocol/protobuf/
A Dprotobuf_crypto_client.h61 psa_algorithm_t alg,
67 psa_algorithm_t alg,
74 psa_algorithm_t alg,
80 psa_algorithm_t alg,
87 psa_algorithm_t alg,
94 psa_algorithm_t alg,
108 psa_algorithm_t alg);
135 psa_algorithm_t alg);
140 psa_algorithm_t alg);
168 psa_algorithm_t alg);
[all …]
/trusted-services/components/service/crypto/client/cpp/protocol/packed-c/
A Dpackedc_crypto_client.h61 psa_algorithm_t alg,
67 psa_algorithm_t alg,
74 psa_algorithm_t alg,
80 psa_algorithm_t alg,
87 psa_algorithm_t alg,
94 psa_algorithm_t alg,
108 psa_algorithm_t alg);
135 psa_algorithm_t alg);
140 psa_algorithm_t alg);
168 psa_algorithm_t alg);
[all …]
A Dpackedc_crypto_client.cpp91 psa_key_id_t id, psa_algorithm_t alg, in sign_hash()
101 psa_key_id_t id, psa_algorithm_t alg, in verify_hash()
111 psa_key_id_t id, psa_algorithm_t alg, in sign_message()
121 psa_key_id_t id, psa_algorithm_t alg, in verify_message()
131 psa_key_id_t id, psa_algorithm_t alg, in asymmetric_encrypt()
169 psa_algorithm_t alg) in hash_setup()
223 psa_algorithm_t alg) in cipher_encrypt_setup()
232 psa_algorithm_t alg) in cipher_decrypt_setup()
288 psa_algorithm_t alg) in mac_sign_setup()
297 psa_algorithm_t alg) in mac_verify_setup()
[all …]
/trusted-services/components/service/crypto/client/cpp/
A Dcrypto_client.h63 psa_algorithm_t alg,
69 psa_algorithm_t alg,
76 psa_algorithm_t alg,
82 psa_algorithm_t alg,
89 psa_algorithm_t alg,
96 psa_algorithm_t alg,
110 psa_algorithm_t alg) = 0;
137 psa_algorithm_t alg) = 0;
142 psa_algorithm_t alg) = 0;
170 psa_algorithm_t alg) = 0;
[all …]
/trusted-services/components/service/crypto/client/caller/stub/
A Dcrypto_caller_verify_hash.h19 psa_algorithm_t alg, in crypto_caller_verify_hash()
36 psa_algorithm_t alg, in crypto_caller_verify_message()
A Dcrypto_caller_sign_hash.h19 psa_algorithm_t alg, in crypto_caller_sign_hash()
37 psa_algorithm_t alg, in crypto_caller_sign_message()
A Dcrypto_caller_mac.h21 psa_algorithm_t alg) in crypto_caller_mac_sign_setup()
34 psa_algorithm_t alg) in crypto_caller_mac_verify_setup()
A Dcrypto_caller_aead.h19 psa_algorithm_t alg, in crypto_caller_aead_encrypt()
48 psa_algorithm_t alg, in crypto_caller_aead_decrypt()
78 psa_algorithm_t alg) in crypto_caller_aead_encrypt_setup()
91 psa_algorithm_t alg) in crypto_caller_aead_decrypt_setup()
A Dcrypto_caller_cipher.h20 psa_algorithm_t alg) in crypto_caller_cipher_encrypt_setup()
33 psa_algorithm_t alg) in crypto_caller_cipher_decrypt_setup()
A Dcrypto_caller_asymmetric_decrypt.h19 psa_algorithm_t alg, in crypto_caller_asymmetric_decrypt()
A Dcrypto_caller_asymmetric_encrypt.h19 psa_algorithm_t alg, in crypto_caller_asymmetric_encrypt()
/trusted-services/components/service/crypto/client/caller/psa_ipc/
A Dcrypto_caller_verify_hash.h29 psa_algorithm_t alg, in crypto_caller_common()
58 psa_algorithm_t alg, in crypto_caller_verify_hash()
71 psa_algorithm_t alg, in crypto_caller_verify_message()
/trusted-services/components/service/crypto/provider/serializer/
A Dcrypto_provider_serializer.h81 psa_key_id_t *id, psa_algorithm_t *alg,
89 psa_key_id_t *id, psa_algorithm_t *alg,
95 psa_key_id_t *id, psa_algorithm_t *alg,
106 psa_key_id_t *id, psa_algorithm_t *alg,
/trusted-services/components/service/crypto/client/caller/packed-c/
A Dcrypto_caller_verify_hash.h26 psa_algorithm_t alg, in crypto_caller_asym_verify_common()
82 psa_algorithm_t alg, in crypto_caller_verify_hash()
95 psa_algorithm_t alg, in crypto_caller_verify_message()
A Dcrypto_caller_sign_hash.h26 psa_algorithm_t alg, in crypto_caller_asym_sign_commom()
105 psa_algorithm_t alg, in crypto_caller_sign_hash()
116 psa_algorithm_t alg, in crypto_caller_sign_message()
/trusted-services/components/service/crypto/client/psa/
A Dpsa_hash.c12 psa_algorithm_t alg) in psa_hash_setup()
94 psa_algorithm_t alg, in multi_hash_update()
137 psa_status_t psa_hash_compare(psa_algorithm_t alg, in psa_hash_compare()
159 psa_status_t psa_hash_compute(psa_algorithm_t alg, in psa_hash_compute()
A Dpsa_mac.c14 psa_algorithm_t alg) in psa_mac_sign_setup()
29 psa_algorithm_t alg) in psa_mac_verify_setup()
115 psa_algorithm_t alg, in psa_mac_verify()
143 psa_algorithm_t alg, in psa_mac_compute()
A Dpsa_verify_hash.c12 psa_status_t psa_verify_hash(psa_key_id_t id, psa_algorithm_t alg, in psa_verify_hash()
A Dpsa_verify_message.c13 psa_algorithm_t alg, in psa_verify_message()
A Dpsa_sign_hash.c11 psa_status_t psa_sign_hash(psa_key_id_t id, psa_algorithm_t alg, in psa_sign_hash()
A Dpsa_sign_message.c13 psa_algorithm_t alg, in psa_sign_message()
/trusted-services/components/service/crypto/provider/extension/key_derivation/serializer/
A Dkey_derivation_provider_serializer.h22 psa_algorithm_t *alg);
80 psa_algorithm_t *alg,

Completed in 79 milliseconds

123