Searched refs:prot (Results 26 - 50 of 170) sorted by relevance

1234567

/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DsslUtils.c123 const char *protocolVersStr(SSLProtocolVersion prot) argument
125 switch(prot) {
132 default: sslErrorLog("protocolVersStr: bad prot\n"); return "BAD PROTOCOL";
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DsslUtils.c123 const char *protocolVersStr(SSLProtocolVersion prot) argument
125 switch(prot) {
132 default: sslErrorLog("protocolVersStr: bad prot\n"); return "BAD PROTOCOL";
/macosx-10.10/OpenSSL098-52/src/test/
H A Dtestca.com16 $ set file/prot=(S:RWED,O:RWED,G:RWED,W:RWED) demoCA.dir;*
43 $ set file/prot=(S:RWED,O:RWED,G:RWED,W:RWED) demoCA.dir;*
69 $ set file/prot=(S:RWED,O:RWED,G:RWED,W:RWED) '_fp'
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dfds.c180 int prot; local
261 prot = 0;
268 len = sizeof(prot);
269 if (getsockopt(i, SOL_SOCKET, SO_PROTOTYPE, (void*)&prot, (void*)&len))
270 prot = -1;
296 if (prot == IPPROTO_SCTP)
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslBench/
H A DsslBench.cpp63 SSLProtocol prot = kTLSProtocol1Only; local
141 prot = kTLSProtocol1Only;
144 prot = kSSLProtocol2;
147 prot = kSSLProtocol3Only;
302 ortn = SSLSetProtocolVersion(ctx, prot);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/sslHdshakeTime/
H A DsslHdshakeTime.cpp70 SSLProtocol prot = kTLSProtocol1Only; local
154 prot = kTLSProtocol1Only;
157 prot = kSSLProtocol2;
160 prot = kSSLProtocol3Only;
362 ortn = SSLSetProtocolVersion(ctx, prot);
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dcominit_ux.c219 PRIVATE void rpc__register_protocol_id(rpc_protocol_id_elt_p_t prot, int number) argument
224 ("Register protocol id 0x%x\n", prot[i].rpc_protocol_id));
226 memcpy(&rpc_g_protocol_id[prot[i].rpc_protocol_id],
227 &prot[i],
356 rpc_protocol_id_elt_p_t prot ATTRIBUTE_UNUSED,
H A Dcninit.c170 static rpc_protocol_id_elt_t prot[1] = {
178 rpc__register_protocol_id(prot, 1);
169 static rpc_protocol_id_elt_t prot[1] = { local
H A Ddginit.c111 static rpc_protocol_id_elt_t prot[1] = { local
119 rpc__register_protocol_id(prot, 1);
H A Dcnp.h701 * authentication protocol ID table using an auth prot ID and the CN
702 * RPC prot ID.
705 #define RPC_CN_AUTH_PROT_EPV(prot) (rpc_cn_auth_epv_t *)(rpc__auth_rpc_prot_epv(prot, RPC_C_PROTOCOL_ID_NCACN))
707 #define RPC_CN_AUTH_PROT_EPV(prot) (rpc_cn_auth_epv_t *)(0xbabababa)
715 #define RPC_CN_AUTH_THREE_WAY(prot, ind)\
718 _cn_epv = RPC_CN_AUTH_PROT_EPV(prot);\
725 #define RPC_CN_AUTH_CREATE_INFO(prot, level, info, st)\
728 _cn_epv = RPC_CN_AUTH_PROT_EPV(prot);\
781 #define RPC_CN_AUTH_TLR_UUID_CRC(prot, auth_valu
[all...]
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-parse.el141 (prot nil)
161 (setq prot (buffer-substring save-pos (point)))
189 (setq port (url-scheme-get-property prot 'default-port)))
196 (if (string= "data" prot)
217 (vector prot user pass host port file refs attr full))))))
/macosx-10.10/uucp-11/uucp/contrib/
H A Duurate.c229 struct Protocol_Summary *prot, *t_prot, *s_prot, *ss_prot = NULL; variable in typeref:struct:Protocol_Summary
1029 for (prot = cur->proto; prot != NULL; prot = prot->next)
1038 prot->type,
1039 prot->pr_psizemin,
1040 prot->pr_psizemax,
1041 prot->pr_pwinmin,
1042 prot
[all...]
/macosx-10.10/dyld-353.2.1/src/
H A DdyldNew.cpp162 void* xmmap(void* addr, size_t len, int prot, int flags, int fd, off_t offset) argument
165 return dyld::gLibSystemHelpers->mmap(addr, len, prot, flags, fd, offset);
168 return ::mmap(addr, len, prot, flags, fd, offset);
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dpmap.h210 vm_prot_t prot,
219 vm_prot_t prot,
243 vm_prot_t prot);
247 vm_prot_t prot,
533 vm_prot_t prot);
539 vm_prot_t prot,
H A Dmemory_object.c148 vm_prot_t prot);
168 vm_prot_t prot)
171 "m_o_lock_page, page 0x%X rtn %d flush %d prot %d\n",
172 m, should_return, should_flush, prot, 0);
225 if (prot != VM_PROT_NO_CHANGE)
226 pmap_page_protect(m->phys_page, VM_PROT_ALL & ~prot);
282 * forms specified by "prot");
308 vm_prot_t prot)
319 if ((prot & ~VM_PROT_ALL) != 0 && prot !
164 memory_object_lock_page( vm_page_t m, memory_object_return_t should_return, boolean_t should_flush, vm_prot_t prot) argument
300 memory_object_lock_request( memory_object_control_t control, memory_object_offset_t offset, memory_object_size_t size, memory_object_offset_t * resid_offset, int * io_errno, memory_object_return_t should_return, int flags, vm_prot_t prot) argument
520 vm_object_update_extent( vm_object_t object, vm_object_offset_t offset, vm_object_offset_t offset_end, vm_object_offset_t *offset_resid, int *io_errno, boolean_t should_flush, memory_object_return_t should_return, boolean_t should_iosync, vm_prot_t prot) argument
759 vm_prot_t prot; local
[all...]
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Dreaderstate.h93 void xcardProtocol(DWORD prot) { Atomic<int>::barrier(); cardProtocol = htonl(prot); } argument
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dmemory_object.defs198 prot : vm_prot_t);
/macosx-10.10/xnu-2782.1.97/security/
H A Dmac_posix_shm.c153 int prot, int flags)
161 prot, flags);
152 mac_posixshm_check_mmap(kauth_cred_t cred, struct pshminfo *shm, int prot, int flags) argument
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_lat_sig_prot.c101 prot(int s) function
152 "notes: measures lmbench lat_sig prot\n");
240 sa.sa_handler = prot;
/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftp/
H A Dsecurity.h121 void prot (char *);
/macosx-10.10/ntp-92/libopts/
H A Dtext_mmap.c52 * arg: int, prot, mmap protections (see mmap(2))
100 text_mmap( char const* pzFile, int prot, int flags, tmap_info_t* pMI ) argument
137 if (FILE_WRITABLE(prot,flags))
146 if (((flags & MAP_SHARED) == 0) && (prot & PROT_WRITE))
163 mmap(NULL, pMI->txt_size+1, prot, flags, pMI->txt_fd, (size_t)0);
/macosx-10.10/ntp-92/sntp/libopts/
H A Dtext_mmap.c52 * arg: int, prot, mmap protections (see mmap(2))
100 text_mmap( char const* pzFile, int prot, int flags, tmap_info_t* pMI ) argument
137 if (FILE_WRITABLE(prot,flags))
146 if (((flags & MAP_SHARED) == 0) && (prot & PROT_WRITE))
163 mmap(NULL, pMI->txt_size+1, prot, flags, pMI->txt_fd, (size_t)0);
/macosx-10.10/sudo-73/src/auth/
H A Dsecureware.c50 #include <prot.h>
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_context.rb690 assert_equal [@pub, @prot, @priv], @vis.method_list
699 assert_equal [@pub, @prot], @vis.method_list
716 @prot.force_documentation = true
722 assert_equal [@pub, @prot, @priv], @vis.method_list
729 methods = [@pub, @prot, @priv]
733 assert_equal [@pub, @prot], methods
741 methods = [@pub, @prot, @priv]
745 assert_equal [@pub, @prot, @priv], methods
751 methods = [@pub, @prot, @priv]
761 @prot
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dcssmaclpod.h117 AclEntryInfo(const AclEntryPrototype &prot, CSSM_ACL_HANDLE h = 0)
118 { proto() = prot; handle() = h; }
135 AclEntryInput(const CSSM_ACL_ENTRY_PROTOTYPE &prot)
136 { Prototype = prot; Callback = NULL; CallerContext = NULL; }
138 AclEntryInput &operator = (const CSSM_ACL_ENTRY_PROTOTYPE &prot)
139 { Prototype = prot; Callback = NULL; CallerContext = NULL; return *this; }

Completed in 289 milliseconds

1234567