Searched refs:mbedtls_psa_ecp_load_representation (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | psa_crypto_ecp.c | 90 psa_status_t mbedtls_psa_ecp_load_representation( in mbedtls_psa_ecp_load_representation() function 219 status = mbedtls_psa_ecp_load_representation(attributes->type, in mbedtls_psa_ecp_import_key() 298 status = mbedtls_psa_ecp_load_representation( in mbedtls_psa_ecp_export_public_key() 377 status = mbedtls_psa_ecp_load_representation(attributes->type, in mbedtls_psa_ecdsa_sign_hash() 464 status = mbedtls_psa_ecp_load_representation(attributes->type, in mbedtls_psa_ecdsa_verify_hash() 534 status = mbedtls_psa_ecp_load_representation( in mbedtls_psa_key_agreement_ecdh() 549 status = mbedtls_psa_ecp_load_representation( in mbedtls_psa_key_agreement_ecdh()
|
H A D | psa_crypto_ecp.h | 33 psa_status_t mbedtls_psa_ecp_load_representation(psa_key_type_t type,
|
H A D | psa_crypto.c | 3838 status = mbedtls_psa_ecp_load_representation(attributes->type, in mbedtls_psa_sign_hash_start() 4056 status = mbedtls_psa_ecp_load_representation(attributes->type, in mbedtls_psa_verify_hash_start()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_crypto_ecp.c | 35 psa_status_t mbedtls_psa_ecp_load_representation( in mbedtls_psa_ecp_load_representation() function 165 status = mbedtls_psa_ecp_load_representation(attributes->core.type, in mbedtls_psa_ecp_import_key() 256 status = mbedtls_psa_ecp_load_representation( in mbedtls_psa_ecp_export_public_key() 342 status = mbedtls_psa_ecp_load_representation(attributes->core.type, in mbedtls_psa_ecdsa_sign_hash() 429 status = mbedtls_psa_ecp_load_representation(attributes->core.type, in mbedtls_psa_ecdsa_verify_hash() 499 status = mbedtls_psa_ecp_load_representation( in mbedtls_psa_key_agreement_ecdh() 514 status = mbedtls_psa_ecp_load_representation( in mbedtls_psa_key_agreement_ecdh()
|
H A D | psa_crypto_ecp.h | 33 psa_status_t mbedtls_psa_ecp_load_representation(psa_key_type_t type,
|
H A D | psa_crypto.c | 3709 status = mbedtls_psa_ecp_load_representation(attributes->core.type, in mbedtls_psa_sign_hash_start() 3927 status = mbedtls_psa_ecp_load_representation(attributes->core.type, in mbedtls_psa_verify_hash_start()
|
/aosp_15_r20/external/mbedtls/docs/architecture/ |
H A D | psa-thread-safety.md | 220 * `psa_key_agreement_raw_internal` - passes key data to mbedtls_psa_ecp_load_representation
|