Searched refs:nid (Results 176 - 200 of 211) sorted by relevance

123456789

/freebsd-current/sys/fs/fuse/
H A Dfuse_ipc.h445 struct mount *mp, uint64_t nid, struct thread *td, struct ucred *cred);
H A Dfuse_vfsops.c277 error = VFS_VGET(mp, ffhp->nid, LK_EXCLUSIVE, &nvp);
/freebsd-current/sys/dev/cardbus/
H A Dcardbus.c327 *((uint8_t **) result) = dinfo->funce.lan.nid;
/freebsd-current/crypto/openssl/include/crypto/
H A Dx509.h379 int nid, int type, variable
/freebsd-current/crypto/openssl/ssl/
H A Dt1_lib.c142 int nid; member in struct:__anon118
465 return nid_to_group[i].nid;
472 uint16_t tls1_nid2group_id(int nid) argument
482 if (nid_to_group[i].nid == nid)
3001 int secbits, nid, pknid; local
3005 if (!X509_get_signature_info(x, &nid, &pknid, &secbits, NULL))
3008 if (nid == NID_undef)
3009 nid = pknid;
3011 return ssl_security(s, op, secbits, nid,
[all...]
H A Dssl_lib.c99 int nid; member in struct:__anon76
137 if (dane_mds[i].nid == NID_undef ||
138 (md = EVP_get_digestbynid(dane_mds[i].nid)) == NULL)
4889 int op, int bits, int nid,
4897 int bits, int nid, void *other,
4924 int op, int bits, int nid,
4933 int nid,
5944 int nid,
5949 ciph = tls_get_cipher_from_engine(nid);
5958 ciph = EVP_CIPHER_fetch(libctx, OBJ_nid2sn(nid), propertie
4887 SSL_set_security_callback(SSL *s, int (*cb) (const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, void *other, void *ex)) argument
4922 SSL_CTX_set_security_callback(SSL_CTX *ctx, int (*cb) (const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, void *other, void *ex)) argument
5943 ssl_evp_cipher_fetch(OSSL_LIB_CTX *libctx, int nid, const char *properties) argument
5991 ssl_evp_md_fetch(OSSL_LIB_CTX *libctx, int nid, const char *properties) argument
[all...]
/freebsd-current/crypto/openssl/crypto/cms/
H A Dcms_smime.c864 int nid = OBJ_obj2nid(CMS_get0_type(cms)); local
866 if (nid != NID_pkcs7_enveloped
867 && nid != NID_id_smime_ct_authEnvelopedData) {
/freebsd-current/crypto/openssl/apps/
H A Dspeed.c1276 unsigned int nid; member in struct:ec_curve_st
1301 kctx = EVP_PKEY_CTX_new_id(curve->nid, NULL);
1330 curve->nid) <= 0
1415 unsigned int nid; member in struct:ffdh_params_st
1485 OPENSSL_assert(ed_curves[EdDSA_NUM - 1].nid == NID_ED448);
1488 OPENSSL_assert(ec_curves[EC_NUM - 1].nid == NID_X448);
1491 OPENSSL_assert(ec_curves[ECDSA_NUM - 1].nid == NID_brainpoolP512t1);
1495 OPENSSL_assert(sm2_curves[SM2_NUM - 1].nid == NID_sm2);
2713 if ((ed_pctx = EVP_PKEY_CTX_new_id(ed_curves[testnum].nid,
2834 sm2_curves[testnum].nid) <
[all...]
/freebsd-current/crypto/openssl/include/openssl/
H A Dasn1.h224 int nid; member in struct:asn1_string_table_st
865 ASN1_OBJECT *ASN1_OBJECT_create(int nid, unsigned char *data, int len,
1014 int inform, int nid);
1015 ASN1_STRING_TABLE *ASN1_STRING_TABLE_get(int nid);
H A Dct.h287 __owur int SCT_set_signature_nid(SCT *sct, int nid);
H A Drsa.h421 OSSL_DEPRECATEDIN_3_0 int RSA_X931_hash_id(int nid);
H A Dpkcs12.h211 int PKCS12_add1_attr_by_NID(PKCS12_SAFEBAG *bag, int nid, int type,
/freebsd-current/crypto/openssl/crypto/ec/
H A Dec_curve.c2820 int nid; member in struct:_ec_list_element_st
3119 static const ec_list_element *ec_curve_nid2curve(int nid) argument
3123 if (nid <= 0)
3127 if (curve_list[i].nid == nid)
3195 EC_GROUP_set_curve_name(group, curve.nid);
3241 ASN1_OBJECT *asn1obj = OBJ_nid2obj(curve.nid);
3281 int nid)
3286 if ((curve = ec_curve_nid2curve(nid)) == NULL
3290 "name=%s", OBJ_nid2sn(nid));
3280 EC_GROUP_new_by_curve_name_ex(OSSL_LIB_CTX *libctx, const char *propq, int nid) argument
3301 EC_GROUP_new_by_curve_name(int nid) argument
3324 EC_curve_nid2nist(int nid) argument
3345 int ret = -1, nid, len, field_type, param_len; local
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new.c2848 * @nid: network id
2853 int wpas_dbus_unregister_network(struct wpa_supplicant *wpa_s, int nid) argument
2861 ssid = wpa_config_get_network(wpa_s->conf, nid);
2865 return wpas_dbus_unregister_persistent_group(wpa_s, nid);
2877 wpa_s->dbus_new_path, nid);
2884 wpas_dbus_signal_network_removed(wpa_s, nid);
5064 * @nid: network id
5075 int nid)
5093 wpa_s->dbus_new_path, nid);
5100 wpas_dbus_signal_persistent_group_removed(wpa_s, nid);
5074 wpas_dbus_unregister_persistent_group(struct wpa_supplicant *wpa_s, int nid) argument
[all...]
/freebsd-current/crypto/openssl/crypto/cmp/
H A Dcmp_ctx.c84 static int cmp_ctx_set_md(OSSL_CMP_CTX *ctx, EVP_MD **pmd, int nid) argument
86 EVP_MD *md = EVP_MD_fetch(ctx->libctx, OBJ_nid2sn(nid), ctx->propq);
H A Dcmp_msg.c105 static int add1_extension(X509_EXTENSIONS **pexts, int nid, int crit, void *ex) argument
113 if ((ext = X509V3_EXT_i2d(nid, crit, ex)) == NULL)
/freebsd-current/crypto/openssl/crypto/x509/
H A Dx509_vfy.c1114 static int crl_extension_match(X509_CRL *a, X509_CRL *b, int nid) argument
1117 int i = X509_CRL_get_ext_by_NID(a, nid, -1);
1121 if (X509_CRL_get_ext_by_NID(a, nid, i) != -1)
1126 i = X509_CRL_get_ext_by_NID(b, nid, -1);
1128 if (X509_CRL_get_ext_by_NID(b, nid, i) != -1)
/freebsd-current/crypto/openssl/test/
H A Devp_test.c3099 int nid = OBJ_sn2nid(alg); local
3101 if (nid == NID_undef) {
3102 nid = OBJ_ln2nid(alg);
3103 if (nid == NID_undef)
3783 int nid; local
3802 nid = OBJ_txt2nid(strnid);
3803 if (nid == NID_undef) {
H A Devp_extra_test.c3541 int nid; local
3555 nid = ecpub_nids[idx];
3560 || !TEST_int_gt(EVP_PKEY_CTX_set_ec_paramgen_curve_nid(ctx, nid), 0)
3578 || !TEST_ptr((ec = EC_KEY_new_by_curve_name(nid)))
4684 int nid; local
4695 nid = OBJ_create("1.3.6.1.4.1.16604.998866.1", "custom-md", "custom-md");
4696 if (!TEST_int_ne(nid, NID_undef))
4698 tmp = EVP_MD_meth_new(nid, NID_undef);
4766 int nid; local
4777 nid
[all...]
/freebsd-current/crypto/heimdal/kdc/
H A Dpkinit.c441 int nid; local
463 nid = NID_X9_62_prime256v1;
471 public = EC_KEY_new_by_curve_name(nid);
/freebsd-current/contrib/ntp/util/
H A Dntp-keygen.c329 int nid; /* X509 digest/signature scheme */ local
534 nid = X509_get_signature_nid(cert);
535 scheme = OBJ_nid2sn(nid);
/freebsd-current/crypto/openssl/crypto/evp/
H A Dctrl_params_translate.c1538 int nid = NID_undef; local
1541 nid = EC_GROUP_get_curve_name(grp);
1542 if (nid != NID_undef)
1543 ctx->p2 = (char *)OSSL_EC_curve_nid2name(nid);
/freebsd-current/crypto/openssl/apps/lib/
H A Dapps.c1912 int nid; local
1950 nid = OBJ_txt2nid(typestr);
1951 if (nid == NID_undef) {
1967 if (!X509_NAME_add_entry_by_NID(n, nid, chtype,
/freebsd-current/sys/dev/cxgbe/
H A Dadapter.h772 u_int nid; /* netmap ring # for this queue */ member in struct:sge_nm_rxq
824 u_int nid; /* netmap ring # for this queue */ member in struct:sge_nm_txq
/freebsd-current/sys/dev/firewire/
H A Dsbp.c1350 int nid; local
1353 nid = target->sbp->fd.fc->nodeid | FWLOCALBUS;
1372 ocb->orb[6] = htonl((nid << 16) | SBP_BIND_HI);
1384 ocb->orb[2] = htonl(nid << 16);
1426 xfer->send.payload[0] = htonl(nid << 16);

Completed in 334 milliseconds

123456789