Home
last modified time | relevance | path

Searched refs:mbedtls_pk_import_into_psa (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/include/mbedtls/
H A Dpk.h488 * for calling mbedtls_pk_import_into_psa() to create
498 * ret = mbedtls_pk_import_into_psa(pk, &attributes, &key_id);
615 * -# Call mbedtls_pk_import_into_psa().
639 int mbedtls_pk_import_into_psa(const mbedtls_pk_context *pk,
/third_party/mbedtls/programs/ssl/
H A Dssl_test_lib.c294 ret = mbedtls_pk_import_into_psa(pk, &key_attr, key_id); in pk_wrap_as_opaque()
/third_party/mbedtls/library/
H A Dpk.c842 int mbedtls_pk_import_into_psa(const mbedtls_pk_context *pk, in mbedtls_pk_import_into_psa() function
/third_party/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c698 TEST_EQUAL(mbedtls_pk_import_into_psa(cert->pkey, &key_attr, &key_slot), 0); in mbedtls_test_ssl_endpoint_certificate_init()
/third_party/mbedtls/tests/scripts/
H A Dall.sh1357 grep mbedtls_pk_import_into_psa library/libmbedcrypto.a

Completed in 14 milliseconds