Home
last modified time | relevance | path

Searched refs:EVP_PKEY (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/freebsd-13-stable/crypto/openssl/include/crypto/
HDasn1.h20 int (*pub_decode) (EVP_PKEY *pk, X509_PUBKEY *pub);
21 int (*pub_encode) (X509_PUBKEY *pub, const EVP_PKEY *pk);
22 int (*pub_cmp) (const EVP_PKEY *a, const EVP_PKEY *b);
23 int (*pub_print) (BIO *out, const EVP_PKEY *pkey, int indent,
25 int (*priv_decode) (EVP_PKEY *pk, const PKCS8_PRIV_KEY_INFO *p8inf);
26 int (*priv_encode) (PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pk);
27 int (*priv_print) (BIO *out, const EVP_PKEY *pkey, int indent,
29 int (*pkey_size) (const EVP_PKEY *pk);
30 int (*pkey_bits) (const EVP_PKEY *pk);
31 int (*pkey_security_bits) (const EVP_PKEY *pk);
[all …]
/freebsd-13-stable/crypto/openssl/crypto/evp/
HDp_lib.c27 static void EVP_PKEY_free_it(EVP_PKEY *x);
29 int EVP_PKEY_bits(const EVP_PKEY *pkey) in EVP_PKEY_bits()
36 int EVP_PKEY_security_bits(const EVP_PKEY *pkey) in EVP_PKEY_security_bits()
45 int EVP_PKEY_size(const EVP_PKEY *pkey) in EVP_PKEY_size()
52 int EVP_PKEY_save_parameters(EVP_PKEY *pkey, int mode) in EVP_PKEY_save_parameters()
75 int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) in EVP_PKEY_copy_parameters()
103 int EVP_PKEY_missing_parameters(const EVP_PKEY *pkey) in EVP_PKEY_missing_parameters()
110 int EVP_PKEY_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_cmp_parameters()
119 int EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in EVP_PKEY_cmp()
140 EVP_PKEY *EVP_PKEY_new(void) in EVP_PKEY_new()
[all …]
HDevp_pkey.c21 EVP_PKEY *EVP_PKCS82PKEY(const PKCS8_PRIV_KEY_INFO *p8) in EVP_PKCS82PKEY()
23 EVP_PKEY *pkey = NULL; in EVP_PKCS82PKEY()
61 PKCS8_PRIV_KEY_INFO *EVP_PKEY2PKCS8(EVP_PKEY *pkey) in EVP_PKEY2PKCS8()
91 int EVP_PKEY_get_attr_count(const EVP_PKEY *key) in EVP_PKEY_get_attr_count()
96 int EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, int lastpos) in EVP_PKEY_get_attr_by_NID()
101 int EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *key, const ASN1_OBJECT *obj, in EVP_PKEY_get_attr_by_OBJ()
107 X509_ATTRIBUTE *EVP_PKEY_get_attr(const EVP_PKEY *key, int loc) in EVP_PKEY_get_attr()
112 X509_ATTRIBUTE *EVP_PKEY_delete_attr(EVP_PKEY *key, int loc) in EVP_PKEY_delete_attr()
117 int EVP_PKEY_add1_attr(EVP_PKEY *key, X509_ATTRIBUTE *attr) in EVP_PKEY_add1_attr()
124 int EVP_PKEY_add1_attr_by_OBJ(EVP_PKEY *key, in EVP_PKEY_add1_attr_by_OBJ()
[all …]
/freebsd-13-stable/crypto/openssl/include/openssl/
HDevp.h623 EVP_PKEY *pkey);
630 unsigned int siglen, EVP_PKEY *pkey);
638 EVP_PKEY *pkey);
644 EVP_PKEY *pkey);
651 const unsigned char *iv, EVP_PKEY *priv);
656 EVP_PKEY **pubk, int npubk);
989 EVP_PKEY *private_key);
992 EVP_PKEY *pub_key);
994 int EVP_PKEY_id(const EVP_PKEY *pkey);
995 int EVP_PKEY_base_id(const EVP_PKEY *pkey);
[all …]
HDx509.h236 EVP_PKEY *dec_pkey;
342 EVP_PKEY *pk));
350 int X509_verify(X509 *a, EVP_PKEY *r);
352 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r);
353 int X509_CRL_verify(X509_CRL *a, EVP_PKEY *r);
354 int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *a, EVP_PKEY *r);
358 EVP_PKEY *NETSCAPE_SPKI_get_pubkey(NETSCAPE_SPKI *x);
359 int NETSCAPE_SPKI_set_pubkey(NETSCAPE_SPKI *x, EVP_PKEY *pkey);
367 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md);
372 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md);
[all …]
HDpem.h281 unsigned int *siglen, EVP_PKEY *pkey);
318 DECLARE_PEM_rw_cb(PrivateKey, EVP_PKEY)
319 DECLARE_PEM_rw(PUBKEY, EVP_PKEY)
321 int PEM_write_bio_PrivateKey_traditional(BIO *bp, EVP_PKEY *x,
326 int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid,
329 int PEM_write_bio_PKCS8PrivateKey(BIO *, EVP_PKEY *, const EVP_CIPHER *,
331 int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
334 int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid,
337 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb,
341 int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
[all …]
/freebsd-13-stable/crypto/openssl/doc/man3/
HDEVP_PKEY_ASN1_METHOD.pod45 int (*pub_decode) (EVP_PKEY *pk,
48 const EVP_PKEY *pk),
49 int (*pub_cmp) (const EVP_PKEY *a,
50 const EVP_PKEY *b),
52 const EVP_PKEY *pkey,
54 int (*pkey_size) (const EVP_PKEY *pk),
55 int (*pkey_bits) (const EVP_PKEY *pk));
57 int (*priv_decode) (EVP_PKEY *pk,
61 const EVP_PKEY *pk),
63 const EVP_PKEY *pkey,
[all …]
HDEVP_PKEY_set1_RSA.pod12 EVP_PKEY_set1_engine, EVP_PKEY_get0_engine - EVP_PKEY assignment functions
18 int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, RSA *key);
19 int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, DSA *key);
20 int EVP_PKEY_set1_DH(EVP_PKEY *pkey, DH *key);
21 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, EC_KEY *key);
23 RSA *EVP_PKEY_get1_RSA(EVP_PKEY *pkey);
24 DSA *EVP_PKEY_get1_DSA(EVP_PKEY *pkey);
25 DH *EVP_PKEY_get1_DH(EVP_PKEY *pkey);
26 EC_KEY *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey);
28 const unsigned char *EVP_PKEY_get0_hmac(const EVP_PKEY *pkey, size_t *len);
[all …]
HDd2i_PrivateKey.pod8 - decode and encode functions for reading and saving EVP_PKEY structures
14 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp,
16 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp,
18 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp,
20 int i2d_PrivateKey(EVP_PKEY *a, unsigned char **pp);
21 int i2d_PublicKey(EVP_PKEY *a, unsigned char **pp);
23 EVP_PKEY *d2i_PrivateKey_bio(BIO *bp, EVP_PKEY **a);
24 EVP_PKEY *d2i_PrivateKey_fp(FILE *fp, EVP_PKEY **a)
58 a non-NULL EVP_PKEY structure assigned an EC_KEY structure referencing the proper
HDX509_PUBKEY_new.pod17 int X509_PUBKEY_set(X509_PUBKEY **x, EVP_PKEY *pkey);
18 EVP_PKEY *X509_PUBKEY_get0(X509_PUBKEY *key);
19 EVP_PKEY *X509_PUBKEY_get(X509_PUBKEY *key);
21 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length);
22 int i2d_PUBKEY(EVP_PKEY *a, unsigned char **pp);
24 EVP_PKEY *d2i_PUBKEY_bio(BIO *bp, EVP_PKEY **a);
25 EVP_PKEY *d2i_PUBKEY_fp(FILE *fp, EVP_PKEY **a);
27 int i2d_PUBKEY_fp(FILE *fp, EVP_PKEY *pkey);
28 int i2d_PUBKEY_bio(BIO *bp, EVP_PKEY *pkey);
48 in the B<EVP_PKEY> structure B<pkey>. If B<*x> is not NULL any existing
[all …]
HDd2i_PKCS8PrivateKey_bio.pod13 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, void *u);
14 EVP_PKEY *d2i_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY **x, pem_password_cb *cb, void *u);
16 int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc,
20 int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc,
24 int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid,
28 int i2d_PKCS8PrivateKey_nid_fp(FILE *fp, EVP_PKEY *x, int nid,
54 d2i_PKCS8PrivateKey_bio() and d2i_PKCS8PrivateKey_fp() return a valid B<EVP_PKEY>
/freebsd-13-stable/crypto/openssl/crypto/asn1/
HDameth_lib.c212 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(const EVP_PKEY *pkey) in EVP_PKEY_get0_asn1()
306 int (*pub_decode) (EVP_PKEY *pk, in EVP_PKEY_asn1_set_public()
309 const EVP_PKEY *pk), in EVP_PKEY_asn1_set_public()
310 int (*pub_cmp) (const EVP_PKEY *a, in EVP_PKEY_asn1_set_public()
311 const EVP_PKEY *b), in EVP_PKEY_asn1_set_public()
313 const EVP_PKEY *pkey, in EVP_PKEY_asn1_set_public()
315 int (*pkey_size) (const EVP_PKEY *pk), in EVP_PKEY_asn1_set_public()
316 int (*pkey_bits) (const EVP_PKEY *pk)) in EVP_PKEY_asn1_set_public()
327 int (*priv_decode) (EVP_PKEY *pk, in EVP_PKEY_asn1_set_private()
331 const EVP_PKEY *pk), in EVP_PKEY_asn1_set_private()
[all …]
HDd2i_pr.c21 EVP_PKEY *d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, in d2i_PrivateKey()
24 EVP_PKEY *ret; in d2i_PrivateKey()
48 EVP_PKEY *tmp; in d2i_PrivateKey()
81 static EVP_PKEY *key_as_pkcs8(const unsigned char **pp, long length, int *carry_on) in key_as_pkcs8()
85 EVP_PKEY *ret; in key_as_pkcs8()
102 EVP_PKEY *d2i_AutoPrivateKey(EVP_PKEY **a, const unsigned char **pp, in d2i_AutoPrivateKey()
108 EVP_PKEY *ret = NULL; in d2i_AutoPrivateKey()
/freebsd-13-stable/crypto/openssl/crypto/pem/
HDpem_pk8.c19 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder,
24 static int do_pk8pkey_fp(FILE *bp, EVP_PKEY *x, int isder,
35 int PEM_write_bio_PKCS8PrivateKey_nid(BIO *bp, EVP_PKEY *x, int nid, in PEM_write_bio_PKCS8PrivateKey_nid()
42 int PEM_write_bio_PKCS8PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PKCS8PrivateKey()
49 int i2d_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_bio()
56 int i2d_PKCS8PrivateKey_nid_bio(BIO *bp, EVP_PKEY *x, int nid, in i2d_PKCS8PrivateKey_nid_bio()
63 static int do_pk8pkey(BIO *bp, EVP_PKEY *x, int isder, int nid, in do_pk8pkey()
112 EVP_PKEY *d2i_PKCS8PrivateKey_bio(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in d2i_PKCS8PrivateKey_bio()
118 EVP_PKEY *ret; in d2i_PKCS8PrivateKey_bio()
150 int i2d_PKCS8PrivateKey_fp(FILE *fp, EVP_PKEY *x, const EVP_CIPHER *enc, in i2d_PKCS8PrivateKey_fp()
[all …]
HDpem_all.c22 static RSA *pkey_get_rsa(EVP_PKEY *key, RSA **rsa);
25 static DSA *pkey_get_dsa(EVP_PKEY *key, DSA **dsa);
29 static EC_KEY *pkey_get_eckey(EVP_PKEY *key, EC_KEY **eckey);
47 static RSA *pkey_get_rsa(EVP_PKEY *key, RSA **rsa) in IMPLEMENT_PEM_rw()
66 EVP_PKEY *pktmp; in PEM_read_bio_RSAPrivateKey()
75 EVP_PKEY *pktmp; in PEM_read_RSAPrivateKey()
91 static DSA *pkey_get_dsa(EVP_PKEY *key, DSA **dsa) in IMPLEMENT_PEM_write_cb_const()
110 EVP_PKEY *pktmp; in PEM_read_bio_DSAPrivateKey()
121 EVP_PKEY *pktmp; in IMPLEMENT_PEM_write_cb_const()
131 static EC_KEY *pkey_get_eckey(EVP_PKEY *key, EC_KEY **eckey) in IMPLEMENT_PEM_rw_const()
[all …]
HDpem_pkey.c25 EVP_PKEY *PEM_read_bio_PrivateKey(BIO *bp, EVP_PKEY **x, pem_password_cb *cb, in PEM_read_bio_PrivateKey()
33 EVP_PKEY *ret = NULL; in PEM_read_bio_PrivateKey()
47 EVP_PKEY_free((EVP_PKEY *)*x); in PEM_read_bio_PrivateKey()
75 EVP_PKEY_free((EVP_PKEY *)*x); in PEM_read_bio_PrivateKey()
95 int PEM_write_bio_PrivateKey(BIO *bp, EVP_PKEY *x, const EVP_CIPHER *enc, in PEM_write_bio_PrivateKey()
105 int PEM_write_bio_PrivateKey_traditional(BIO *bp, EVP_PKEY *x, in PEM_write_bio_PrivateKey_traditional()
122 EVP_PKEY *PEM_read_bio_Parameters(BIO *bp, EVP_PKEY **x) in PEM_read_bio_Parameters()
129 EVP_PKEY *ret = NULL; in PEM_read_bio_Parameters()
148 EVP_PKEY_free((EVP_PKEY *)*x); in PEM_read_bio_Parameters()
160 int PEM_write_bio_Parameters(BIO *bp, EVP_PKEY *x) in PEM_write_bio_Parameters()
[all …]
/freebsd-13-stable/crypto/openssl/crypto/x509/
HDx_pubkey.c23 EVP_PKEY *pkey;
26 static int x509_pubkey_decode(EVP_PKEY **pk, X509_PUBKEY *key);
60 int X509_PUBKEY_set(X509_PUBKEY **x, EVP_PKEY *pkey)
104 static int x509_pubkey_decode(EVP_PKEY **ppkey, X509_PUBKEY *key) in x509_pubkey_decode()
106 EVP_PKEY *pkey = EVP_PKEY_new(); in x509_pubkey_decode()
141 EVP_PKEY *X509_PUBKEY_get0(X509_PUBKEY *key) in X509_PUBKEY_get0()
143 EVP_PKEY *ret = NULL; in X509_PUBKEY_get0()
169 EVP_PKEY *X509_PUBKEY_get(X509_PUBKEY *key) in X509_PUBKEY_get()
171 EVP_PKEY *ret = X509_PUBKEY_get0(key); in X509_PUBKEY_get()
185 EVP_PKEY *d2i_PUBKEY(EVP_PKEY **a, const unsigned char **pp, long length) in d2i_PUBKEY()
[all …]
HDx_all.c22 int X509_verify(X509 *a, EVP_PKEY *r) in X509_verify()
30 int X509_REQ_verify(X509_REQ *a, EVP_PKEY *r) in X509_REQ_verify()
36 int NETSCAPE_SPKI_verify(NETSCAPE_SPKI *a, EVP_PKEY *r) in NETSCAPE_SPKI_verify()
42 int X509_sign(X509 *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_sign()
73 int X509_REQ_sign(X509_REQ *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_REQ_sign()
88 int X509_CRL_sign(X509_CRL *x, EVP_PKEY *pkey, const EVP_MD *md) in X509_CRL_sign()
112 int NETSCAPE_SPKI_sign(NETSCAPE_SPKI *x, EVP_PKEY *pkey, const EVP_MD *md) in NETSCAPE_SPKI_sign()
459 int i2d_PKCS8PrivateKeyInfo_fp(FILE *fp, EVP_PKEY *key) in i2d_PKCS8PrivateKeyInfo_fp()
471 int i2d_PrivateKey_fp(FILE *fp, EVP_PKEY *pkey) in i2d_PrivateKey_fp()
473 return ASN1_i2d_fp_of(EVP_PKEY, i2d_PrivateKey, fp, pkey); in i2d_PrivateKey_fp()
[all …]
/freebsd-13-stable/crypto/openssl/crypto/ec/
HDecx_meth.c46 static int ecx_key_op(EVP_PKEY *pkey, int id, const X509_ALGOR *palg, in ecx_key_op()
125 static int ecx_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in ecx_pub_encode()
150 static int ecx_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in ecx_pub_decode()
162 static int ecx_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in ecx_pub_cmp()
173 static int ecx_priv_decode(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8) in ecx_priv_decode()
198 static int ecx_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in ecx_priv_encode()
230 static int ecx_size(const EVP_PKEY *pkey) in ecx_size()
235 static int ecx_bits(const EVP_PKEY *pkey) in ecx_bits()
246 static int ecx_security_bits(const EVP_PKEY *pkey) in ecx_security_bits()
255 static void ecx_free(EVP_PKEY *pkey) in ecx_free()
[all …]
HDec_ameth.c74 static int eckey_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in eckey_pub_encode()
150 static int eckey_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in eckey_pub_decode()
183 static int eckey_pub_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in eckey_pub_cmp()
199 static int eckey_priv_decode(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8) in eckey_priv_decode()
232 static int eckey_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in eckey_priv_encode()
288 static int int_ec_size(const EVP_PKEY *pkey) in int_ec_size()
293 static int ec_bits(const EVP_PKEY *pkey) in ec_bits()
298 static int ec_security_bits(const EVP_PKEY *pkey) in ec_security_bits()
314 static int ec_missing_parameters(const EVP_PKEY *pkey) in ec_missing_parameters()
321 static int ec_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) in ec_copy_parameters()
[all …]
/freebsd-13-stable/crypto/openssl/crypto/dsa/
HDdsa_ameth.c20 static int dsa_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) in dsa_pub_decode()
77 static int dsa_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in dsa_pub_encode()
137 static int dsa_priv_decode(EVP_PKEY *pkey, const PKCS8_PRIV_KEY_INFO *p8) in dsa_priv_decode()
203 static int dsa_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) in dsa_priv_encode()
255 static int int_dsa_size(const EVP_PKEY *pkey) in int_dsa_size()
260 static int dsa_bits(const EVP_PKEY *pkey) in dsa_bits()
265 static int dsa_security_bits(const EVP_PKEY *pkey) in dsa_security_bits()
270 static int dsa_missing_parameters(const EVP_PKEY *pkey) in dsa_missing_parameters()
279 static int dsa_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) in dsa_copy_parameters()
306 static int dsa_cmp_parameters(const EVP_PKEY *a, const EVP_PKEY *b) in dsa_cmp_parameters()
[all …]
/freebsd-13-stable/crypto/openssl/crypto/poly1305/
HDpoly1305_ameth.c23 static int poly1305_size(const EVP_PKEY *pkey) in poly1305_size()
28 static void poly1305_key_free(EVP_PKEY *pkey) in poly1305_key_free()
38 static int poly1305_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in poly1305_pkey_ctrl()
44 static int poly1305_pkey_public_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in poly1305_pkey_public_cmp()
49 static int poly1305_set_priv_key(EVP_PKEY *pkey, const unsigned char *priv, in poly1305_set_priv_key()
70 static int poly1305_get_priv_key(const EVP_PKEY *pkey, unsigned char *priv, in poly1305_get_priv_key()
/freebsd-13-stable/crypto/openssl/crypto/hmac/
HDhm_ameth.c21 static int hmac_size(const EVP_PKEY *pkey) in hmac_size()
26 static void hmac_key_free(EVP_PKEY *pkey) in hmac_key_free()
36 static int hmac_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in hmac_pkey_ctrl()
48 static int hmac_pkey_public_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in hmac_pkey_public_cmp()
54 static int hmac_set_priv_key(EVP_PKEY *pkey, const unsigned char *priv, in hmac_set_priv_key()
76 static int hmac_get_priv_key(const EVP_PKEY *pkey, unsigned char *priv, in hmac_get_priv_key()
/freebsd-13-stable/crypto/openssl/crypto/siphash/
HDsiphash_ameth.c23 static int siphash_size(const EVP_PKEY *pkey) in siphash_size()
28 static void siphash_key_free(EVP_PKEY *pkey) in siphash_key_free()
39 static int siphash_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) in siphash_pkey_ctrl()
45 static int siphash_pkey_public_cmp(const EVP_PKEY *a, const EVP_PKEY *b) in siphash_pkey_public_cmp()
50 static int siphash_set_priv_key(EVP_PKEY *pkey, const unsigned char *priv, in siphash_set_priv_key()
71 static int siphash_get_priv_key(const EVP_PKEY *pkey, unsigned char *priv, in siphash_get_priv_key()
/freebsd-13-stable/contrib/unbound/sldns/
HDkeyraw.h76 EVP_PKEY *sldns_key_dsa2pkey_raw(unsigned char* key, size_t len);
85 EVP_PKEY* sldns_gost2pkey_raw(unsigned char* key, size_t keylen);
95 EVP_PKEY* sldns_ecdsa2pkey_raw(unsigned char* key, size_t keylen, uint8_t algo);
113 EVP_PKEY* sldns_key_rsa2pkey_raw(unsigned char* key, size_t len);
122 EVP_PKEY* sldns_ed255192pkey_raw(const unsigned char* key, size_t len);
131 EVP_PKEY* sldns_ed4482pkey_raw(const unsigned char* key, size_t len);

12345678910>>...12