Searched refs:EVP_PKEY_get0_EC_KEY (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/regress/lib/libcrypto/asn1/
H A Dasn1x509.c589 if (EC_GROUP_cmp(EC_KEY_get0_group(EVP_PKEY_get0_EC_KEY(pkey_a)),
590 EC_KEY_get0_group(EVP_PKEY_get0_EC_KEY(pkey_b)), NULL) != 0) {
594 if (EC_POINT_cmp(EC_KEY_get0_group(EVP_PKEY_get0_EC_KEY(pkey_a)),
595 EC_KEY_get0_public_key(EVP_PKEY_get0_EC_KEY(pkey_a)),
596 EC_KEY_get0_public_key(EVP_PKEY_get0_EC_KEY(pkey_b)), NULL) != 0) {
/openbsd-current/lib/libcrypto/evp/
H A Dp_lib.c706 EVP_PKEY_get0_EC_KEY(EVP_PKEY *pkey) function
714 LCRYPTO_ALIAS(EVP_PKEY_get0_EC_KEY); variable
721 if ((key = EVP_PKEY_get0_EC_KEY(pkey)) == NULL)
H A Devp.h802 struct ec_key_st *EVP_PKEY_get0_EC_KEY(EVP_PKEY *pkey);
/openbsd-current/lib/libfido2/src/
H A Des256.c15 #define get0_EC_KEY(x) EVP_PKEY_get0_EC_KEY((x))
245 if ((ec = EVP_PKEY_get0_EC_KEY(k)) == NULL ||
/openbsd-current/usr.sbin/acme-client/
H A Dacctproc.c108 if ((ec = EVP_PKEY_get0_EC_KEY(pkey)) == NULL)
109 warnx("EVP_PKEY_get0_EC_KEY");
224 if ((ec = EVP_PKEY_get0_EC_KEY(pkey)) == NULL)
225 warnx("EVP_PKEY_get0_EC_KEY");
/openbsd-current/regress/lib/libcrypto/evp/
H A Devp_pkey_check.c238 if ((eckey = EVP_PKEY_get0_EC_KEY(pkey)) == NULL) {
239 fprintf(stderr, "%s: EVP_PKEY_get0_EC_KEY\n", __func__);
/openbsd-current/lib/libssl/
H A Dssl_sigalgs.c300 EVP_PKEY_get0_EC_KEY(pkey))) != sigalg->group_nid)
H A Dt1_lib.c720 if ((eckey = EVP_PKEY_get0_EC_KEY(pkey)) == NULL)
H A Dssl_clnt.c2076 if ((eckey = EVP_PKEY_get0_EC_KEY(pkey)) == NULL)
H A Dssl_srvr.c1996 if ((eckey = EVP_PKEY_get0_EC_KEY(pkey)) == NULL) {
/openbsd-current/usr.bin/openssl/
H A Ds_cb.c277 if ((ec = EVP_PKEY_get0_EC_KEY(pkey)) == NULL)
/openbsd-current/lib/libcrypto/hidden/openssl/
H A Devp.h294 LCRYPTO_USED(EVP_PKEY_get0_EC_KEY); variable
/openbsd-current/usr.sbin/rpki-client/
H A Dvalidate.c626 if ((ec = EVP_PKEY_get0_EC_KEY(pkey)) == NULL) {
H A Dx509.c434 eckey = EVP_PKEY_get0_EC_KEY(pkey);
/openbsd-current/usr.bin/ssh/
H A Dssh-pkcs11.c1005 if (EVP_PKEY_get0_EC_KEY(evp) == NULL) {
1009 if ((ec = EC_KEY_dup(EVP_PKEY_get0_EC_KEY(evp))) == NULL) {
/openbsd-current/sbin/iked/
H A Dca.c1435 if ((ec = EVP_PKEY_get0_EC_KEY(key)) == NULL)
1504 if ((ec = EVP_PKEY_get0_EC_KEY(key)) == NULL)

Completed in 305 milliseconds