Home
last modified time | relevance | path

Searched defs:pkey (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/freebsd-14.2/crypto/openssl/crypto/evp/
H A Dp_legacy.c25 int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, RSA *key) in EVP_PKEY_set1_RSA()
34 RSA *evp_pkey_get0_RSA_int(const EVP_PKEY *pkey) in evp_pkey_get0_RSA_int()
43 const RSA *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey) in EVP_PKEY_get0_RSA()
48 RSA *EVP_PKEY_get1_RSA(EVP_PKEY *pkey) in EVP_PKEY_get1_RSA()
58 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, EC_KEY *key) in EVP_PKEY_set1_EC_KEY()
69 EC_KEY *evp_pkey_get0_EC_KEY_int(const EVP_PKEY *pkey) in evp_pkey_get0_EC_KEY_int()
78 const EC_KEY *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey) in EVP_PKEY_get0_EC_KEY()
83 EC_KEY *EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey) in EVP_PKEY_get1_EC_KEY()
H A Dp_lib.c62 int EVP_PKEY_get_bits(const EVP_PKEY *pkey) in EVP_PKEY_get_bits()
383 EVP_PKEY *pkey = NULL; in new_raw_key_int() local
625 EVP_PKEY *pkey = NULL; in new_cmac_key_int() local
784 void *EVP_PKEY_get0(const EVP_PKEY *pkey) in EVP_PKEY_get0()
867 DSA *EVP_PKEY_get1_DSA(EVP_PKEY *pkey) in EVP_PKEY_get1_DSA()
959 DH *EVP_PKEY_get1_DH(EVP_PKEY *pkey) in EVP_PKEY_get1_DH()
985 int EVP_PKEY_get_id(const EVP_PKEY *pkey) in EVP_PKEY_get_id()
1074 int EVP_PKEY_can_sign(const EVP_PKEY *pkey) in EVP_PKEY_can_sign()
1158 static int print_pkey(const EVP_PKEY *pkey, BIO *out, int indent, in print_pkey()
1659 int EVP_PKEY_up_ref(EVP_PKEY *pkey) in EVP_PKEY_up_ref()
[all …]
H A Dpmeth_check.c49 EVP_PKEY *pkey = ctx->pkey; in evp_pkey_public_check_combined() local
93 EVP_PKEY *pkey = ctx->pkey; in evp_pkey_param_check_combined() local
138 EVP_PKEY *pkey = ctx->pkey; in EVP_PKEY_private_check() local
162 EVP_PKEY *pkey = ctx->pkey; in EVP_PKEY_pairwise_check() local
H A Dp_verify.c18 unsigned int siglen, EVP_PKEY *pkey, OSSL_LIB_CTX *libctx, in EVP_VerifyFinal_ex()
60 unsigned int siglen, EVP_PKEY *pkey) in EVP_VerifyFinal()
/freebsd-14.2/crypto/openssl/crypto/dh/
H A Ddh_ameth.c34 static DH *d2i_dhp(const EVP_PKEY *pkey, const unsigned char **pp, in d2i_dhp()
55 static void int_dh_free(EVP_PKEY *pkey) in int_dh_free()
111 static int dh_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in dh_pub_encode()
227 static int dh_param_decode(EVP_PKEY *pkey, in dh_param_decode()
300 static int int_dh_size(const EVP_PKEY *pkey) in int_dh_size()
305 static int dh_bits(const EVP_PKEY *pkey) in dh_bits()
310 static int dh_security_bits(const EVP_PKEY *pkey) in dh_security_bits()
428 static int dh_pkey_public_check(const EVP_PKEY *pkey) in dh_pkey_public_check()
440 static int dh_pkey_param_check(const EVP_PKEY *pkey) in dh_pkey_param_check()
447 static size_t dh_pkey_dirty_cnt(const EVP_PKEY *pkey) in dh_pkey_dirty_cnt()
[all …]
/freebsd-14.2/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c29 static int dsa_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in dsa_pub_decode()
87 static int dsa_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in dsa_pub_encode()
218 static int int_dsa_size(const EVP_PKEY *pkey) in int_dsa_size()
223 static int dsa_bits(const EVP_PKEY *pkey) in dsa_bits()
228 static int dsa_security_bits(const EVP_PKEY *pkey) in dsa_security_bits()
233 static int dsa_missing_parameters(const EVP_PKEY *pkey) in dsa_missing_parameters()
267 static void int_dsa_free(EVP_PKEY *pkey) in int_dsa_free()
320 static int dsa_param_decode(EVP_PKEY *pkey, in dsa_param_decode()
356 static int old_dsa_priv_decode(EVP_PKEY *pkey, in old_dsa_priv_decode()
424 static size_t dsa_pkey_dirty_cnt(const EVP_PKEY *pkey) in dsa_pkey_dirty_cnt()
[all …]
/freebsd-14.2/crypto/openssl/crypto/ec/
H A Dec_ameth.c205 static int int_ec_size(const EVP_PKEY *pkey) in int_ec_size()
210 static int ec_bits(const EVP_PKEY *pkey) in ec_bits()
215 static int ec_security_bits(const EVP_PKEY *pkey) in ec_security_bits()
232 static int ec_missing_parameters(const EVP_PKEY *pkey) in ec_missing_parameters()
272 static void int_ec_free(EVP_PKEY *pkey) in int_ec_free()
346 static int eckey_param_decode(EVP_PKEY *pkey, in eckey_param_decode()
380 static int old_ec_priv_decode(EVP_PKEY *pkey, in old_ec_priv_decode()
423 static int ec_pkey_check(const EVP_PKEY *pkey) in ec_pkey_check()
452 static int ec_pkey_param_check(const EVP_PKEY *pkey) in ec_pkey_param_check()
466 size_t ec_pkey_dirty_cnt(const EVP_PKEY *pkey) in ec_pkey_dirty_cnt()
[all …]
H A Decx_meth.c31 static int ecx_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in ecx_pub_encode()
56 static int ecx_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in ecx_pub_decode()
132 static int ecx_size(const EVP_PKEY *pkey) in ecx_size()
137 static int ecx_bits(const EVP_PKEY *pkey) in ecx_bits()
148 static int ecx_security_bits(const EVP_PKEY *pkey) in ecx_security_bits()
157 static void ecx_free(EVP_PKEY *pkey) in ecx_free()
339 static size_t ecx_pkey_dirty_cnt(const EVP_PKEY *pkey) in ecx_pkey_dirty_cnt()
390 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(pctx); in ecx_generic_import_from() local
532 static int ecd_size25519(const EVP_PKEY *pkey) in ecd_size25519()
537 static int ecd_size448(const EVP_PKEY *pkey) in ecd_size448()
[all …]
/freebsd-14.2/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c29 static int rsa_param_encode(const EVP_PKEY *pkey, in rsa_param_encode()
53 static int rsa_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) in rsa_pub_encode()
76 static int rsa_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in rsa_pub_decode()
129 static int old_rsa_priv_decode(EVP_PKEY *pkey, in old_rsa_priv_decode()
185 static int int_rsa_size(const EVP_PKEY *pkey) in int_rsa_size()
190 static int rsa_bits(const EVP_PKEY *pkey) in rsa_bits()
195 static int rsa_security_bits(const EVP_PKEY *pkey) in rsa_security_bits()
200 static void int_rsa_free(EVP_PKEY *pkey) in int_rsa_free()
758 static int rsa_pkey_check(const EVP_PKEY *pkey) in rsa_pkey_check()
763 static size_t rsa_pkey_dirty_cnt(const EVP_PKEY *pkey) in rsa_pkey_dirty_cnt()
[all …]
/freebsd-14.2/contrib/libfido2/examples/
H A Dutil.c134 EVP_PKEY *pkey = NULL; in read_ec_pubkey() local
166 EVP_PKEY *pkey = NULL; in write_es256_pubkey() local
223 EVP_PKEY *pkey = NULL; in write_es384_pubkey() local
280 EVP_PKEY *pkey = NULL; in read_rsa_pubkey() local
312 EVP_PKEY *pkey = NULL; in write_rs256_pubkey() local
369 EVP_PKEY *pkey = NULL; in read_eddsa_pubkey() local
393 EVP_PKEY *pkey = NULL; in write_eddsa_pubkey() local
/freebsd-14.2/contrib/libfido2/src/
H A Deddsa.c30 EVP_PKEY_get_raw_public_key(const EVP_PKEY *pkey, unsigned char *pub, in EVP_PKEY_get_raw_public_key()
126 EVP_PKEY *pkey; in eddsa_pk_from_ptr() local
146 EVP_PKEY *pkey = NULL; in eddsa_pk_to_EVP_PKEY() local
156 eddsa_pk_from_EVP_PKEY(eddsa_pk_t *pk, const EVP_PKEY *pkey) in eddsa_pk_from_EVP_PKEY()
173 eddsa_verify_sig(const fido_blob_t *dgst, EVP_PKEY *pkey, in eddsa_verify_sig()
218 EVP_PKEY *pkey; in eddsa_pk_verify_sig() local
H A Des384.c90 EVP_PKEY *pkey; in es384_pk_from_ptr() local
117 EVP_PKEY *pkey = NULL; in es384_pk_to_EVP_PKEY() local
240 es384_pk_from_EVP_PKEY(es384_pk_t *pk, const EVP_PKEY *pkey) in es384_pk_from_EVP_PKEY()
252 es384_verify_sig(const fido_blob_t *dgst, EVP_PKEY *pkey, in es384_verify_sig()
282 EVP_PKEY *pkey; in es384_pk_verify_sig() local
H A Drs256.c138 EVP_PKEY *pkey; in rs256_pk_from_ptr() local
159 EVP_PKEY *pkey = NULL; in rs256_pk_to_EVP_PKEY() local
247 rs256_pk_from_EVP_PKEY(rs256_pk_t *pk, const EVP_PKEY *pkey) in rs256_pk_from_EVP_PKEY()
259 rs256_verify_sig(const fido_blob_t *dgst, EVP_PKEY *pkey, in rs256_verify_sig()
302 EVP_PKEY *pkey; in rs256_pk_verify_sig() local
H A Des256.c183 EVP_PKEY *pkey; in es256_pk_from_ptr() local
274 EVP_PKEY *pkey = NULL; in es256_pk_to_EVP_PKEY() local
397 es256_pk_from_EVP_PKEY(es256_pk_t *pk, const EVP_PKEY *pkey) in es256_pk_from_EVP_PKEY()
413 EVP_PKEY *pkey = NULL; in es256_sk_to_EVP_PKEY() local
497 es256_verify_sig(const fido_blob_t *dgst, EVP_PKEY *pkey, in es256_verify_sig()
527 EVP_PKEY *pkey; in es256_pk_verify_sig() local
/freebsd-14.2/crypto/openssl/demos/pkey/
H A DEVP_PKEY_RSA_keygen.c38 EVP_PKEY *pkey = NULL; in generate_rsa_key_long() local
110 EVP_PKEY *pkey = NULL; in generate_rsa_key_short() local
124 static int dump_key(const EVP_PKEY *pkey) in dump_key()
244 EVP_PKEY *pkey = NULL; in main() local
/freebsd-14.2/crypto/openssl/crypto/pkcs12/
H A Dp12_kiss.c33 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert, in PKCS12_parse()
137 EVP_PKEY **pkey, STACK_OF(X509) *ocerts) in parse_pk12()
172 int passlen, EVP_PKEY **pkey, STACK_OF(X509) *ocerts) in parse_bags()
185 EVP_PKEY **pkey, STACK_OF(X509) *ocerts) in parse_bag()
/freebsd-14.2/crypto/openssl/demos/encode/
H A Dec_encode.c32 EVP_PKEY *pkey = NULL; in load_key() local
101 static int store_key(EVP_PKEY *pkey, FILE *f, const char *passphrase) in store_key()
178 EVP_PKEY *pkey = NULL; in main() local
H A Drsa_encode.c32 EVP_PKEY *pkey = NULL; in load_key() local
101 static int store_key(EVP_PKEY *pkey, FILE *f, const char *passphrase) in store_key()
175 EVP_PKEY *pkey = NULL; in main() local
/freebsd-14.2/crypto/openssl/crypto/asn1/
H A Da_verify.c28 char *data, EVP_PKEY *pkey) in ASN1_verify()
91 EVP_PKEY *pkey) in ASN1_item_verify()
98 const ASN1_OCTET_STRING *id, EVP_PKEY *pkey, in ASN1_item_verify_ex()
116 EVP_PKEY *pkey; in ASN1_item_verify_ctx() local
H A Dameth_lib.c215 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(const EVP_PKEY *pkey) in EVP_PKEY_get0_asn1()
290 const EVP_PKEY *pkey, in EVP_PKEY_asn1_set_public()
310 const EVP_PKEY *pkey, in EVP_PKEY_asn1_set_private()
319 void EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_param()
323 int (*param_encode) (const EVP_PKEY *pkey, in EVP_PKEY_asn1_set_param()
342 void EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_free()
348 void EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth, in EVP_PKEY_asn1_set_ctrl()
368 EVP_PKEY *pkey), in EVP_PKEY_asn1_set_item()
H A Da_sign.c28 ASN1_BIT_STRING *signature, char *data, EVP_PKEY *pkey, in ASN1_sign()
120 EVP_PKEY *pkey, const EVP_MD *md) in ASN1_item_sign()
129 EVP_PKEY *pkey, const EVP_MD *md, OSSL_LIB_CTX *libctx, in ASN1_item_sign_ex()
156 EVP_PKEY *pkey; in ASN1_item_sign_ctx() local
/freebsd-14.2/crypto/openssl/test/
H A Devp_extra_test2.c365 EVP_PKEY *pkey = NULL; in test_dh_paramgen() local
450 EVP_PKEY *pkey = NULL; in test_d2i_AutoPrivateKey_ex() local
613 EVP_PKEY *pkey = NULL; in test_d2i_PrivateKey_ex() local
643 EVP_PKEY *pkey = NULL; in test_PEM_read_bio_negative() local
723 EVP_PKEY *pkey = NULL; in do_fromdata_key_is_equal() local
891 EVP_PKEY *pkey = NULL; in do_check_params() local
949 EVP_PKEY *pkey = NULL; in test_dsa_todata() local
1071 EVP_PKEY *pkey = NULL; in test_pkey_todata_null() local
1094 EVP_PKEY *pkey = NULL; in test_pkey_export_null() local
1109 EVP_PKEY *pkey = NULL; in test_pkey_export() local
[all …]
/freebsd-14.2/contrib/libfido2/tools/
H A Dutil.c220 EVP_PKEY *pkey = NULL; in read_ec_pubkey() local
251 EVP_PKEY *pkey = NULL; in write_es256_pubkey() local
289 EVP_PKEY *pkey = NULL; in write_es384_pubkey() local
328 EVP_PKEY *pkey = NULL; in read_rsa_pubkey() local
359 EVP_PKEY *pkey = NULL; in write_rsa_pubkey() local
398 EVP_PKEY *pkey = NULL; in read_eddsa_pubkey() local
421 EVP_PKEY *pkey = NULL; in write_eddsa_pubkey() local
/freebsd-14.2/contrib/ofed/opensm/opensm/
H A Dosm_pkey.c124 ib_net16_t pkey, pkey_base; in osm_pkey_tbl_set() local
194 IN uint16_t pkey, in osm_pkey_tbl_set_accum_pkeys()
245 IN uint16_t pkey) in osm_pkey_tbl_set_new_entry()
337 IN ib_net16_t pkey, in osm_physp_share_this_pkey()
540 boolean_t osm_physp_has_pkey(IN osm_log_t * p_log, IN ib_net16_t pkey, in osm_physp_has_pkey()
578 void osm_pkey_tbl_set_indx0_pkey(IN osm_log_t * p_log, IN ib_net16_t pkey, in osm_pkey_tbl_set_indx0_pkey()
H A Dosm_prtn.c68 osm_prtn_t *osm_prtn_new(IN const char *name, IN uint16_t pkey) in osm_prtn_new()
212 ib_net16_t pkey) in track_mgrp_w_partition()
253 ib_net16_t pkey; in osm_prtn_add_mcgroup() local
296 uint16_t pkey; in generate_pkey() local
325 const char *name, uint16_t pkey) in osm_prtn_make_new()

12345678910>>...12