Searched refs:STACK (Results 76 - 84 of 84) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem.h185 STACK *x509_chain; /* certificate chain */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpem.h185 STACK *x509_chain; /* certificate chain */
H A Dsafestack.h71 STACK stack; \
152 #define STACK_OF(type) STACK
210 ((STACK *)PKCS12_decrypt_d2i(algor,(char *(*)())d2i_func, (void(*)(void *))free_func,pass,passlen,oct,seq))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dhead.S411 * on the stack. With STACK some allocated memory on the stack can be
414 #define STACK %a6@(stackstart) define
1988 1: lea STACK,%a0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/
H A Daic79xx_core.c8820 ahd_outb(ahd, STACK, i & 0xFF);
8821 ahd_outb(ahd, STACK, (i >> 8) & 0xFF);
8828 stack_entry = ahd_inb(ahd, STACK)
8829 |(ahd_inb(ahd, STACK) << 8);
9133 printf("STACK:");
9136 ahd_inb(ahd, STACK)|(ahd_inb(ahd, STACK) << 8);
9140 ahd_outb(ahd, STACK, ahd->saved_stack[i] & 0xFF);
9141 ahd_outb(ahd, STACK, (ahd->saved_stack[i] >> 8) & 0xFF);
H A Daic7xxx_core.c6609 printf("STACK:");
6611 printf(" 0x%x", ahc_inb(ahc, STACK)|(ahc_inb(ahc, STACK) << 8));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/stack/
H A Dsafestack.h68 STACK stack; \
148 #define STACK_OF(type) STACK
206 ((STACK *)PKCS12_decrypt_d2i(algor,(char *(*)())d2i_func, (void(*)(void *))free_func,pass,passlen,oct,seq))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dsafestack.h68 STACK stack; \
148 #define STACK_OF(type) STACK
206 ((STACK *)PKCS12_decrypt_d2i(algor,(char *(*)())d2i_func, (void(*)(void *))free_func,pass,passlen,oct,seq))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/stack/
H A Dsafestack.h71 STACK stack; \
152 #define STACK_OF(type) STACK
210 ((STACK *)PKCS12_decrypt_d2i(algor,(char *(*)())d2i_func, (void(*)(void *))free_func,pass,passlen,oct,seq))

Completed in 380 milliseconds

1234