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

123

/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-ah.c1 /* $NetBSD: print-ah.c,v 1.4 1996/05/20 00:41:16 fvdl Exp $ */
26 "@(#) $Header: /tcpdump/master/tcpdump/print-ah.c,v 1.22 2003-11-19 00:36:06 guy Exp $ (LBL)";
37 #include "ah.h"
46 register const struct ah *ah; local
51 ah = (const struct ah *)bp;
54 TCHECK(*ah);
56 sumlen = ah->ah_len << 2;
57 spi = EXTRACT_32BITS(&ah
[all...]
H A Dah.h1 /* $NetBSD: ah.h,v 1.12 2000/07/23 05:23:04 itojun Exp $ */
2 /* $KAME: ah.h,v 1.12 2000/07/20 17:41:01 itojun Exp $ */
40 struct ah { struct
/macosx-10.10.1/procmail-14/procmail/src/
H A Dfields.c20 struct field*findf(p,ah)const struct field*const p;register struct field**ah;
22 uhead=ah==&uheader||ah==&Uheader;
23 for(i=p->id_len,chp=(char*)p->fld_text,h= *ah;h;h= *(ah= &h->fld_next))
26 *ah=0,(*(ah=addfield(ah,chp,i)))->fld_next=h,(h= *ah)
[all...]
H A Dfields.h4 *findf P((const struct field*const p,struct field**ah)),
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dah_input.c107 #include <netinet6/ah.h>
132 struct ah *ah; local
158 ah = (struct ah *)(void *)(((caddr_t)ip) + off);
159 nxt = ah->ah_nxt;
167 spi = ah->ah_spi;
239 if ((ah->ah_len << 2) - sizoff != siz1) {
242 (ah->ah_len << 2) - sizoff, (u_int32_t)siz1,
248 if (m->m_len < off + sizeof(struct ah)
601 struct ah *ah; local
981 struct newah ah; local
[all...]
H A Dah.h1 /* $FreeBSD: src/sys/netinet6/ah.h,v 1.3.2.2 2001/07/03 11:01:49 ume Exp $ */
2 /* $KAME: ah.h,v 1.13 2000/10/18 21:28:00 itojun Exp $ */
41 struct ah { struct
H A Dah_output.c99 #include <netinet6/ah.h>
159 hdrsiz += sizeof(struct ah);
172 * sizeof(struct newah) > sizeof(struct ah).
197 size_t ahlen = 0; /*plen + sizeof(ah)*/
232 ahlen = plen + sizeof(struct ah);
278 struct ah *ahdr;
280 ahdr = (struct ah *)(void *)ahdrpos;
386 ahlen = plen + sizeof(struct ah);
486 struct ah *ahdr = mtod(mah, struct ah *);
[all...]
H A DMakefile11 ah.h ipsec.h \
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DTransform.cpp36 static CFStringRef AttributeHandleFormat(CFTypeRef ah, CFDictionaryRef dict) { argument
37 transform_attribute *ta = ah2ta(ah);
41 static CFStringRef AttributeHandleDebugFormat(CFTypeRef ah) { argument
42 transform_attribute *ta = ah2ta(ah);
46 static void AttributeHandleFinalize(CFTypeRef ah) argument
48 transform_attribute *ta = ah2ta(ah);
58 syslog(LOG_ERR, "over release of SecTransformAttributeRef at %p\n", ah);
106 SecTransformAttributeRef ah = _CFRuntimeCreateInstance(NULL, transform_attribute::cftype, sizeof(struct transform_attribute*), NULL); local
107 if (!ah) {
110 *(struct transform_attribute **)(1 + (CFRuntimeBase*)ah)
119 destroy_ah_search_key(void *ah) argument
175 SecTransformAttributeRef ah = static_cast<SecTransformAttributeRef>(const_cast<void*>(CFSetGetValue(mAttributes, search_for))); local
241 SecTransformAttributeRef ah = getAH(attrib, create_ok); local
420 SecTransformAttributeRef ah = handles[i]; local
511 SecTransformAttributeRef ah = getAH(key, true); local
561 SecTransformAttributeRef ah = getAH(key, true); local
821 SecTransformAttributeRef ah = getAH(key, true); local
891 SecTransformAttributeRef ah = static_cast<SecTransformAttributeRef>(const_cast<void *>(CFArrayGetValueAtIndex(ta->connections, i))); local
933 SecTransformAttributeRef ah = getAH(key, false); local
955 SecTransformAttributeRef ah; local
1047 Pushback(SecTransformAttributeRef ah, CFTypeRef value) argument
1090 SecTransformAttributeRef ah = CFArrayGetValueAtIndex(pb, i); local
1179 Do(SecTransformAttributeRef ah, CFTypeRef value) argument
1231 AttributeChanged(SecTransformAttributeRef ah, CFTypeRef value) argument
1652 SecTransformAttributeRef ah = getAH(keys[i]); local
[all...]
H A DEncryptTransform.h66 virtual void AttributeChanged(SecTransformAttributeRef ah, CFTypeRef value);
H A DTransform.h174 virtual void AttributeChanged(SecTransformAttributeRef ah, CFTypeRef value);
214 CFErrorRef Pushback(SecTransformAttributeRef ah, CFTypeRef value);
236 inline struct transform_attribute *ah2ta(SecTransformAttributeRef ah) { argument
238 return *(struct transform_attribute **)(1 + (CFRuntimeBase*)ah);
H A DSecCustomTransform.cpp316 ^(SecTransformAttributeRef ah, CFTypeRef value) { return value; };
319 ^(SecTransformAttributeRef ah, CFTypeRef value)
517 virtual void AttributeChanged(SecTransformAttributeRef ah, CFTypeRef value);
740 void CustomTransform::AttributeChanged(SecTransformAttributeRef ah, CFTypeRef value) argument
742 transform_attribute *ta = ah2ta(ah);
751 CFTypeRef vr = attribute_validate(ah, value);
767 if ((!attribute_set_notification) && ah == input_ah)
788 else if (vtype == CFErrorGetTypeID() && !ah2ta(ah)->direct_error_handling)
794 CFTypeRef new_value = attribute_set_notification(ah, value);
797 SendAttribute(ah, new_valu
[all...]
H A DSecSignVerifyTransform.c396 ^(SecTransformAttributeRef ah, CFTypeRef value)
403 ^(SecTransformAttributeRef ah, CFTypeRef value)
427 ^(SecTransformAttributeRef ah, CFTypeRef value)
434 ^(SecTransformAttributeRef ah, CFTypeRef value)
515 ^(SecTransformAttributeRef ah, CFTypeRef value)
531 ^(SecTransformAttributeRef ah, CFTypeRef value)
596 ^(SecTransformAttributeRef ah, CFTypeRef value)
665 ^(SecTransformAttributeRef ah, CFTypeRef value)
678 ^(SecTransformAttributeRef ah, CFTypeRef value)
/macosx-10.10.1/xnu-2782.1.97/osfmk/x86_64/
H A Dbzero.s68 movb %al,%ah /* fill out pattern */
H A Dstart.s218 xor %ah, %ah /* Security: zero second byte of stack canary */
239 xor %al, %ah
251 mov %ah, %cl
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/setkey/
H A Dscriptdump.pl22 } elsif (/^\t(esp|ah) mode=(\S+) spi=(\d+).*reqid=(\d+)/) {
43 } elsif ($proto eq 'ah') {
/macosx-10.10.1/apr-32/apr/apr/include/arch/win32/
H A Dapr_dbg_win32_handles.h178 #define WaitForMultipleObjects(d1,ah,b,d2) \
180 (HANDLE)(WaitForMultipleObjects)(d1,ah,b,d2), \
181 __FILE__,__LINE__,1,ah,"Signaled"))
183 #define WaitForMultipleObjectsEx(d1,ah,b1,d2,b2) \
185 (HANDLE)(WaitForMultipleObjectsEx)(d1,ah,b1,d2,b2), \
186 __FILE__,__LINE__,1,ah,"Signaled"))
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_xattr.c1476 static void swap_attrhdr(attr_header_t *ah, attr_info_t* info);
1483 static int check_and_swap_attrhdr(attr_header_t *ah, attr_info_t* ainfop);
3078 swap_attrhdr(attr_header_t *ah, attr_info_t* info) argument
3084 count = (ah->magic == ATTR_HDR_MAGIC) ? ah->num_attrs : SWAP16(ah->num_attrs);
3086 ah->magic = SWAP32 (ah->magic);
3087 ah->debug_tag = SWAP32 (ah
3112 check_and_swap_attrhdr(attr_header_t *ah, attr_info_t *ainfop) argument
[all...]
/macosx-10.10.1/groff-38/groff/font/devdvi/
H A DTBI235 ah 619819,662642,0,86728 2 0024
H A DTI236 ah 535936,659002,0,86982 2 0024
H A DTB229 ah 602928,662642 2 0024
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dx86_64cpuid.pl140 and \$15,%ah
141 cmp \$15,%ah # examine Family ID
/macosx-10.10.1/zlib-55/zlib/contrib/inflate86/
H A Dinffas86.c193 " movb %%ah, %%cl\n" /* cl = this.bits */
194 " subb %%ah, %%bl\n" /* bits -= this.bits */
209 " movb %%ah, %%cl\n" /* cl = this.bits */
210 " subb %%ah, %%bl\n" /* bits -= this.bits */
259 " movb %%ah, %%cl\n"
260 " subb %%ah, %%bl\n" /* bits -= this.bits */
316 " movb %%al, %%ah\n"
509 " movb %%ah, %%cl\n" /* cl = this.bits */
510 " subb %%ah, %%bl\n" /* bits -= this.bits */
573 " movb %%ah,
970 mov ah, al local
[all...]
/macosx-10.10.1/zlib-55/zlib/contrib/masmx64/
H A Dinffasx64.asm103 mov cl, ah ; /* cl = this.bits */
104 sub bl, ah ; /* bits -= this.bits */
119 mov cl, ah ; /* cl = this.bits */
120 sub bl, ah ; /* bits -= this.bits */
169 mov cl, ah
170 sub bl, ah ; /* bits -= this.bits */
226 mov ah, al
/macosx-10.10.1/vim-55/src/
H A Dos_msdos.c330 regs.h.ah = 0x0f;
505 regs.h.ah = 0x01; /* Set Cursor */
511 regs.h.ah = 0x03; /* Get Cursor */
530 regs.h.ah = 0x01; /* Set Cursor */
637 regs.h.ah = 0x06;
683 regs.h.ah = 0x0b;
1311 regs.h.ah = 0x08;
1314 orig_attr = regs.h.ah;
1363 regs.h.ah = 0x05;
1372 regs.h.ah
[all...]

Completed in 267 milliseconds

123