Home
last modified time | relevance | path

Searched refs:mbedtls_pk_sign_ext (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dpk.h648 int mbedtls_pk_sign_ext(mbedtls_pk_type_t pk_type,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dpk.h875 int mbedtls_pk_sign_ext(mbedtls_pk_type_t pk_type,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_pk.function858 mbedtls_pk_sign_ext(pk_type, &ctx, MBEDTLS_MD_NONE,
863 mbedtls_pk_sign_ext(pk_type, &ctx, MBEDTLS_MD_SHA256,
910 TEST_ASSERT(mbedtls_pk_sign_ext(MBEDTLS_PK_NONE, &pk,
1712 TEST_EQUAL(mbedtls_pk_sign_ext(MBEDTLS_PK_RSASSA_PSS, &pk,
2015 TEST_EQUAL(mbedtls_pk_sign_ext(key_pk_type, &pk, md_alg, hash, hash_len,
2085 TEST_EQUAL(mbedtls_pk_sign_ext(key_pk_type, &pk, md_alg, hash, hash_len,
/aosp_15_r20/external/mbedtls/library/
H A Dpk.c667 int mbedtls_pk_sign_ext(mbedtls_pk_type_t pk_type, in mbedtls_pk_sign_ext() function
H A Dssl_tls13_generic.c1089 if ((ret = mbedtls_pk_sign_ext(pk_type, own_key, in ssl_tls13_write_certificate_verify_body()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_pk.function1454 TEST_ASSERT(mbedtls_pk_sign_ext(key_pk_type, &pk, md_alg, hash, hash_len,
1525 TEST_EQUAL(mbedtls_pk_sign_ext(key_pk_type, &pk, md_alg, hash, hash_len,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_tls13_generic.c1089 if ((ret = mbedtls_pk_sign_ext(pk_type, own_key, in ssl_tls13_write_certificate_verify_body()
H A Dpk.c1300 int mbedtls_pk_sign_ext(mbedtls_pk_type_t pk_type, in mbedtls_pk_sign_ext() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/psa-migration/
H A Dpsa-legacy-bridges.md324 [OPEN] What about `mbedtls_pk_sign_ext` and `mbedtls_pk_verify_ext`?
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md935 The equivalent of `mbedtls_pk_sign` or `mbedtls_pk_sign_ext` to sign an already calculated hash is …
1006 This mechanism corresponds to `mbedtls_pk_sign_ext` and `mbedtls_pk_verify_ext` for an RSA key, as …
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog244 * mbedtls_pk_sign_ext() is now always available, not just when
1060 * Add mbedtls_pk_sign_ext() which allows generating RSA-PSS signatures when
/aosp_15_r20/external/mbedtls/
H A DChangeLog800 * Add mbedtls_pk_sign_ext() which allows generating RSA-PSS signatures when