Home
last modified time | relevance | path

Searched refs:mbedtls_pk_ec (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-x509.c156 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(x509->MBEDTLS_PRIVATE(pk)); in lws_tls_mbedtls_cert_info()
412 ecpctx = mbedtls_pk_ec(x509->cert.MBEDTLS_PRIVATE(pk)); in lws_x509_public_to_jwk()
497 ecpctx = mbedtls_pk_ec(pk); in lws_x509_jwk_privkey_pem()
/aosp_15_r20/external/mbedtls/programs/pkey/
H A Dkey_app.c222 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(pk); in main()
272 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(pk); in main()
H A Dgen_key.c327 mbedtls_pk_ec(key), in main()
368 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(key); in main()
H A Dkey_app_writer.c341 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(key); in main()
387 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(key); in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/
H A Dkey_app.c287 if (show_ecp_key(mbedtls_pk_ec(pk), 1) != 0) { in main()
330 if (show_ecp_key(mbedtls_pk_ec(pk), 0) != 0) { in main()
H A Dgen_key.c389 mbedtls_pk_ec(key), in main()
430 if (show_ecp_key(mbedtls_pk_ec(key), 1) != 0) { in main()
H A Dkey_app_writer.c403 if (show_ecp_key(mbedtls_pk_ec(key), 1) != 0) { in main()
448 if (show_ecp_key(mbedtls_pk_ec(key), 0) != 0) { in main()
/aosp_15_r20/external/openthread/src/core/crypto/
H A Dcrypto_platform.cpp506 …ret = mbedtls_ecp_gen_key(MBEDTLS_ECP_DP_SECP256R1, mbedtls_pk_ec(pk), MbedTls::CryptoSecurePrng, … in otPlatCryptoEcdsaGenerateKey()
544 keyPair = mbedtls_pk_ec(pk); in otPlatCryptoEcdsaGetPublicKey()
587 keypair = mbedtls_pk_ec(pk); in otPlatCryptoEcdsaSign()
/aosp_15_r20/external/open-dice/src/
H A Dmbedtls_ops.c62 mbedtls_pk_ec(*context), in SetupKeyPair()
78 mbedtls_ecp_keypair* key = mbedtls_pk_ec(*pk_context); in GetIdFromKey()
/aosp_15_r20/external/mbedtls/programs/fuzz/
H A Dfuzz_pubkey.c51 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(pk); in LLVMFuzzerTestOneInput()
H A Dfuzz_privkey.c75 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(pk); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/fuzz/
H A Dfuzz_pubkey.c49 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(pk); in LLVMFuzzerTestOneInput()
H A Dfuzz_privkey.c73 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(pk); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dpk.h820 static inline mbedtls_ecp_keypair *mbedtls_pk_ec(const mbedtls_pk_context pk) in mbedtls_pk_ec() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dpk.h1052 static inline mbedtls_ecp_keypair *mbedtls_pk_ec(const mbedtls_pk_context pk) in mbedtls_pk_ec() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dpkwrite.c120 mbedtls_ecp_keypair *ec = mbedtls_pk_ec(*pk); in pk_write_ec_pubkey()
/aosp_15_r20/external/mbedtls/library/
H A Dpkwrite.c186 mbedtls_ecp_keypair *ec = mbedtls_pk_ec(*pk); in pk_write_ec_pubkey()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_pk.function735 mbedtls_ecp_keypair *eckey = (mbedtls_ecp_keypair *) mbedtls_pk_ec(pk);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/psa-migration/
H A Dpsa-legacy-bridges.md123 * ECC: ECDSA signature (randomized or deterministic), ECDH key agreement (via `mbedtls_pk_ec`).
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_pk.function1233 mbedtls_ecp_keypair *eckey = (mbedtls_ecp_keypair *) mbedtls_pk_ec(pk);