| /trusted-services/components/service/crypto/include/psa/ |
| A D | crypto_values.h | 639 #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 D | crypto.h | 242 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 D | crypto_types.h | 86 typedef uint32_t psa_algorithm_t; typedef
|
| /trusted-services/components/service/crypto/client/cpp/protocol/protobuf/ |
| A D | protobuf_crypto_client.h | 61 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 D | packedc_crypto_client.h | 61 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 D | packedc_crypto_client.cpp | 91 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 D | crypto_client.h | 63 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 D | crypto_caller_verify_hash.h | 19 psa_algorithm_t alg, in crypto_caller_verify_hash() 36 psa_algorithm_t alg, in crypto_caller_verify_message()
|
| A D | crypto_caller_sign_hash.h | 19 psa_algorithm_t alg, in crypto_caller_sign_hash() 37 psa_algorithm_t alg, in crypto_caller_sign_message()
|
| A D | crypto_caller_mac.h | 21 psa_algorithm_t alg) in crypto_caller_mac_sign_setup() 34 psa_algorithm_t alg) in crypto_caller_mac_verify_setup()
|
| A D | crypto_caller_aead.h | 19 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 D | crypto_caller_cipher.h | 20 psa_algorithm_t alg) in crypto_caller_cipher_encrypt_setup() 33 psa_algorithm_t alg) in crypto_caller_cipher_decrypt_setup()
|
| A D | crypto_caller_asymmetric_decrypt.h | 19 psa_algorithm_t alg, in crypto_caller_asymmetric_decrypt()
|
| A D | crypto_caller_asymmetric_encrypt.h | 19 psa_algorithm_t alg, in crypto_caller_asymmetric_encrypt()
|
| /trusted-services/components/service/crypto/client/caller/psa_ipc/ |
| A D | crypto_caller_verify_hash.h | 29 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 D | crypto_provider_serializer.h | 81 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 D | crypto_caller_verify_hash.h | 26 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 D | crypto_caller_sign_hash.h | 26 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 D | psa_hash.c | 12 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 D | psa_mac.c | 14 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 D | psa_verify_hash.c | 12 psa_status_t psa_verify_hash(psa_key_id_t id, psa_algorithm_t alg, in psa_verify_hash()
|
| A D | psa_verify_message.c | 13 psa_algorithm_t alg, in psa_verify_message()
|
| A D | psa_sign_hash.c | 11 psa_status_t psa_sign_hash(psa_key_id_t id, psa_algorithm_t alg, in psa_sign_hash()
|
| A D | psa_sign_message.c | 13 psa_algorithm_t alg, in psa_sign_message()
|
| /trusted-services/components/service/crypto/provider/extension/key_derivation/serializer/ |
| A D | key_derivation_provider_serializer.h | 22 psa_algorithm_t *alg); 80 psa_algorithm_t *alg,
|