Searched refs:EVP_PKEY_get1_EC_KEY (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/lib/libcrypto/evp/
H A Dp_lib.c717 EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey) function
728 LCRYPTO_ALIAS(EVP_PKEY_get1_EC_KEY); variable
H A Devp.h803 struct ec_key_st *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey);
/openbsd-current/usr.sbin/smtpd/
H A Dca.c264 (ecdsa = EVP_PKEY_get1_EC_KEY(pkey)) == NULL)
/openbsd-current/lib/libcrypto/hidden/openssl/
H A Devp.h295 LCRYPTO_USED(EVP_PKEY_get1_EC_KEY); variable
/openbsd-current/lib/libtls/
H A Dtls_signer.c146 (skey->ecdsa = EVP_PKEY_get1_EC_KEY(pkey)) == NULL) {
H A Dtls.c445 if ((eckey = EVP_PKEY_get1_EC_KEY(pkey)) == NULL ||
/openbsd-current/regress/usr.bin/ssh/misc/sk-dummy/
H A Dsk-dummy.c319 if ((ec = EVP_PKEY_get1_EC_KEY(pk)) == NULL) {
320 skdebug(__func__, "EVP_PKEY_get1_EC_KEY failed");
/openbsd-current/regress/lib/libtls/signer/
H A Dsignertest.c196 if ((ec_key = EVP_PKEY_get1_EC_KEY(X509_get0_pubkey(x509))) == NULL) {
/openbsd-current/lib/libcrypto/pem/
H A Dpem_all.c523 dtmp = EVP_PKEY_get1_EC_KEY(key);
/openbsd-current/lib/libcrypto/asn1/
H A Dx_pubkey.c284 key = (ASN1_VALUE *)EVP_PKEY_get1_EC_KEY(pkey);
/openbsd-current/usr.bin/ssh/
H A Dsshkey.c3439 prv->ecdsa = EVP_PKEY_get1_EC_KEY(pk);
H A Dssh-keygen.c712 (*k)->ecdsa = EVP_PKEY_get1_EC_KEY(pubkey);

Completed in 303 milliseconds