Searched refs:psa_set_key_algorithm (Results 1 – 15 of 15) sorted by relevance
| /trusted-services/components/service/crypto/provider/serializer/protobuf/ |
| A D | pb_key_attributes_translator.c | 26 psa_set_key_algorithm(psa_attributes, proto_attributes->policy.alg); in pb_crypto_provider_translate_key_attributes()
|
| /trusted-services/components/service/crypto/test/service/ |
| A D | crypto_service_scenarios.cpp | 34 psa_set_key_algorithm(&attributes, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256)); in generateVolatileKeys() 66 psa_set_key_algorithm(&attributes, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256)); in generatePersistentKeys() 106 psa_set_key_algorithm(&attributes, PSA_ALG_RSA_PKCS1V15_CRYPT); in copyKey() 154 psa_set_key_algorithm(&attributes, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256)); in purgeKey() 182 psa_set_key_algorithm(&attributes, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256)); in exportPublicKey() 214 psa_set_key_algorithm(&attributes, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256)); in exportAndImportKeyPair() 252 psa_set_key_algorithm(&attributes, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256)); in signAndVerifyHash() 302 psa_set_key_algorithm(&attributes, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256)); in signAndVerifyMessage() 354 psa_set_key_algorithm(&attributes, PSA_ALG_ECDSA(PSA_ALG_SHA_256)); in signAndVerifyEat() 404 psa_set_key_algorithm(&attributes, PSA_ALG_RSA_PKCS1V15_CRYPT); in asymEncryptDecrypt() [all …]
|
| A D | crypto_service_limit_tests.cpp | 58 psa_set_key_algorithm(&attributes, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256)); in TEST_GROUP() 79 psa_set_key_algorithm(&attributes, PSA_ALG_RSA_PKCS1V15_CRYPT); in TEST_GROUP()
|
| /trusted-services/components/service/crypto/test/security/standalone/ |
| A D | crypto_partitioning_tests.cpp | 80 psa_set_key_algorithm(&attributes, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256)); in TEST() 106 psa_set_key_algorithm(&attributes, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256)); in TEST()
|
| /trusted-services/components/service/crypto/client/caller/packed-c/ |
| A D | crypto_caller_key_attributes.h | 44 psa_set_key_algorithm(psa_attributes, proto_attributes->policy.alg); in packedc_crypto_caller_translate_key_attributes_from_proto()
|
| /trusted-services/components/service/crypto/client/caller/psa_ipc/ |
| A D | crypto_caller_key_attributes.h | 44 psa_set_key_algorithm(psa_attributes, proto_attributes->policy.alg); in packedc_crypto_caller_translate_key_attributes_from_proto()
|
| /trusted-services/components/service/crypto/provider/serializer/packed-c/ |
| A D | packedc_key_attributes_translator.c | 25 psa_set_key_algorithm(psa_attributes, proto_attributes->policy.alg); in packedc_crypto_provider_translate_key_attributes_from_proto()
|
| /trusted-services/components/service/crypto/test/service/extension/key_derivation/ |
| A D | key_derivation_service_scenarios.cpp | 36 psa_set_key_algorithm(&attributes, PSA_ALG_HKDF(PSA_ALG_SHA_256)); in generateSecretKey() 87 psa_set_key_algorithm(&attributes, PSA_ALG_CTR); in hkdfDeriveKey()
|
| /trusted-services/components/service/crypto/include/psa/ |
| A D | crypto_struct.h | 180 static inline void psa_set_key_algorithm(psa_key_attributes_t *attributes, in psa_set_key_algorithm() function
|
| A D | crypto.h | 242 static void psa_set_key_algorithm(psa_key_attributes_t *attributes, psa_algorithm_t alg);
|
| /trusted-services/components/app/platform-inspect/ |
| A D | attest_report_fetcher.cpp | 71 psa_set_key_algorithm(&attributes, PSA_ALG_ECDSA(PSA_ALG_SHA_256)); in fetch_iak_public_key()
|
| /trusted-services/components/app/ts-demo/ |
| A D | ts-demo.c | 76 psa_set_key_algorithm(&attributes, PSA_ALG_DETERMINISTIC_ECDSA(PSA_ALG_SHA_256)); in generate_signing_key() 162 psa_set_key_algorithm(&attributes, PSA_ALG_RSA_PKCS1V15_CRYPT); in generate_asymmetric_encryption_key()
|
| /trusted-services/components/service/attestation/key_mngr/local/ |
| A D | local_attest_key_mngr.c | 39 psa_set_key_algorithm(attributes, PSA_ALG_ECDSA(PSA_ALG_SHA_256)); in set_iak_attributes()
|
| /trusted-services/components/service/crypto/test/service/extension/mac/ |
| A D | mac_service_scenarios.cpp | 46 psa_set_key_algorithm(&attributes, PSA_ALG_CMAC); in generate_key()
|
| /trusted-services/components/service/crypto/test/service/extension/cipher/ |
| A D | cipher_service_scenarios.cpp | 46 psa_set_key_algorithm(&attributes, PSA_ALG_CTR); in generate_key()
|
Completed in 53 milliseconds