Home
last modified time | relevance | path

Searched refs:psa_get_key_attributes (Results 1 - 18 of 18) sorted by relevance

/third_party/mbedtls/tests/include/spe/
H A Dcrypto_spe.h72 #define psa_get_key_attributes \ macro
73 PSA_FUNCTION_NAME(psa_get_key_attributes)
/third_party/mbedtls/tests/src/
H A Dpsa_exercise_key.c50 psa_status_t status = psa_get_key_attributes(key, &attributes); in check_key_attributes_sanity()
112 * Key attributes may have been returned by psa_get_key_attributes() in check_key_attributes_sanity()
192 PSA_ASSERT(psa_get_key_attributes(key, &attributes)); in exercise_cipher_key()
283 PSA_ASSERT(psa_get_key_attributes(key, &attributes)); in exercise_aead_key()
640 psa_status_t status = psa_get_key_attributes(key, &attributes); in mbedtls_test_psa_key_agreement_with_self()
672 * Key attributes may have been returned by psa_get_key_attributes() in mbedtls_test_psa_key_agreement_with_self()
697 psa_status_t status = psa_get_key_attributes(key, &attributes); in mbedtls_test_psa_raw_key_agreement_with_self()
738 * Key attributes may have been returned by psa_get_key_attributes() in mbedtls_test_psa_raw_key_agreement_with_self()
800 psa_status_t status = psa_get_key_attributes(key, &attributes); in exercise_key_agreement_key()
1015 psa_status_t status = psa_get_key_attributes(ke in exercise_export_key()
[all...]
H A Dpsa_crypto_stubs.c49 psa_status_t psa_get_key_attributes(mbedtls_svc_key_id_t key, in psa_get_key_attributes() function
H A Dpsa_test_wrappers.c620 /* Wrapper for psa_get_key_attributes */
625 psa_status_t status = (psa_get_key_attributes)(arg0_key, arg1_attributes); in mbedtls_test_wrap_psa_get_key_attributes()
/third_party/mbedtls/library/
H A Dpk.c171 if (PSA_SUCCESS != psa_get_key_attributes(key, &attributes)) { in mbedtls_pk_setup_opaque()
321 status = psa_get_key_attributes(ctx->priv_id, &attributes); in mbedtls_pk_can_do_ext()
527 status = psa_get_key_attributes(pk->priv_id, &old_attributes); in mbedtls_pk_get_psa_attributes()
630 status = psa_get_key_attributes(old_key_id, &old_attributes); in copy_into_psa()
813 psa_get_key_attributes(pk->priv_id, &old_attributes); in import_public_into_psa()
882 status = psa_get_key_attributes(key_id, &key_attr); in copy_from_psa()
1337 status = psa_get_key_attributes(ctx->priv_id, &key_attr); in mbedtls_pk_sign_ext()
H A Dpk_internal.h96 if (psa_get_key_attributes(pk->priv_id, &opaque_attrs) != PSA_SUCCESS) { in mbedtls_pk_get_ec_group_id()
H A Dpk_wrap.c615 status = psa_get_key_attributes(pk->priv_id, &key_attr); in ecdsa_opaque_verify_wrap()
705 status = psa_get_key_attributes(key_id, &key_attr); in ecdsa_sign_psa()
1414 if (PSA_SUCCESS != psa_get_key_attributes(pk->priv_id, &attributes)) { in opaque_get_bitlen()
1481 status = psa_get_key_attributes(pk->priv_id, &attributes); in rsa_opaque_decrypt()
1518 status = psa_get_key_attributes(pk->priv_id, &attributes); in rsa_opaque_sign_wrap()
H A Dpkwrite.c390 if (psa_get_key_attributes(pk->priv_id, &opaque_attrs) != PSA_SUCCESS) { in pk_get_type_ext()
H A Dssl_tls13_keys.c1493 status = psa_get_key_attributes(handshake->xxdh_psa_privkey, in ssl_tls13_key_schedule_stage_handshake()
1855 status = psa_get_key_attributes(ssl->handshake->psk_opaque, &key_attributes); in mbedtls_ssl_tls13_export_handshake_psk()
H A Dssl_tls12_server.c2626 status = psa_get_key_attributes(pk->priv_id, &key_attributes); in ssl_get_ecdh_params_from_cert()
H A Dssl_msg.c5470 (void) psa_get_key_attributes(transform->psa_key_enc, &attr); in mbedtls_ssl_get_record_expansion()
H A Dpsa_crypto.c1398 psa_status_t psa_get_key_attributes(mbedtls_svc_key_id_t key, in psa_get_key_attributes() function
/third_party/mbedtls/programs/psa/
H A Dkey_ladder_demo.c376 PSA_CHECK(psa_get_key_attributes(wrapping_key, &attributes)); in wrap_data()
465 PSA_CHECK(psa_get_key_attributes(wrapping_key, &attributes)); in unwrap_data()
H A Daead_demo.c183 (void) psa_get_key_attributes(key, &attr); in aead_info()
/third_party/mbedtls/include/psa/
H A Dcrypto.h378 psa_status_t psa_get_key_attributes(mbedtls_svc_key_id_t key,
/third_party/mbedtls/tests/include/test/
H A Dpsa_test_wrappers.h361 #define psa_get_key_attributes(arg0_key, arg1_attributes) \ macro
/third_party/mbedtls/programs/ssl/
H A Dssl_client2.c3171 if (psa_get_key_attributes(ecjpake_pw_slot, &check_attributes) != in main()
H A Dssl_server2.c4287 if (psa_get_key_attributes(ecjpake_pw_slot, &check_attributes) != in main()

Completed in 59 milliseconds