Searched refs:nid (Results 1 - 25 of 71) sorted by relevance

123

/macosx-10.9.5/CPANInternal-140/URI/URI/
H A Durn.pm14 my $nid = $self->nid;
16 my $impclass = $implementor{$nid};
17 return $impclass->_urn_init($self, $nid) if $impclass;
20 if ($nid =~ /^[A-Za-z\d][A-Za-z\d\-]*\z/) {
21 my $id = $nid;
36 carp("Illegal namespace identifier '$nid' for URN '$self'") if $^W;
38 $implementor{$nid} = $impclass;
40 return $impclass->_urn_init($self, $nid);
44 my($class, $self, $nid)
62 sub nid { # namespace identifier subroutine
[all...]
/macosx-10.9.5/CPANInternal-140/URI/t/
H A Durn-oid.t20 print "not " unless $u->scheme eq "urn" && $u->nid eq "oid";
H A Durn-isbn.t19 $u->nid eq "isbn";
/macosx-10.9.5/ntp-88/libntp/
H A Dssl_init.c126 int nid
134 name = OBJ_nid2sn(nid);
138 if (NID_md5 == nid)
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dssh-rsa.c52 int ok, nid; local
60 nid = (datafellows & SSH_BUG_RSASIGMD5) ? NID_md5 : NID_sha1;
61 if ((evp_md = EVP_get_digestbynid(nid)) == NULL) {
62 error("ssh_rsa_sign: EVP_get_digestbynid %d failed", nid);
72 ok = RSA_sign(nid, digest, dlen, sig, &len, key->rsa);
121 int rlen, ret, nid; local
166 nid = (datafellows & SSH_BUG_RSASIGMD5) ? NID_md5 : NID_sha1;
167 if ((evp_md = EVP_get_digestbynid(nid)) == NULL) {
168 error("ssh_rsa_verify: EVP_get_digestbynid %d failed", nid);
176 ret = openssh_RSA_verify(nid, diges
[all...]
H A Dkexecdh.c59 int nid = kex_ecdh_name_to_nid(kexname); local
61 if (nid == -1)
63 return key_ec_nid_to_evpmd(nid);
H A Dcipher-bf1.c105 ssh1_bf.nid = NID_undef;
H A Dkey.c943 key_ssh_name_from_type_nid(int type, int nid) argument
960 switch (nid) {
972 switch (nid) {
1086 int nid; local
1099 if ((nid = EC_GROUP_get_curve_name(g)) > 0)
1100 return nid;
1112 debug3("%s: nid = %d", __func__, nids[i]);
1123 ecdsa_generate_private_key(u_int bits, int *nid) argument
1127 if ((*nid = key_ecdsa_bits_to_nid(bits)) == -1)
1129 if ((private = EC_KEY_new_by_curve_name(*nid))
1480 int nid = -1; local
2075 key_curve_nid_to_bits(int nid) argument
2093 key_curve_nid_to_name(int nid) argument
2109 key_ec_nid_to_evpmd(int nid) argument
[all...]
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-objects.c109 ret->nid = 0;
147 ASN1_OBJECT_create(int nid, unsigned char *data, int len, argument
155 o.nid = nid;
336 r->nid = o->nid;
453 ret = a->nid;
508 return (a->nid-b->nid);
532 a->obj->nid
[all...]
H A Dossl-evp-cc.c369 .nid = NID_des_ede3_ecb,
404 .nid = NID_des_ede3_cbc,
484 .nid = NID_des_ecb,
519 .nid = NID_des_cbc,
589 .nid = NID_bf_cbc,
618 .nid = NID_bf_ecb,
688 .nid = NID_cast5_ecb,
716 .nid = NID_cast5_cbc,
796 .nid = NID_aes_128_ecb,
829 .nid
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/uri/
H A Durn-scheme.tcl29 array set parts {nid {} nss {}}
30 if {[regexp -- ^$pattern $uri -> parts(nid) parts(nss)]} {
42 #@a list of nid value nss value
46 array set parts [list nid {} nss {}]
48 if {! [regexp -- ^$NIDpart$ $parts(nid)]} {
49 error "invalid urn: nid is invalid"
51 set url "urn:$parts(nid):[urn::quote $parts(nss)]"
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-wb.c155 u_int16_t nid; member in struct:pgstate
189 int nid; local
204 nid = EXTRACT_16BITS(&id->pi_ps.nid);
205 len -= sizeof(*io) * nid;
207 cp = (char *)(io + nid);
215 for (i = 0; i < nid && (u_char *)(io + 1) <= snapend; ++io, ++i) {
220 if (i >= nid) {
279 for (ie = io + ps->nid; io < ie && (u_char *)(io + 1) <= ep; ++io) {
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dec.h78 EC_GROUP_new_by_curve_name(int nid);
H A Dec.c86 EC_GROUP_new_by_curve_name(int nid) argument
91 EC_KEY_new_by_curve_name(EC_GROUP_ID nid) argument
/macosx-10.9.5/ruby-104/ruby/ext/openssl/
H A Dossl_x509ext.c220 int nid; local
233 nid = OBJ_ln2nid(RSTRING_PTR(oid));
234 if(!nid) nid = OBJ_sn2nid(RSTRING_PTR(oid));
235 if(!nid) ossl_raise(eX509ExtError, "unknown OID `%s'", RSTRING_PTR(oid));
242 ext = X509V3_EXT_nconf_nid(conf, ctx, nid, RSTRING_PTR(valstr));
245 ext = X509V3_EXT_conf_nid(empty_lhash, ctx, nid, RSTRING_PTR(valstr));
373 int nid; local
377 if ((nid = OBJ_obj2nid(extobj)) != NID_undef)
378 ret = rb_str_new2(OBJ_nid2sn(nid));
[all...]
H A Dossl_cipher.c525 #define ossl_is_gcm(nid) (nid) == NID_aes_128_gcm || \
526 (nid) == NID_aes_192_gcm || \
527 (nid) == NID_aes_256_gcm
564 int nid, tag_len; local
573 nid = EVP_CIPHER_CTX_nid(ctx);
575 if (ossl_is_gcm(nid)) {
606 int nid; local
615 nid = EVP_CIPHER_CTX_nid(ctx);
617 if (ossl_is_gcm(nid)) {
637 int nid; local
[all...]
H A Dossl_engine.c216 int nid; local
221 nid = EVP_CIPHER_nid(tmp);
223 ciph = ENGINE_get_cipher(e, nid);
239 int nid; local
244 nid = EVP_MD_nid(tmp);
246 md = ENGINE_get_digest(e, nid);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Did2entry.c36 ID nid; local
50 key.data = &nid;
52 BDB_ID2DISK( e->e_id, &nid );
106 ID nid; local
111 key.data = &nid;
113 BDB_ID2DISK( id, &nid );
198 ID nid; local
201 key.data = &nid;
203 BDB_ID2DISK( e->e_id, &nid );
H A Ddn2id.c38 ID nid; local
59 data.data = &nid;
60 data.size = sizeof( nid );
61 BDB_ID2DISK( e->e_id, &nid );
259 ID nid; local
271 data.data = &nid;
285 BDB_DISK2ID( &nid, &ei->bei_id );
513 ID nid; local
542 BDB_ID2DISK( eip->bei_id, &nid );
544 key.data = &nid;
614 ID nid; local
793 ID nid; local
911 ID nid; member in struct:dn2id_cookie
[all...]
H A Dtools.c30 static ID nid, previd = NOID; variable
115 key.data = &nid;
116 key.size = key.ulen = sizeof( nid );
381 BDB_ID2DISK( id, &nid );
1003 ID id, nid; local
1021 data.data = &nid;
1027 if ( nid ) {
1032 nid = 0;
1046 BDB_ID2DISK( ic->last, &nid );
1053 nid
1174 ID nid; local
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/ssl/
H A Dssl_engine_vars.c345 int nid; local
393 nid = OBJ_obj2nid((ASN1_OBJECT *)X509_get_signature_algorithm(xs));
395 (nid == NID_undef) ? "UNKNOWN" : OBJ_nid2ln(nid));
399 nid = OBJ_obj2nid((ASN1_OBJECT *)X509_get_key_algorithm(xs));
401 (nid == NID_undef) ? "UNKNOWN" : OBJ_nid2ln(nid));
418 int nid; member in struct:__anon6065
469 if (n == ssl_var_lookup_ssl_cert_dn_rec[i].nid && idx-- == 0) {
694 int i, nid; local
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dmm-partial.el48 nil gnus-article-loose-mime)) nid)
51 (setq nid (cdr (assq 'id
53 (if (not (equal id nid))
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/openssl/
H A Dopenssl_pkcs7.h380 int PKCS7_content_new(PKCS7 *p7, int nid);
403 int PKCS7_add_signed_attribute(PKCS7_SIGNER_INFO *p7si,int nid,int type,
405 int PKCS7_add_attribute (PKCS7_SIGNER_INFO *p7si, int nid, int atrtype,
407 ASN1_TYPE *PKCS7_get_attribute(PKCS7_SIGNER_INFO *si, int nid);
408 ASN1_TYPE *PKCS7_get_signed_attribute(PKCS7_SIGNER_INFO *si, int nid);
425 int PKCS7_simple_smimecap(STACK *sk, int nid, int arg);
/macosx-10.9.5/Libnotify-121.20.1/
H A Dnotify_client.c360 token_table_add(const char *name, size_t namelen, uint64_t nid, uint32_t token, uint32_t cid, uint32_t slot, uint32_t flags, int sig, int fd, mach_port_t mp, int lock) argument
415 n->name_id = nid;
502 name_table_set_nid(const char *name, uint64_t nid) argument
510 if (n != NULL) n->name_id = nid;
949 uint64_t nid = UINT64_MAX; local
1006 kstatus = _notify_server_post_2(globals->notify_server_port, (caddr_t)name, namelen, &nid, (int32_t *)&status);
1014 if (status == NOTIFY_STATUS_OK) n->name_id = nid;
1266 uint64_t nid; local
1286 status = _notify_lib_register_plain(ns_self, name, NOTIFY_CLIENT_SELF, token, SLOT_NONE, 0, 0, &nid);
1290 token_table_add(name, namelen, nid, toke
1344 uint64_t nid; local
1405 uint64_t nid; local
[all...]
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dnotifyd.h96 extern uint32_t daemon_post_nid(uint64_t nid, uint32_t u, uint32_t g);

Completed in 305 milliseconds

123