Home
last modified time | relevance | path

Searched defs:pkey (Results 351 - 375 of 406) sorted by relevance

1...<<11121314151617

/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_local.h100 EVP_PKEY *pkey; member
164 EVP_PKEY *pkey; member
201 EVP_PKEY *pkey; member
/third_party/node/deps/openssl/openssl/apps/
H A Dreq.c239 EVP_PKEY *pkey = NULL, *CAkey = NULL; in req_main() local
1068 make_REQ(X509_REQ *req, EVP_PKEY *pkey, X509_NAME *fsubj, int multirdn, int attribs, unsigned long chtype) make_REQ() argument
[all...]
H A Dx509.c262 EVP_PKEY *pkey; in x509_main() local
[all...]
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_srvr.c2679 EVP_PKEY *pkey = s->s3.tmp.cert->privatekey; tls_construct_server_key_exchange() local
3540 EVP_PKEY *pkey; tls_process_client_certificate() local
[all...]
/third_party/libcoap/src/
H A Dcoap_openssl.c1225 EVP_PKEY *pkey = bp ? PEM_read_bio_PrivateKey(bp, NULL, 0, NULL) : NULL; in setup_pki_server() local
1348 EVP_PKEY *pkey = ENGINE_load_private_key(ssl_engine, in setup_pki_server() local
1588 EVP_PKEY *pkey = bp ? PEM_read_bio_PrivateKey(bp, NULL, 0, NULL) : NULL; setup_pki_ssl() local
1723 EVP_PKEY *pkey = ENGINE_load_private_key(ssl_engine, setup_pki_ssl() local
[all...]
/third_party/openssl/test/
H A Dendecode_test.c74 EVP_PKEY *pkey = NULL; in make_template() local
108 EVP_PKEY *pkey = NULL; in make_key() local
149 test_encode_decode(const char *file, const int line, const char *type, EVP_PKEY *pkey, int selection, const char *output_type, const char *output_structure, const char *pass, const char *pcipher, encoder *encode_cb, decoder *decode_cb, tester *test_cb, checker *check_cb, dumper *dump_cb, int flags) test_encode_decode() argument
233 EVP_PKEY *pkey = object; encode_EVP_PKEY_prov() local
274 EVP_PKEY *pkey = NULL, *testpkey = NULL; decode_EVP_PKEY_prov() local
349 EVP_PKEY *pkey = object; encode_EVP_PKEY_legacy_PEM() local
390 EVP_PKEY *pkey = object; encode_EVP_PKEY_MSBLOB() local
435 EVP_PKEY *pkey = object; encode_EVP_PKEY_PVK() local
519 EVP_PKEY *pkey = EVP_PKCS82PKEY_ex(p8inf, testctx, testpropq); check_unprotected_PKCS8_DER() local
577 EVP_PKEY *pkey = NULL; check_params_DER() local
660 EVP_PKEY *pkey = b2i_PrivateKey(&datap, data_len); check_MSBLOB() local
800 EVP_PKEY *pkey = d2i_PUBKEY_ex(NULL, &datap, data_len, testctx, testpropq); check_public_DER() local
845 EVP_PKEY *pkey = b2i_PublicKey(&datap, data_len); check_public_MSBLOB() local
[all...]
H A Dacvp_test.c61 static int pkey_get_bn_bytes(EVP_PKEY *pkey, const char *name, in pkey_get_bn_bytes() argument
87 static int sig_gen(EVP_PKEY *pkey, OSSL_PARAM *params, const char *digest_name, in sig_gen() argument
118 EVP_PKEY *pkey = NULL; in ecdsa_keygen_test() local
150 ecdsa_create_pkey(EVP_PKEY **pkey, const char *curve_name, const unsigned char *pub, size_t pub_len, int expected) ecdsa_create_pkey() argument
187 EVP_PKEY *pkey = NULL; ecdsa_pub_verify_test() local
250 EVP_PKEY *pkey = NULL; ecdsa_siggen_test() local
278 EVP_PKEY *pkey = NULL; ecdsa_sigver_test() local
315 pkey_get_octet_bytes(EVP_PKEY *pkey, const char *name, unsigned char **out, size_t *out_len) pkey_get_octet_bytes() argument
448 dsa_create_pkey(EVP_PKEY **pkey, const unsigned char *p, size_t p_len, const unsigned char *q, size_t q_len, const unsigned char *g, size_t g_len, const unsigned char *seed, size_t seed_len, int counter, int validate_pq, int validate_g, const unsigned char *pub, size_t pub_len, BN_CTX *bn_ctx) dsa_create_pkey() argument
592 EVP_PKEY *pkey = NULL; dsa_siggen_test() local
619 EVP_PKEY *pkey = NULL; dsa_sigver_test() local
894 dh_create_pkey(EVP_PKEY **pkey, const char *group_name, const unsigned char *pub, size_t pub_len, const unsigned char *priv, size_t priv_len, BN_CTX *bn_ctx, int pass) dh_create_pkey() argument
946 EVP_PKEY *pkey = NULL; dh_safe_prime_keygen_test() local
983 EVP_PKEY *pkey = NULL; dh_safe_prime_keyver_test() local
1004 rsa_create_pkey(EVP_PKEY **pkey, const unsigned char *n, size_t n_len, const unsigned char *e, size_t e_len, const unsigned char *d, size_t d_len, BN_CTX *bn_ctx) rsa_create_pkey() argument
1055 EVP_PKEY *pkey = NULL; rsa_keygen_test() local
1161 EVP_PKEY *pkey = NULL; rsa_siggen_test() local
1203 EVP_PKEY *pkey = NULL; rsa_sigver_test() local
1246 EVP_PKEY *pkey = NULL; rsa_decryption_primitive_test() local
[all...]
/third_party/openssl/apps/
H A Dreq.c239 EVP_PKEY *pkey = NULL, *CAkey = NULL; in req_main() local
1066 make_REQ(X509_REQ *req, EVP_PKEY *pkey, X509_NAME *fsubj, int multirdn, int attribs, unsigned long chtype) make_REQ() argument
[all...]
H A Dx509.c262 EVP_PKEY *pkey; in x509_main() local
[all...]
H A Dpkcs12.c903 EVP_PKEY *pkey; in dump_certs_pkeys_bag() local
/third_party/openssl/crypto/evp/
H A Dpmeth_lib.c180 int_ctx_new(OSSL_LIB_CTX *libctx, EVP_PKEY *pkey, ENGINE *e, const char *keytype, const char *propquery, int id) int_ctx_new() argument
371 EVP_PKEY_CTX_new_from_pkey(OSSL_LIB_CTX *libctx, EVP_PKEY *pkey, const char *propquery) EVP_PKEY_CTX_new_from_pkey() argument
462 EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e) EVP_PKEY_CTX_new() argument
1689 EVP_PKEY_meth_set_paramgen(EVP_PKEY_METHOD *pmeth, int (*paramgen_init) (EVP_PKEY_CTX *ctx), int (*paramgen) (EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)) EVP_PKEY_meth_set_paramgen() argument
1698 EVP_PKEY_meth_set_keygen(EVP_PKEY_METHOD *pmeth, int (*keygen_init) (EVP_PKEY_CTX *ctx), int (*keygen) (EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)) EVP_PKEY_meth_set_keygen() argument
1830 EVP_PKEY_meth_set_check(EVP_PKEY_METHOD *pmeth, int (*check) (EVP_PKEY *pkey)) EVP_PKEY_meth_set_check() argument
1836 EVP_PKEY_meth_set_public_check(EVP_PKEY_METHOD *pmeth, int (*check) (EVP_PKEY *pkey)) EVP_PKEY_meth_set_public_check() argument
1842 EVP_PKEY_meth_set_param_check(EVP_PKEY_METHOD *pmeth, int (*check) (EVP_PKEY *pkey)) EVP_PKEY_meth_set_param_check() argument
1874 EVP_PKEY_meth_get_paramgen(const EVP_PKEY_METHOD *pmeth, int (**pparamgen_init) (EVP_PKEY_CTX *ctx), int (**pparamgen) (EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)) EVP_PKEY_meth_get_paramgen() argument
1885 EVP_PKEY_meth_get_keygen(const EVP_PKEY_METHOD *pmeth, int (**pkeygen_init) (EVP_PKEY_CTX *ctx), int (**pkeygen) (EVP_PKEY_CTX *ctx, EVP_PKEY *pkey)) EVP_PKEY_meth_get_keygen() argument
2039 EVP_PKEY_meth_get_check(const EVP_PKEY_METHOD *pmeth, int (**pcheck) (EVP_PKEY *pkey)) EVP_PKEY_meth_get_check() argument
2046 EVP_PKEY_meth_get_public_check(const EVP_PKEY_METHOD *pmeth, int (**pcheck) (EVP_PKEY *pkey)) EVP_PKEY_meth_get_public_check() argument
2053 EVP_PKEY_meth_get_param_check(const EVP_PKEY_METHOD *pmeth, int (**pcheck) (EVP_PKEY *pkey)) EVP_PKEY_meth_get_param_check() argument
[all...]
H A Dp_lib.c62 int EVP_PKEY_get_bits(const EVP_PKEY *pkey) in EVP_PKEY_get_bits() argument
74 int EVP_PKEY_get_security_bits(const EVP_PKEY *pkey) in EVP_PKEY_get_security_bits() argument
86 EVP_PKEY_save_parameters(EVP_PKEY *pkey, int mode) EVP_PKEY_save_parameters() argument
218 EVP_PKEY_missing_parameters(const EVP_PKEY *pkey) EVP_PKEY_missing_parameters() argument
383 EVP_PKEY *pkey = NULL; new_raw_key_int() local
550 EVP_PKEY_get_raw_private_key(const EVP_PKEY *pkey, unsigned char *priv, size_t *len) EVP_PKEY_get_raw_private_key() argument
582 EVP_PKEY_get_raw_public_key(const EVP_PKEY *pkey, unsigned char *pub, size_t *len) EVP_PKEY_get_raw_public_key() argument
625 EVP_PKEY *pkey = NULL; new_cmac_key_int() local
680 EVP_PKEY_set_type(EVP_PKEY *pkey, int type) EVP_PKEY_set_type() argument
685 EVP_PKEY_set_type_str(EVP_PKEY *pkey, const char *str, int len) EVP_PKEY_set_type_str() argument
691 EVP_PKEY_set1_engine(EVP_PKEY *pkey, ENGINE *e) EVP_PKEY_set1_engine() argument
709 EVP_PKEY_get0_engine(const EVP_PKEY *pkey) EVP_PKEY_get0_engine() argument
716 detect_foreign_key(EVP_PKEY *pkey) detect_foreign_key() argument
748 EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key) EVP_PKEY_assign() argument
782 EVP_PKEY_get0(const EVP_PKEY *pkey) EVP_PKEY_get0() argument
793 EVP_PKEY_get0_hmac(const EVP_PKEY *pkey, size_t *len) EVP_PKEY_get0_hmac() argument
809 EVP_PKEY_get0_poly1305(const EVP_PKEY *pkey, size_t *len) EVP_PKEY_get0_poly1305() argument
826 EVP_PKEY_get0_siphash(const EVP_PKEY *pkey, size_t *len) EVP_PKEY_get0_siphash() argument
844 evp_pkey_get0_DSA_int(const EVP_PKEY *pkey) evp_pkey_get0_DSA_int() argument
853 EVP_PKEY_get0_DSA(const EVP_PKEY *pkey) EVP_PKEY_get0_DSA() argument
858 EVP_PKEY_set1_DSA(EVP_PKEY *pkey, DSA *key) EVP_PKEY_set1_DSA() argument
865 EVP_PKEY_get1_DSA(EVP_PKEY *pkey) EVP_PKEY_get1_DSA() argument
876 evp_pkey_get0_ECX_KEY(const EVP_PKEY *pkey, int type) evp_pkey_get0_ECX_KEY() argument
885 evp_pkey_get1_ECX_KEY(EVP_PKEY *pkey, int type) evp_pkey_get1_ECX_KEY() argument
943 evp_pkey_get0_DH_int(const EVP_PKEY *pkey) evp_pkey_get0_DH_int() argument
952 EVP_PKEY_get0_DH(const EVP_PKEY *pkey) EVP_PKEY_get0_DH() argument
957 EVP_PKEY_get1_DH(EVP_PKEY *pkey) EVP_PKEY_get1_DH() argument
983 EVP_PKEY_get_id(const EVP_PKEY *pkey) EVP_PKEY_get_id() argument
988 EVP_PKEY_get_base_id(const EVP_PKEY *pkey) EVP_PKEY_get_base_id() argument
1047 EVP_PKEY_is_a(const EVP_PKEY *pkey, const char *name) EVP_PKEY_is_a() argument
1056 EVP_PKEY_type_names_do_all(const EVP_PKEY *pkey, void (*fn)(const char *name, void *data), void *data) EVP_PKEY_type_names_do_all() argument
1072 EVP_PKEY_can_sign(const EVP_PKEY *pkey) EVP_PKEY_can_sign() argument
1147 unsup_alg(BIO *out, const EVP_PKEY *pkey, int indent, const char *kstr) unsup_alg() argument
1155 print_pkey(const EVP_PKEY *pkey, BIO *out, int indent, int selection , const char *propquery , int (*legacy_print)(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx), ASN1_PCTX *legacy_pctx ) print_pkey() argument
1190 EVP_PKEY_print_public(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) EVP_PKEY_print_public() argument
1198 EVP_PKEY_print_private(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) EVP_PKEY_print_private() argument
1206 EVP_PKEY_print_params(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) EVP_PKEY_print_params() argument
1215 EVP_PKEY_print_public_fp(FILE *fp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) EVP_PKEY_print_public_fp() argument
1228 EVP_PKEY_print_private_fp(FILE *fp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) EVP_PKEY_print_private_fp() argument
1241 EVP_PKEY_print_params_fp(FILE *fp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) EVP_PKEY_print_params_fp() argument
1267 legacy_asn1_ctrl_to_param(EVP_PKEY *pkey, int op, int arg1, void *arg2) legacy_asn1_ctrl_to_param() argument
1316 evp_pkey_asn1_ctrl(EVP_PKEY *pkey, int op, int arg1, void *arg2) evp_pkey_asn1_ctrl() argument
1325 EVP_PKEY_get_default_digest_nid(EVP_PKEY *pkey, int *pnid) EVP_PKEY_get_default_digest_nid() argument
1332 EVP_PKEY_get_default_digest_name(EVP_PKEY *pkey, char *mdname, size_t mdname_sz) EVP_PKEY_get_default_digest_name() argument
1351 EVP_PKEY_get_group_name(const EVP_PKEY *pkey, char *gname, size_t gname_sz, size_t *gname_len) EVP_PKEY_get_group_name() argument
1358 EVP_PKEY_digestsign_supports_digest(EVP_PKEY *pkey, OSSL_LIB_CTX *libctx, const char *name, const char *propq) EVP_PKEY_digestsign_supports_digest() argument
1376 EVP_PKEY_set1_encoded_public_key(EVP_PKEY *pkey, const unsigned char *pub, size_t publen) EVP_PKEY_set1_encoded_public_key() argument
1396 EVP_PKEY_get1_encoded_public_key(EVP_PKEY *pkey, unsigned char **ppub) EVP_PKEY_get1_encoded_public_key() argument
1489 pkey_set_type(EVP_PKEY *pkey, ENGINE *e, int type, const char *str, int len, EVP_KEYMGMT *keymgmt) pkey_set_type() argument
1627 EVP_PKEY_set_type_by_keymgmt(EVP_PKEY *pkey, EVP_KEYMGMT *keymgmt) EVP_PKEY_set_type_by_keymgmt() argument
1656 EVP_PKEY_up_ref(EVP_PKEY *pkey) EVP_PKEY_up_ref() argument
1669 EVP_PKEY_dup(EVP_PKEY *pkey) EVP_PKEY_dup() argument
1799 EVP_PKEY_get_size(const EVP_PKEY *pkey) EVP_PKEY_get_size() argument
1813 EVP_PKEY_get0_description(const EVP_PKEY *pkey) EVP_PKEY_get0_description() argument
2143 EVP_PKEY_get_bn_param(const EVP_PKEY *pkey, const char *key_name, BIGNUM **bn) EVP_PKEY_get_bn_param() argument
2192 EVP_PKEY_get_octet_string_param(const EVP_PKEY *pkey, const char *key_name, unsigned char *buf, size_t max_buf_sz, size_t *out_len) EVP_PKEY_get_octet_string_param() argument
2211 EVP_PKEY_get_utf8_string_param(const EVP_PKEY *pkey, const char *key_name, char *str, size_t max_buf_sz, size_t *out_len) EVP_PKEY_get_utf8_string_param() argument
2238 EVP_PKEY_get_int_param(const EVP_PKEY *pkey, const char *key_name, int *out) EVP_PKEY_get_int_param() argument
2252 EVP_PKEY_get_size_t_param(const EVP_PKEY *pkey, const char *key_name, size_t *out) EVP_PKEY_get_size_t_param() argument
2266 EVP_PKEY_set_int_param(EVP_PKEY *pkey, const char *key_name, int in) EVP_PKEY_set_int_param() argument
2278 EVP_PKEY_set_size_t_param(EVP_PKEY *pkey, const char *key_name, size_t in) EVP_PKEY_set_size_t_param() argument
2290 EVP_PKEY_set_bn_param(EVP_PKEY *pkey, const char *key_name, const BIGNUM *bn) EVP_PKEY_set_bn_param() argument
2314 EVP_PKEY_set_utf8_string_param(EVP_PKEY *pkey, const char *key_name, const char *str) EVP_PKEY_set_utf8_string_param() argument
2327 EVP_PKEY_set_octet_string_param(EVP_PKEY *pkey, const char *key_name, const unsigned char *buf, size_t bsize) EVP_PKEY_set_octet_string_param() argument
2341 EVP_PKEY_settable_params(const EVP_PKEY *pkey) EVP_PKEY_settable_params() argument
2348 EVP_PKEY_set_params(EVP_PKEY *pkey, OSSL_PARAM params[]) EVP_PKEY_set_params() argument
2373 EVP_PKEY_gettable_params(const EVP_PKEY *pkey) EVP_PKEY_gettable_params() argument
2380 EVP_PKEY_get_params(const EVP_PKEY *pkey, OSSL_PARAM params[]) EVP_PKEY_get_params() argument
2395 EVP_PKEY_get_ec_point_conv_form(const EVP_PKEY *pkey) EVP_PKEY_get_ec_point_conv_form() argument
2435 EVP_PKEY_get_field_type(const EVP_PKEY *pkey) EVP_PKEY_get_field_type() argument
[all...]
/third_party/openssl/crypto/cms/
H A Dcms_local.h100 EVP_PKEY *pkey; member
164 EVP_PKEY *pkey; member
201 EVP_PKEY *pkey; member
/third_party/openssl/apps/lib/
H A Ds_cb.c1443 EVP_PKEY *pkey = X509_get0_pubkey(other); in security_callback_debug() local
/third_party/openssl/include/crypto/
H A Devp.h117 EVP_PKEY *pkey; member
668 union legacy_pkey_st pkey; global() member
[all...]
/third_party/openssl/ssl/statem/
H A Dstatem_srvr.c2658 EVP_PKEY *pkey = s->s3.tmp.cert->privatekey; tls_construct_server_key_exchange() local
3519 EVP_PKEY *pkey; tls_process_client_certificate() local
[all...]
H A Dstatem_clnt.c1863 EVP_PKEY *pkey = NULL; in tls_post_process_server_certificate() local
1980 static int tls_process_ske_srp(SSL *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_srp() argument
2025 static int tls_process_ske_dhe(SSL *s, PACKET *pkt, EVP_PKEY **pkey) in tls_process_ske_dhe() argument
2121 tls_process_ske_ecdhe(SSL *s, PACKET *pkt, EVP_PKEY **pkey) tls_process_ske_ecdhe() argument
2182 EVP_PKEY *pkey = NULL; tls_process_key_exchange() local
2828 EVP_PKEY *pkey = NULL; tls_construct_cke_rsa() local
3426 EVP_PKEY *pkey = NULL; tls_prepare_client_certificate() local
[all...]
/third_party/openssl/engines/
H A De_capi.c1714 capi_load_ssl_client_cert(ENGINE *e, SSL *ssl, STACK_OF(X509_NAME) *ca_dn, X509 **pcert, EVP_PKEY **pkey, STACK_OF(X509) **pother, UI_METHOD *ui_method, void *callback_data) capi_load_ssl_client_cert() argument
H A De_loader_attic.c320 EVP_PKEY *pkey = NULL; in try_decode_PKCS12() local
519 EVP_PKEY *pkey = NULL; in try_decode_PrivateKey() local
648 EVP_PKEY *pkey = NULL; try_decode_PUBKEY() local
684 EVP_PKEY *pkey = NULL; try_decode_params() local
[all...]
/third_party/openssl/test/helpers/
H A Dhandshake.c1237 static int pkey_type(EVP_PKEY *pkey) in pkey_type() argument
/third_party/selinux/libsepol/src/
H A Dservices.c1901 sepol_ibpkey_sid(uint64_t subnet_prefix, uint16_t pkey, sepol_security_id_t *out_sid) sepol_ibpkey_sid() argument
/third_party/selinux/libsepol/cil/src/
H A Dcil_verify.c1255 struct cil_ibpkeycon *pkey = node->data; in __cil_verify_ibpkeycon() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_openssl.c197 u8 pkey[8], next, tmp; in des_encrypt() local
1966 EVP_PKEY *pkey; member
H A Dcrypto_wolfssl.c288 u8 pkey[8], next, tmp; in des_encrypt() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_kay.c1627 static void ieee802_1x_kay_init_data_key(struct data_key *pkey) in ieee802_1x_kay_init_data_key() argument
2050 ieee802_1x_kay_use_data_key(struct data_key *pkey) ieee802_1x_kay_use_data_key() argument
2060 ieee802_1x_kay_deinit_data_key(struct data_key *pkey) ieee802_1x_kay_deinit_data_key() argument
[all...]

Completed in 55 milliseconds

1...<<11121314151617