Searched refs:asn1 (Results 1 - 25 of 290) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dspnego.c29 static BOOL read_negTokenInit(ASN1_DATA *asn1, negTokenInit_t *token) argument
33 asn1_start_tag(asn1, ASN1_CONTEXT(0));
34 asn1_start_tag(asn1, ASN1_SEQUENCE(0));
36 while (!asn1->has_error && 0 < asn1_tag_remaining(asn1)) {
39 switch (asn1->data[asn1->ofs]) {
42 asn1_start_tag(asn1, ASN1_CONTEXT(0));
43 asn1_start_tag(asn1, ASN1_SEQUENCE(0));
46 for (i = 0; !asn1
104 write_negTokenInit(ASN1_DATA *asn1, negTokenInit_t *token) argument
167 read_negTokenTarg(ASN1_DATA *asn1, negTokenTarg_t *token) argument
210 write_negTokenTarg(ASN1_DATA *asn1, negTokenTarg_t *token) argument
247 ASN1_DATA asn1; local
280 ASN1_DATA asn1; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/conf/
H A Dconf_mall.c65 #include <openssl/asn1.h>
H A Dconf_sap.c65 #include <openssl/asn1.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_meth.c1 /* crypto/asn1/a_meth.c */
62 #include <openssl/asn1.h>
H A Da_octet.c1 /* crypto/asn1/a_octet.c */
61 #include <openssl/asn1.h>
H A Da_print.c1 /* crypto/asn1/a_print.c */
61 #include <openssl/asn1.h>
H A Dx_algor.c61 #include <openssl/asn1.h>
H A Dx_exten.c61 #include <openssl/asn1.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/conf/
H A Dconf_mall.c65 #include <openssl/asn1.h>
H A Dconf_sap.c65 #include <openssl/asn1.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/asn1/
H A Da_meth.c1 /* crypto/asn1/a_meth.c */
62 #include <openssl/asn1.h>
H A Da_octet.c1 /* crypto/asn1/a_octet.c */
61 #include <openssl/asn1.h>
H A Da_print.c1 /* crypto/asn1/a_print.c */
61 #include <openssl/asn1.h>
H A Dx_algor.c61 #include <openssl/asn1.h>
H A Dx_exten.c61 #include <openssl/asn1.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509v3/
H A Dv3_akeya.c62 #include <openssl/asn1.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_akeya.c62 #include <openssl/asn1.h>
H A Dv3_pcia.c37 #include <openssl/asn1.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpem.h214 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/
215 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/
216 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/
220 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
223 return (type*)PEM_ASN1_read(CHECKED_D2I_OF(type, d2i_##asn1), \
229 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
232 return PEM_ASN1_write(CHECKED_I2D_OF(type, i2d_##asn1), \
238 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \
241 return PEM_ASN1_write(CHECKED_I2D_OF(const type, i2d_##asn1), \
247 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem.h214 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/
215 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/
216 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/
220 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
223 return (type*)PEM_ASN1_read(CHECKED_D2I_OF(type, d2i_##asn1), \
229 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
232 return PEM_ASN1_write(CHECKED_I2D_OF(type, i2d_##asn1), \
238 #define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \
241 return PEM_ASN1_write(CHECKED_I2D_OF(const type, i2d_##asn1), \
247 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509/
H A Dx509rset.c61 #include <openssl/asn1.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dx509rset.c61 #include <openssl/asn1.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A DMakefile6 cifs-objs := cifsfs.o cifssmb.o cifs_debug.o connect.o dir.o file.o inode.o link.o misc.o netmisc.o smbdes.o smbencrypt.o transport.o asn1.o md4.o md5.o cifs_unicode.o nterr.o xattr.o cifsencrypt.o fcntl.o readdir.o ioctl.o sess.o export.o
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/pem/
H A Dpem.h207 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/
208 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/
209 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/
213 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
216 return((type *)PEM_ASN1_read((char *(*)())d2i_##asn1, str,fp,(char **)x,\
220 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
223 return(PEM_ASN1_write((int (*)())i2d_##asn1,str,fp, (char *)x, \
227 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \
232 return(PEM_ASN1_write((int (*)())i2d_##asn1,str,fp, \
238 #define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dpem.h207 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/
208 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/
209 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/
213 #define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \
216 return((type *)PEM_ASN1_read((char *(*)())d2i_##asn1, str,fp,(char **)x,\
220 #define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \
223 return(PEM_ASN1_write((int (*)())i2d_##asn1,str,fp, (char *)x, \
227 #define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \
232 return(PEM_ASN1_write((int (*)())i2d_##asn1,str,fp, \
238 #define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \
[all...]

Completed in 176 milliseconds

1234567891011>>