Home
last modified time | relevance | path

Searched defs:ec_key (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/lib/libcrypto/ec/
Deck_prn.c77 EC_KEY_print(BIO *bio, const EC_KEY *ec_key, int off) in EC_KEY_print()
98 EC_KEY_print_fp(FILE *fp, const EC_KEY *ec_key, int off) in EC_KEY_print_fp()
119 ECParameters_print(BIO *bio, const EC_KEY *ec_key) in ECParameters_print()
140 ECParameters_print_fp(FILE *fp, const EC_KEY *ec_key) in ECParameters_print_fp()
Dec_asn1.c1154 ec_key_set_group_from_parameters(EC_KEY *ec_key, const ECPKPARAMETERS *params) in ec_key_set_group_from_parameters()
1178 ec_key_set_private_key(EC_KEY *ec_key, const ASN1_OCTET_STRING *aos) in ec_key_set_private_key()
1207 ec_key_set_public_key(EC_KEY *ec_key, const ASN1_BIT_STRING *abs) in ec_key_set_public_key()
1236 EC_KEY *ec_key = NULL; in d2i_ECPrivateKey() local
1275 i2d_ECPrivateKey(EC_KEY *ec_key, unsigned char **out) in i2d_ECPrivateKey()
1341 i2d_ECParameters(EC_KEY *ec_key, unsigned char **out) in i2d_ECParameters()
1354 EC_KEY *ec_key = NULL; in d2i_ECParameters() local
1410 EC_KEY *ec_key = NULL; in o2i_ECPublicKey() local
1438 i2o_ECPublicKey(const EC_KEY *ec_key, unsigned char **out) in i2o_ECPublicKey()
Dec_pmeth.c315 EC_KEY *ec_key = ctx->pkey->pkey.ec; in pkey_ec_ctrl() local
322 EC_KEY *ec_key = ctx->pkey->pkey.ec; in pkey_ec_ctrl() local
Dec_key.c85 EC_KEY *ec_key; in EC_KEY_new_by_curve_name() local
109 EC_KEY_free(EC_KEY *ec_key) in EC_KEY_free()
190 EC_KEY *ec_key; in EC_KEY_dup() local
/openbsd/src/regress/lib/libcrypto/ec/
Dec_asn1_test.c2018 EC_KEY *ec_key; in ec_key_check_sanity() local
2072 ec_key_test_point_encoding(const struct ec_private_key *key, const EC_KEY *ec_key) in ec_key_test_point_encoding()
2129 ec_key_test_point_versus_bn(const struct ec_private_key *key, const EC_KEY *ec_key) in ec_key_test_point_versus_bn()
2245 EC_KEY *ec_key = NULL, *ec_pub_key = NULL; in ec_key_test_i2o_and_o2i() local
2315 EC_KEY *ec_key = NULL, *ec_pub_key = NULL; in ec_key_test_hybrid_roundtrip() local
2396 EC_KEY *ec_key) in ec_key_test_parameter_roundtrip()
2440 EC_KEY *ec_key = NULL; in ec_group_check_private_key() local
/openbsd/src/lib/libssl/
Dssl_kex.c272 EC_KEY *ec_key = NULL; in ssl_kex_dummy_ecdhe_x25519() local