Searched refs:nid (Results 101 - 125 of 211) sorted by relevance

123456789

/freebsd-current/crypto/openssl/engines/
H A De_dasync.c65 const int **nids, int nid);
109 const int **pnids, int nid);
217 const int **nids, int nid);
435 const int **pnids, int nid)
444 if (nid == EVP_PKEY_RSA) {
454 const int **nids, int nid)
462 switch (nid) {
475 const int **nids, int nid)
485 switch (nid) {
434 dasync_pkey(ENGINE *e, EVP_PKEY_METHOD **pmeth, const int **pnids, int nid) argument
453 dasync_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid) argument
474 dasync_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
H A De_ossltest.c59 const int **nids, int nid);
493 const int **nids, int nid)
501 switch (nid) {
526 const int **nids, int nid)
536 switch (nid) {
492 ossltest_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid) argument
525 ossltest_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
/freebsd-current/crypto/openssl/include/openssl/
H A Dec.h33 int EVP_PKEY_CTX_set_ec_paramgen_curve_nid(EVP_PKEY_CTX *ctx, int nid);
89 const char *OSSL_EC_curve_nid2name(int nid);
270 * \param nid NID of the curve name OID
272 void EC_GROUP_set_curve_name(EC_GROUP *group, int nid);
465 * \param nid NID of the OID of the curve name
470 int nid);
476 * \param nid NID of the OID of the curve name
480 EC_GROUP *EC_GROUP_new_by_curve_name(int nid);
519 int nid; member in struct:__anon4077
531 const char *EC_curve_nid2nist(int nid);
[all...]
H A Dts.h154 int TS_REQ_get_ext_by_NID(TS_REQ *a, int nid, int lastpos);
160 void *TS_REQ_get_ext_d2i(TS_REQ *a, int nid, int *crit, int *idx);
215 int TS_TST_INFO_get_ext_by_NID(TS_TST_INFO *a, int nid, int lastpos);
222 void *TS_TST_INFO_get_ext_d2i(TS_TST_INFO *a, int nid, int *crit, int *idx);
/freebsd-current/sys/fs/fuse/
H A Dfuse_ipc.c99 struct fuse_data *data, uint64_t nid, pid_t pid, struct ucred *cred);
866 uint64_t nid, enum fuse_opcode op, size_t blen, pid_t pid,
871 ihead->nodeid = nid;
910 struct mount *mp, uint64_t nid, pid_t pid, struct ucred *cred)
920 fuse_setup_ihead(fdip->finh, fdip->tick, nid, op, fdip->iosize, pid,
927 struct fuse_data *data, uint64_t nid, pid_t pid, struct ucred *cred)
939 fuse_setup_ihead(fdip->finh, fdip->tick, nid, op, fdip->iosize, pid, cred);
944 uint64_t nid, struct thread *td, struct ucred *cred)
949 return fdisp_make_pid(fdip, op, data, nid, td->td_proc->p_pid, cred);
865 fuse_setup_ihead(struct fuse_in_header *ihead, struct fuse_ticket *ftick, uint64_t nid, enum fuse_opcode op, size_t blen, pid_t pid, struct ucred *cred) argument
909 fdisp_refresh_pid(struct fuse_dispatcher *fdip, enum fuse_opcode op, struct mount *mp, uint64_t nid, pid_t pid, struct ucred *cred) argument
926 fdisp_make_pid(struct fuse_dispatcher *fdip, enum fuse_opcode op, struct fuse_data *data, uint64_t nid, pid_t pid, struct ucred *cred) argument
943 fdisp_make(struct fuse_dispatcher *fdip, enum fuse_opcode op, struct mount *mp, uint64_t nid, struct thread *td, struct ucred *cred) argument
H A Dfuse_node.c157 fvdat->nid = nodeid;
225 MPASS(VTOFUD(*vpp)->nid == nodeid);
307 if (dvp != NULL && VTOFUD(dvp)->nid == nodeid) {
/freebsd-current/contrib/ntp/include/
H A Dntp_crypto.h161 int nid; /* signature/digest ID */ member in struct:cert_info
186 extern int crypto_nid; /* digest nid */
/freebsd-current/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.h179 int wpas_dbus_unregister_network(struct wpa_supplicant *wpa_s, int nid);
228 int nid);
358 int nid)
478 struct wpa_supplicant *wpa_s, int nid)
357 wpas_dbus_unregister_network(struct wpa_supplicant *wpa_s, int nid) argument
477 wpas_dbus_unregister_persistent_group( struct wpa_supplicant *wpa_s, int nid) argument
/freebsd-current/crypto/openssl/test/
H A Dssl_test.c224 static int check_nid(const char *name, int expected_nid, int nid) argument
226 if (expected_nid == 0 || expected_nid == nid)
230 nid == NID_undef ? "absent" : OBJ_nid2ln(nid));
H A Dv3nametest.c97 int nid; local
100 nid = va_arg(ap, int);
101 if (nid == 0)
104 if (!X509_NAME_add_entry_by_NID(n, nid, MBSTRING_ASC,
120 int nid, int crit, ASN1_OCTET_STRING *data);
/freebsd-current/sys/dev/cxgbe/
H A Dt4_netmap.c152 nm_rxq->nid = idx;
232 nm_txq->nid = idx;
528 kring = na->rx_rings[nm_rxq->nid];
547 kring = na->rx_rings[nm_rxq->nid];
597 kring = na->rx_rings[nm_rxq->nid];
629 kring = na->rx_rings[nm_rxq[j].nid];
647 kring = na->rx_rings[nm_rxq[j].nid];
729 kring = na->rx_rings[nm_rxq->nid];
759 kring = na->tx_rings[nm_txq->nid];
801 kring = na->tx_rings[nm_txq->nid];
[all...]
/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_env.c31 int nid = OBJ_obj2nid(cms->contentType); local
33 switch (nid) {
649 static size_t aes_wrap_keylen(int nid) argument
651 switch (nid) {
666 CMS_RecipientInfo *CMS_add0_recipient_key(CMS_ContentInfo *cms, int nid, argument
680 if (nid == NID_undef) {
683 nid = NID_id_aes128_wrap;
687 nid = NID_id_aes192_wrap;
691 nid = NID_id_aes256_wrap;
701 size_t exp_keylen = aes_wrap_keylen(nid);
[all...]
/freebsd-current/crypto/openssl/apps/
H A Dreq.c60 char *value, int nid, int n_min, int n_max,
63 char *value, int nid, int n_min, int n_max,
1134 int nid, mval; local
1188 if ((nid = OBJ_txt2nid(type)) == NID_undef)
1218 if (!add_DN_object(subj, v->value, def, value, nid,
1245 if ((nid = OBJ_txt2nid(type)) == NID_undef)
1279 v->value, def, value, nid, n_min,
1361 char *value, int nid, int n_min, int n_max,
1373 if (!X509_NAME_add_entry_by_NID(n, nid, chtype,
1381 char *value, int nid, in
1360 add_DN_object(X509_NAME *n, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype, int mval) argument
1380 add_attribute_object(X509_REQ *req, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype) argument
[all...]
/freebsd-current/crypto/openssl/crypto/evp/
H A Ddh_ctrl.c152 int EVP_PKEY_CTX_set_dh_nid(EVP_PKEY_CTX *ctx, int nid) argument
156 EVP_PKEY_CTRL_DH_NID, nid, NULL);
H A Dnames.c26 r = OBJ_NAME_add(OBJ_nid2sn(c->nid), OBJ_NAME_TYPE_CIPHER_METH,
30 r = OBJ_NAME_add(OBJ_nid2ln(c->nid), OBJ_NAME_TYPE_CIPHER_METH,
H A Devp_lib.c278 int nid; local
279 nid = EVP_CIPHER_get_nid(cipher);
281 switch (nid) {
330 ASN1_OBJECT *otmp = OBJ_nid2obj(nid);
333 nid = NID_undef;
335 return nid;
667 return cipher->nid;
672 return ctx->cipher->nid;
H A De_aes.c396 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
398 nid##_##keylen##_##nmode,blocksize,keylen/8,ivlen, \
407 nid##_##keylen##_##nmode,blocksize, \
419 # define BLOCK_CIPHER_custom(nid,keylen,blocksize,ivlen,mode,MODE,flags) \
421 nid##_##keylen##_##mode,blocksize, \
432 nid##_##keylen##_##mode,blocksize, \
754 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
756 nid##_##keylen##_##nmode,blocksize,keylen/8,ivlen, \
765 nid##_##keylen##_##nmode,blocksize, \
777 # define BLOCK_CIPHER_custom(nid,keyle
[all...]
/freebsd-current/crypto/openssh/
H A Dsshkey.h195 int nid; member in struct:sshkey_impl
262 int sshkey_ec_nid_to_hash_alg(int nid);
H A Dcipher-aes.c148 rijndal_cbc.nid = NID_undef;
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdaa.h96 nid_t nid; member in struct:hdaa_widget
190 nid_t nid; member in struct:hdaa_devinfo
/freebsd-current/crypto/openssl/crypto/x509/
H A Dv3_san.c210 int nid; local
214 nid = OBJ_obj2nid(gen->d.otherName->type_id);
216 if ((nid == NID_SRVName
218 || (nid != NID_SRVName
224 switch (nid) {
/freebsd-current/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c57 typedef int check_key_type_fn(const void *key, int nid);
58 typedef int key_to_paramstring_fn(const void *key, int nid, int save,
443 static int prepare_dh_params(const void *dh, int nid, int save, argument
453 if (nid == EVP_PKEY_DHX)
547 static int encode_dsa_params(const void *dsa, int nid, argument
570 static int prepare_dsa_params(const void *dsa, int nid, int save, argument
578 return encode_dsa_params(dsa, nid, pstr, pstrtype);
666 * is a curve name (curve nid) to be found or not. See RFC 3279 for details.
668 static int prepare_ec_params(const void *eckey, int nid, int save, argument
837 static int prepare_rsa_params(const void *rsa, int nid, in argument
[all...]
/freebsd-current/crypto/openssl/crypto/dh/
H A Ddh_pmeth.c244 int nid = OBJ_sn2nid(value); local
246 if (nid == NID_undef) {
250 dctx->param_nid = nid;
/freebsd-current/crypto/openssl/crypto/ffc/
H A Dffc_dh.c169 /* flush the cached nid, The DH layer is responsible for caching */
170 ffc->nid = NID_undef;
/freebsd-current/crypto/openssl/include/crypto/
H A Dasn1.h116 int nid; member in struct:asn1_object_st

Completed in 210 milliseconds

123456789