Searched refs:atyp (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/OpenSSL098-52/src/apps/
H A Dasn1pars.c393 ASN1_TYPE *atyp = NULL; local
409 atyp = ASN1_generate_nconf(genstr, cnf);
413 if (!atyp)
416 len = i2d_ASN1_TYPE(atyp, NULL);
426 i2d_ASN1_TYPE(atyp, &p);
428 ASN1_TYPE_free(atyp);
441 ASN1_TYPE_free(atyp);
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/CloudKeychainProxy/scripts/
H A Dtweak109 security item -v -a -f tweakpw class=inet,acct="$email@gmail.com",agrp="com.apple.cfnetwork",atyp=form,desc="Web form password",labl="accounts.google.com ($email@gmail.com)",pdmn=ak,port=0,ptcl=htps,srvr=accounts.google.com,type=7477,sync=1
119 security item -v -a -f tweakpw class=inet,acct="$email@gmail.com",agrp="com.apple.cfnetwork",atyp=form,desc="Web form password",labl="accounts.google.com ($email@gmail.com)",pdmn=ak,port=0,ptcl=htps,srvr=accounts.google.com,type=7477,sync=1
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Regress/
H A Dregress-216320.js663 function dcf(form,pbcId,cnum,sequence,status,atyp,ver){
667 form.ATYP.value=atyp;
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecDbKeychainItem.c932 CFTypeRef atyp = SecDbItemGetCachedValueWithName(item, kSecAttrAuthenticationType); local
934 if (isString(srvr) && isString(ptcl) && isString(atyp)) {
/macosx-10.10/OpenSSH-189/openssh/
H A Dchannels.c1143 u_int8_t atyp; member in struct:__anon3184
1191 switch (s5_req.atyp){
1205 debug2("channel %d: bad socks5 atyp %d", c->self, s5_req.atyp);
1209 if (s5_req.atyp == SSH_SOCKS5_DOMAIN)
1214 if (s5_req.atyp == SSH_SOCKS5_DOMAIN)
1223 if (s5_req.atyp == SSH_SOCKS5_DOMAIN) {
1243 s5_rsp.atyp = SSH_SOCKS5_IPV4;

Completed in 144 milliseconds