/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/ |
H A D | mbedtls-x509.c | 156 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 D | key_app.c | 222 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(pk); in main() 272 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(pk); in main()
|
H A D | gen_key.c | 327 mbedtls_pk_ec(key), in main() 368 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(key); in main()
|
H A D | key_app_writer.c | 341 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 D | key_app.c | 287 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 D | gen_key.c | 389 mbedtls_pk_ec(key), in main() 430 if (show_ecp_key(mbedtls_pk_ec(key), 1) != 0) { in main()
|
H A D | key_app_writer.c | 403 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 D | crypto_platform.cpp | 506 …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 D | mbedtls_ops.c | 62 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 D | fuzz_pubkey.c | 51 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(pk); in LLVMFuzzerTestOneInput()
|
H A D | fuzz_privkey.c | 75 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(pk); in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/fuzz/ |
H A D | fuzz_pubkey.c | 49 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(pk); in LLVMFuzzerTestOneInput()
|
H A D | fuzz_privkey.c | 73 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(pk); in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | pk.h | 820 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 D | pk.h | 1052 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 D | pkwrite.c | 120 mbedtls_ecp_keypair *ec = mbedtls_pk_ec(*pk); in pk_write_ec_pubkey()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | pkwrite.c | 186 mbedtls_ecp_keypair *ec = mbedtls_pk_ec(*pk); in pk_write_ec_pubkey()
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_pk.function | 735 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 D | psa-legacy-bridges.md | 123 * 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 D | test_suite_pk.function | 1233 mbedtls_ecp_keypair *eckey = (mbedtls_ecp_keypair *) mbedtls_pk_ec(pk);
|