Home
last modified time | relevance | path

Searched defs:ecp (Results 1 – 12 of 12) sorted by relevance

/third_party/mbedtls/library/
Dpsa_crypto_ecp.c97 mbedtls_ecp_keypair *ecp = NULL; in mbedtls_psa_ecp_load_representation() local
216 mbedtls_ecp_keypair *ecp = NULL; in mbedtls_psa_ecp_import_key() local
252 mbedtls_ecp_keypair *ecp, in mbedtls_psa_ecp_export_key()
296 mbedtls_ecp_keypair *ecp = NULL; in mbedtls_psa_ecp_export_public_key() local
334 mbedtls_ecp_keypair ecp; in mbedtls_psa_ecp_generate_key() local
372 mbedtls_ecp_keypair *ecp = NULL; in mbedtls_psa_ecdsa_sign_hash() local
436 psa_status_t mbedtls_psa_ecp_load_public_part(mbedtls_ecp_keypair *ecp) in mbedtls_psa_ecp_load_public_part()
458 mbedtls_ecp_keypair *ecp = NULL; in mbedtls_psa_ecdsa_verify_hash() local
533 mbedtls_ecp_keypair *ecp = NULL; in mbedtls_psa_key_agreement_ecdh() local
/third_party/mbedtls/programs/fuzz/
Dfuzz_pubkey.c49 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(pk); in LLVMFuzzerTestOneInput() local
Dfuzz_privkey.c73 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(pk); in LLVMFuzzerTestOneInput() local
/third_party/libcoap/man/
Dexamples-code-check.c217 const char *ecp; in decode_synopsis_definition() local
683 char *ecp = strchr(cp+1, '*'); in main() local
/third_party/mbedtls/programs/pkey/
Dkey_app.c57 static int show_ecp_key(const mbedtls_ecp_keypair *ecp, int has_private) in show_ecp_key()
Dgen_key.c161 static int show_ecp_key(const mbedtls_ecp_keypair *ecp, int has_private) in show_ecp_key()
Dkey_app_writer.c177 static int show_ecp_key(const mbedtls_ecp_keypair *ecp, int has_private) in show_ecp_key()
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-x509.c156 mbedtls_ecp_keypair *ecp = mbedtls_pk_ec(x509->MBEDTLS_PRIVATE_V30_ONLY(pk)); in lws_tls_mbedtls_cert_info() local
/third_party/elfutils/tests/
DMakefile.am40 show-abbrev hash newscn ecp dwflmodtest \ program
/third_party/openssl/providers/implementations/keymgmt/
Dec_kmgmt.c740 const EC_POINT *ecp = EC_KEY_get0_public_key(key); in common_get_params() local
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
Dec_kmgmt.c740 const EC_POINT *ecp = EC_KEY_get0_public_key(key); in common_get_params() local
/third_party/rust/crates/rust-openssl/openssl/src/
Dec.rs1215 let mut ecp = EcPoint::new(&group).unwrap(); in generator() localVariable