Searched refs:psa_get_key_attributes (Results 1 - 18 of 18) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
H A D | crypto_spe.h | 72 #define psa_get_key_attributes \ macro 73 PSA_FUNCTION_NAME(psa_get_key_attributes)
|
/third_party/mbedtls/tests/src/ |
H A D | psa_exercise_key.c | 50 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 D | psa_crypto_stubs.c | 49 psa_status_t psa_get_key_attributes(mbedtls_svc_key_id_t key, in psa_get_key_attributes() function
|
H A D | psa_test_wrappers.c | 620 /* 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 D | pk.c | 171 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 D | pk_internal.h | 96 if (psa_get_key_attributes(pk->priv_id, &opaque_attrs) != PSA_SUCCESS) { in mbedtls_pk_get_ec_group_id()
|
H A D | pk_wrap.c | 615 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 D | pkwrite.c | 390 if (psa_get_key_attributes(pk->priv_id, &opaque_attrs) != PSA_SUCCESS) { in pk_get_type_ext()
|
H A D | ssl_tls13_keys.c | 1493 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 D | ssl_tls12_server.c | 2626 status = psa_get_key_attributes(pk->priv_id, &key_attributes); in ssl_get_ecdh_params_from_cert()
|
H A D | ssl_msg.c | 5470 (void) psa_get_key_attributes(transform->psa_key_enc, &attr); in mbedtls_ssl_get_record_expansion()
|
H A D | psa_crypto.c | 1398 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 D | key_ladder_demo.c | 376 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 D | aead_demo.c | 183 (void) psa_get_key_attributes(key, &attr); in aead_info()
|
/third_party/mbedtls/include/psa/ |
H A D | crypto.h | 378 psa_status_t psa_get_key_attributes(mbedtls_svc_key_id_t key,
|
/third_party/mbedtls/tests/include/test/ |
H A D | psa_test_wrappers.h | 361 #define psa_get_key_attributes(arg0_key, arg1_attributes) \ macro
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_client2.c | 3171 if (psa_get_key_attributes(ecjpake_pw_slot, &check_attributes) != in main()
|
H A D | ssl_server2.c | 4287 if (psa_get_key_attributes(ecjpake_pw_slot, &check_attributes) != in main()
|
Completed in 59 milliseconds