Home
last modified time | relevance | path

Searched refs:psa_set_key_algorithm (Results 1 – 15 of 15) sorted by relevance

/trusted-services/components/service/crypto/provider/serializer/protobuf/
A Dpb_key_attributes_translator.c26 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 Dcrypto_service_scenarios.cpp34 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 Dcrypto_service_limit_tests.cpp58 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 Dcrypto_partitioning_tests.cpp80 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 Dcrypto_caller_key_attributes.h44 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 Dcrypto_caller_key_attributes.h44 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 Dpackedc_key_attributes_translator.c25 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 Dkey_derivation_service_scenarios.cpp36 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 Dcrypto_struct.h180 static inline void psa_set_key_algorithm(psa_key_attributes_t *attributes, in psa_set_key_algorithm() function
A Dcrypto.h242 static void psa_set_key_algorithm(psa_key_attributes_t *attributes, psa_algorithm_t alg);
/trusted-services/components/app/platform-inspect/
A Dattest_report_fetcher.cpp71 psa_set_key_algorithm(&attributes, PSA_ALG_ECDSA(PSA_ALG_SHA_256)); in fetch_iak_public_key()
/trusted-services/components/app/ts-demo/
A Dts-demo.c76 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 Dlocal_attest_key_mngr.c39 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 Dmac_service_scenarios.cpp46 psa_set_key_algorithm(&attributes, PSA_ALG_CMAC); in generate_key()
/trusted-services/components/service/crypto/test/service/extension/cipher/
A Dcipher_service_scenarios.cpp46 psa_set_key_algorithm(&attributes, PSA_ALG_CTR); in generate_key()

Completed in 25 milliseconds