Searched defs:pkey (Results 51 - 75 of 153) sorted by relevance

1234567

/freebsd-10.1-release/contrib/ofed/management/opensm/opensm/
H A Dosm_prtn.c63 osm_prtn_t *osm_prtn_new(IN const char *name, IN const uint16_t pkey) argument
192 ib_net16_t pkey; local
254 uint16_t pkey; local
282 osm_prtn_make_new(osm_log_t * p_log, osm_subn_t * p_subn, const char *name, uint16_t pkey) argument
[all...]
H A Dosm_prtn_config.c81 uint16_t pkey; local
/freebsd-10.1-release/contrib/unbound/util/data/
H A Dpacked_rrset.c55 ub_packed_rrset_parsedelete(struct ub_packed_rrset_key* pkey, argument
[all...]
/freebsd-10.1-release/contrib/wpa/src/crypto/
H A Dcrypto_gnutls.c36 u8 pkey[8], next, tmp; local
H A Dcrypto_nss.c54 u8 pkey[8], next, tmp; local
H A Ddes-internal.c401 u8 pkey[8], next, tmp; local
/freebsd-10.1-release/contrib/wpa/src/tls/
H A Dtlsv1_cred.c229 struct crypto_private_key *pkey; local
270 struct crypto_private_key *pkey; local
/freebsd-10.1-release/lib/libc/rpc/
H A Dauth_des.c130 netobj pkey; local
153 authdes_pk_seccreate(const char *servername, netobj *pkey, u_int window, argument
429 netobj pkey; local
[all...]
H A Dsvc_auth_des.c181 netobj pkey; local
/freebsd-10.1-release/sys/cddl/dev/dtrace/
H A Ddtrace_ioctl.c637 dtrace_probekey_t pkey; local
/freebsd-10.1-release/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c273 c4iw_query_pkey(struct ib_device *ibdev, u8 port, u16 index, u16 *pkey) argument
/freebsd-10.1-release/sys/ofed/drivers/infiniband/core/
H A Dcache.c134 ib_get_cached_pkey(struct ib_device *device, u8 port_num, int index, u16 *pkey) argument
161 ib_find_cached_pkey(struct ib_device *device, u8 port_num, u16 pkey, u16 *index) argument
/freebsd-10.1-release/sys/ofed/include/rdma/
H A Dib_addr.h117 static inline void ib_addr_set_pkey(struct rdma_dev_addr *dev_addr, u16 pkey) argument
/freebsd-10.1-release/contrib/ntp/sntp/
H A Dnetworking.h70 EVP_PKEY *pkey; /* public key */ member in struct:speer
/freebsd-10.1-release/crypto/openssl/apps/
H A Dpkeyutl.c381 EVP_PKEY *pkey = NULL; local
H A Dcrl.c124 EVP_PKEY *pkey; local
/freebsd-10.1-release/crypto/openssl/crypto/dh/
H A Ddh_ameth.c67 static void int_dh_free(EVP_PKEY *pkey) argument
72 static int dh_pub_decode(EVP_PKEY *pkey, X509_PUBKEY *pubkey) argument
126 static int dh_pub_encode(X509_PUBKEY *pk, const EVP_PKEY *pkey) argument
181 static int dh_priv_decode(EVP_PKEY *pkey, PKCS8_PRIV_KEY_INFO *p8) argument
232 dh_priv_encode(PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pkey) argument
291 dh_param_decode(EVP_PKEY *pkey, const unsigned char **pder, int derlen) argument
303 dh_param_encode(const EVP_PKEY *pkey, unsigned char **pder) argument
384 int_dh_size(const EVP_PKEY *pkey) argument
389 dh_bits(const EVP_PKEY *pkey) argument
439 dh_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) argument
445 dh_public_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) argument
451 dh_private_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) argument
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Dt_x509.c114 EVP_PKEY *pkey = NULL; local
H A Dameth_lib.c276 const EVP_PKEY_ASN1_METHOD *EVP_PKEY_get0_asn1(EVP_PKEY *pkey) argument
391 EVP_PKEY_asn1_set_public(EVP_PKEY_ASN1_METHOD *ameth, int (*pub_decode) (EVP_PKEY *pk, X509_PUBKEY *pub), int (*pub_encode) (X509_PUBKEY *pub, const EVP_PKEY *pk), int (*pub_cmp) (const EVP_PKEY *a, const EVP_PKEY *b), int (*pub_print) (BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx), int (*pkey_size) (const EVP_PKEY *pk), int (*pkey_bits) (const EVP_PKEY *pk)) argument
412 EVP_PKEY_asn1_set_private(EVP_PKEY_ASN1_METHOD *ameth, int (*priv_decode) (EVP_PKEY *pk, PKCS8_PRIV_KEY_INFO *p8inf), int (*priv_encode) (PKCS8_PRIV_KEY_INFO *p8, const EVP_PKEY *pk), int (*priv_print) (BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)) argument
428 EVP_PKEY_asn1_set_param(EVP_PKEY_ASN1_METHOD *ameth, int (*param_decode) (EVP_PKEY *pkey, const unsigned char **pder, int derlen), int (*param_encode) (const EVP_PKEY *pkey, unsigned char **pder), int (*param_missing) (const EVP_PKEY *pk), int (*param_copy) (EVP_PKEY *to, const EVP_PKEY *from), int (*param_cmp) (const EVP_PKEY *a, const EVP_PKEY *b), int (*param_print) (BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx)) argument
451 EVP_PKEY_asn1_set_free(EVP_PKEY_ASN1_METHOD *ameth, void (*pkey_free) (EVP_PKEY *pkey)) argument
457 EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth, int (*pkey_ctrl) (EVP_PKEY *pkey, int op, long arg1, void *arg2)) argument
/freebsd-10.1-release/crypto/openssl/crypto/cms/
H A Dcms_env.c274 int CMS_RecipientInfo_set0_pkey(CMS_RecipientInfo *ri, EVP_PKEY *pkey) argument
/freebsd-10.1-release/crypto/openssl/crypto/evp/
H A Dp_lib.c85 int EVP_PKEY_bits(EVP_PKEY *pkey) argument
92 int EVP_PKEY_size(EVP_PKEY *pkey) argument
99 EVP_PKEY_save_parameters(EVP_PKEY *pkey, int mode) argument
139 EVP_PKEY_missing_parameters(const EVP_PKEY *pkey) argument
201 pkey_set_type(EVP_PKEY *pkey, int type, const char *str, int len) argument
244 EVP_PKEY_set_type(EVP_PKEY *pkey, int type) argument
249 EVP_PKEY_set_type_str(EVP_PKEY *pkey, const char *str, int len) argument
254 EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key) argument
262 EVP_PKEY_get0(EVP_PKEY *pkey) argument
268 EVP_PKEY_set1_RSA(EVP_PKEY *pkey, RSA *key) argument
276 EVP_PKEY_get1_RSA(EVP_PKEY *pkey) argument
288 EVP_PKEY_set1_DSA(EVP_PKEY *pkey, DSA *key) argument
296 EVP_PKEY_get1_DSA(EVP_PKEY *pkey) argument
309 EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, EC_KEY *key) argument
317 EVP_PKEY_get1_EC_KEY(EVP_PKEY *pkey) argument
330 EVP_PKEY_set1_DH(EVP_PKEY *pkey, DH *key) argument
338 EVP_PKEY_get1_DH(EVP_PKEY *pkey) argument
366 EVP_PKEY_id(const EVP_PKEY *pkey) argument
371 EVP_PKEY_base_id(const EVP_PKEY *pkey) argument
415 unsup_alg(BIO *out, const EVP_PKEY *pkey, int indent, const char *kstr) argument
424 EVP_PKEY_print_public(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) argument
433 EVP_PKEY_print_private(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) argument
442 EVP_PKEY_print_params(BIO *out, const EVP_PKEY *pkey, int indent, ASN1_PCTX *pctx) argument
450 EVP_PKEY_get_default_digest_nid(EVP_PKEY *pkey, int *pnid) argument
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/x509/
H A Dx509_req.c70 X509_REQ *X509_to_X509_REQ(X509 *x, EVP_PKEY *pkey, const EVP_MD *md) argument
/freebsd-10.1-release/crypto/openssl/engines/ccgost/
H A Dgost_pmeth.c25 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(ctx); local
252 static int pkey_gost94_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) argument
269 static int pkey_gost01_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) argument
289 pkey_gost94cp_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) argument
300 pkey_gost01cp_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) argument
317 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(ctx); local
336 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(ctx); local
468 EVP_PKEY *pkey = EVP_PKEY_CTX_get0_pkey(ctx); local
519 pkey_gost_mac_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) argument
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_lib.c355 int PKCS7_SIGNER_INFO_set(PKCS7_SIGNER_INFO *p7i, X509 *x509, EVP_PKEY *pkey, argument
401 PKCS7_SIGNER_INFO *PKCS7_add_signature(PKCS7 *p7, X509 *x509, EVP_PKEY *pkey, argument
519 EVP_PKEY *pkey = NULL; local
[all...]
/freebsd-10.1-release/crypto/openssl/ssl/
H A Ds3_both.c554 int ssl_cert_type(X509 *x, EVP_PKEY *pkey) argument

Completed in 286 milliseconds

1234567