Searched refs:EVP_PKEY (Results 101 - 125 of 484) sorted by relevance

1234567891011>>

/netbsd-current/crypto/external/bsd/openssl/dist/demos/signature/
H A DEVP_Signature_demo.c44 static EVP_PKEY *get_key(OSSL_LIB_CTX *libctx, const char *propq, int public)
47 EVP_PKEY *pkey = NULL;
78 EVP_PKEY *priv_key = NULL;
156 EVP_PKEY *pub_key = NULL;
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dpmeth_check.c49 EVP_PKEY *pkey = ctx->pkey;
93 EVP_PKEY *pkey = ctx->pkey;
138 EVP_PKEY *pkey = ctx->pkey;
162 EVP_PKEY *pkey = ctx->pkey;
/netbsd-current/crypto/external/bsd/openssl/dist/include/crypto/
H A Decx.h145 ECX_KEY *ossl_evp_pkey_get1_X25519(EVP_PKEY *pkey);
146 ECX_KEY *ossl_evp_pkey_get1_X448(EVP_PKEY *pkey);
147 ECX_KEY *ossl_evp_pkey_get1_ED25519(EVP_PKEY *pkey);
148 ECX_KEY *ossl_evp_pkey_get1_ED448(EVP_PKEY *pkey);
/netbsd-current/crypto/external/bsd/openssl/dist/test/helpers/
H A Dpredefined_dhparams.c18 static EVP_PKEY *get_dh_from_pg_bn(OSSL_LIB_CTX *libctx, const char *type,
24 EVP_PKEY *dhpkey = NULL;
48 static EVP_PKEY *get_dh_from_pg(OSSL_LIB_CTX *libctx, const char *type,
53 EVP_PKEY *dhpkey = NULL;
72 EVP_PKEY *get_dh512(OSSL_LIB_CTX *libctx)
90 EVP_PKEY *get_dhx512(OSSL_LIB_CTX *libctx)
119 EVP_PKEY *get_dh1024dsa(OSSL_LIB_CTX *libctx)
152 EVP_PKEY *get_dh2048(OSSL_LIB_CTX *libctx)
155 EVP_PKEY *dhpkey = NULL;
173 EVP_PKEY *get_dh409
[all...]
/netbsd-current/external/bsd/libfido2/dist/fuzz/
H A Dwrap.c123 (EVP_PKEY *pkey),
131 (EVP_PKEY *pkey),
139 (const EVP_PKEY *pkey, unsigned char *pub, size_t *len),
156 EVP_PKEY *pkey),
290 WRAP(EVP_PKEY *,
300 (EVP_PKEY *pkey, int type, void *key),
316 (EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey),
332 (EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey),
338 WRAP(EVP_PKEY *,
348 (EVP_PKEY *pke
[all...]
/netbsd-current/usr.sbin/syslogd/
H A Dtls.h165 bool write_x509files(EVP_PKEY *, X509 *, const char *, const char *);
166 bool mk_x509_cert(X509 **, EVP_PKEY **, int, int, int);
H A Dsign.h176 EVP_PKEY *privkey;
177 EVP_PKEY *pubkey;
/netbsd-current/external/bsd/libfido2/dist/examples/
H A Dutil.c134 EVP_PKEY *pkey = NULL;
166 EVP_PKEY *pkey = NULL;
223 EVP_PKEY *pkey = NULL;
280 EVP_PKEY *pkey = NULL;
312 EVP_PKEY *pkey = NULL;
365 EVP_PKEY *
369 EVP_PKEY *pkey = NULL;
393 EVP_PKEY *pkey = NULL;
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/x509/
H A Dx509_req.c22 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md)
27 EVP_PKEY *pktmp;
63 EVP_PKEY *X509_REQ_get_pubkey(X509_REQ *req)
70 EVP_PKEY *X509_REQ_get0_pubkey(X509_REQ *req)
82 int X509_REQ_check_private_key(X509_REQ *x, EVP_PKEY *k)
84 EVP_PKEY *xk = NULL;
/netbsd-current/external/bsd/libfido2/dist/src/
H A Drs256.c138 EVP_PKEY *pkey;
155 EVP_PKEY *
159 EVP_PKEY *pkey = NULL;
247 rs256_pk_from_EVP_PKEY(rs256_pk_t *pk, const EVP_PKEY *pkey)
259 rs256_verify_sig(const fido_blob_t *dgst, EVP_PKEY *pkey,
302 EVP_PKEY *pkey;
H A Des384.c90 EVP_PKEY *pkey;
111 EVP_PKEY *
117 EVP_PKEY *pkey = NULL;
240 es384_pk_from_EVP_PKEY(es384_pk_t *pk, const EVP_PKEY *pkey)
252 es384_verify_sig(const fido_blob_t *dgst, EVP_PKEY *pkey,
282 EVP_PKEY *pkey;
H A Des256.c183 EVP_PKEY *pkey;
225 EVP_PKEY *p = NULL;
226 EVP_PKEY *k = NULL;
268 EVP_PKEY *
274 EVP_PKEY *pkey = NULL;
397 es256_pk_from_EVP_PKEY(es256_pk_t *pk, const EVP_PKEY *pkey)
408 EVP_PKEY *
413 EVP_PKEY *pkey = NULL;
497 es256_verify_sig(const fido_blob_t *dgst, EVP_PKEY *pkey,
527 EVP_PKEY *pke
[all...]
H A Dextern.h223 int es256_verify_sig(const fido_blob_t *, EVP_PKEY *, const fido_blob_t *);
224 int es384_verify_sig(const fido_blob_t *, EVP_PKEY *, const fido_blob_t *);
225 int rs256_verify_sig(const fido_blob_t *, EVP_PKEY *, const fido_blob_t *);
226 int eddsa_verify_sig(const fido_blob_t *, EVP_PKEY *, const fido_blob_t *);
227 int rs1_verify_sig(const fido_blob_t *, EVP_PKEY *, const fido_blob_t *);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/pem/
H A Dpvkfmt.c54 /* Convert private key blob to EVP_PKEY: RSA and DSA keys supported */
81 static EVP_PKEY *b2i_rsa(const unsigned char **in,
83 static EVP_PKEY *b2i_dss(const unsigned char **in,
182 static EVP_PKEY *do_b2i(const unsigned char **in, unsigned int length,
203 static EVP_PKEY *do_b2i_bio(BIO *in, int ispub)
209 EVP_PKEY *ret = NULL;
244 static EVP_PKEY *b2i_dss(const unsigned char **in,
248 EVP_PKEY *ret = NULL;
319 static EVP_PKEY *b2i_rsa(const unsigned char **in,
323 EVP_PKEY *re
[all...]
/netbsd-current/external/bsd/unbound/dist/sldns/
H A Dkeyraw.c285 EVP_PKEY *sldns_key_dsa2pkey_raw(unsigned char* key, size_t len)
288 EVP_PKEY* evp_key = NULL;
356 EVP_PKEY* evp_key = EVP_PKEY_new();
452 EVP_PKEY* sldns_key_rsa2pkey_raw(unsigned char* key, size_t len)
455 EVP_PKEY* evp_key = NULL;
515 EVP_PKEY *evp_key = EVP_PKEY_new();
534 EVP_PKEY*
559 EVP_PKEY*
564 EVP_PKEY *evp_key = NULL;
620 EVP_PKEY *evp_ke
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dopenssleddsa_link.c65 size_t *key_len, EVP_PKEY **pkey) {
167 EVP_PKEY *pkey = key->keydata.pkey;
219 EVP_PKEY *pkey = key->keydata.pkey;
283 EVP_PKEY *pkey1 = key1->keydata.pkey;
284 EVP_PKEY *pkey2 = key2->keydata.pkey;
302 EVP_PKEY *pkey = NULL;
355 EVP_PKEY *pkey = key->keydata.pkey;
375 EVP_PKEY *pkey = key->keydata.pkey;
383 EVP_PKEY *pkey = key->keydata.pkey;
415 EVP_PKEY *pke
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dopenssleddsa_link.c63 size_t *key_len, EVP_PKEY **pkey) {
165 EVP_PKEY *pkey = key->keydata.pkey;
217 EVP_PKEY *pkey = key->keydata.pkey;
281 EVP_PKEY *pkey1 = key1->keydata.pkey;
282 EVP_PKEY *pkey2 = key2->keydata.pkey;
300 EVP_PKEY *pkey = NULL;
353 EVP_PKEY *pkey = key->keydata.pkey;
373 EVP_PKEY *pkey = key->keydata.pkey;
381 EVP_PKEY *pkey = key->keydata.pkey;
413 EVP_PKEY *pke
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rsa/
H A Drsa_ameth.c30 static int rsa_param_encode(const EVP_PKEY *pkey,
75 static int rsa_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey)
95 static int rsa_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey)
119 static int rsa_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b)
136 static int old_rsa_priv_decode(EVP_PKEY *pkey,
149 static int old_rsa_priv_encode(const EVP_PKEY *pkey, unsigned char **pder)
154 static int rsa_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey)
182 static int rsa_priv_decode(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8)
204 static int int_rsa_size(const EVP_PKEY *pke
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dcms.h103 CMS_ContentInfo *CMS_sign(X509 *signcert, EVP_PKEY *pkey,
108 X509 *signcert, EVP_PKEY *pkey,
142 int CMS_decrypt(CMS_ContentInfo *cms, EVP_PKEY *pkey, X509 *cert,
145 int CMS_decrypt_set1_pkey(CMS_ContentInfo *cms, EVP_PKEY *pk, X509 *cert);
158 int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey);
161 EVP_PKEY **pk, X509 **recip,
221 X509 *signer, EVP_PKEY *pk, const EVP_MD *md,
234 void CMS_SignerInfo_get0_algs(CMS_SignerInfo *si, EVP_PKEY **pk,
321 int CMS_RecipientInfo_kari_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pk);
/netbsd-current/external/bsd/ntp/dist/util/
H A Dntp-keygen.c145 EVP_PKEY *gen_rsa (const char *);
146 EVP_PKEY *gen_dsa (const char *);
147 EVP_PKEY *gen_iffkey (const char *);
148 EVP_PKEY *gen_gqkey (const char *);
149 EVP_PKEY *gen_mvkey (const char *, EVP_PKEY **);
150 void gen_mvserv (char *, EVP_PKEY **);
151 int x509 (EVP_PKEY *, const EVP_MD *, char *, const char *,
154 EVP_PKEY *genkey (const char *, const char *);
155 EVP_PKEY *readke
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ct/
H A Dct_log.c29 EVP_PKEY *public_key;
77 static int ct_v1_log_id_from_pkey(CTLOG *log, EVP_PKEY *pkey)
267 CTLOG *CTLOG_new_ex(EVP_PKEY *public_key, const char *name, OSSL_LIB_CTX *libctx,
302 CTLOG *CTLOG_new(EVP_PKEY *public_key, const char *name)
330 EVP_PKEY *CTLOG_get0_public_key(const CTLOG *log)
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
H A Dencode_key2ms.c39 EVP_PKEY *pkey, int ispub)
53 EVP_PKEY *pkey)
126 typedef int evp_pkey_set1_fn(EVP_PKEY *, const void *key);
134 EVP_PKEY *pkey = NULL;
155 EVP_PKEY *pkey = NULL;
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dendecode_test.c72 static EVP_PKEY *make_template(const char *type, OSSL_PARAM *genparams)
74 EVP_PKEY *pkey = NULL;
105 static EVP_PKEY *make_key(const char *type, EVP_PKEY *template,
108 EVP_PKEY *pkey = NULL;
150 const char *type, EVP_PKEY *pkey,
160 EVP_PKEY *pkey2 = NULL;
161 EVP_PKEY *pkey3 = NULL;
245 EVP_PKEY *pkey = object;
286 EVP_PKEY *pke
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/demos/pkey/
H A DEVP_PKEY_DSA_paramvalidate.c21 * added to the key. See doc/man7/EVP_PKEY-FFC for more information.
58 EVP_PKEY_CTX *create_merged_key(EVP_PKEY *dsaparams, const OSSL_PARAM *newparams,
63 EVP_PKEY *pkey = NULL;
108 EVP_PKEY *dsaparamskey = NULL;
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dtls_depr.c67 int tls_engine_load_ssl_client_cert(SSL *s, X509 **px509, EVP_PKEY **ppkey)
149 EVP_PKEY *ssl_dh_to_pkey(DH *dh)
152 EVP_PKEY *ret;

Completed in 333 milliseconds

1234567891011>>