Searched refs:i2d (Results 1 - 25 of 51) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/asn1/
H A Da_i2d_fp.c67 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, void *x) argument
77 ret = ASN1_i2d_bio(i2d, b, x);
83 int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, unsigned char *x) argument
89 n = i2d(x, NULL);
97 i2d(x, &p);
H A Dasn_pack.c88 unsigned char *ASN1_seq_pack(STACK_OF(OPENSSL_BLOCK) *safes, i2d_of_void *i2d,
93 if (!(safelen = i2d_ASN1_SET(safes, NULL, i2d, V_ASN1_SEQUENCE,
103 i2d_ASN1_SET(safes, &p, i2d, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL,
127 ASN1_STRING *ASN1_pack_string(void *obj, i2d_of_void *i2d, ASN1_STRING **oct) argument
142 if (!(octmp->length = i2d(obj, NULL))) {
151 i2d(obj, &p);
H A Da_digest.c75 int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data, argument
81 i = i2d(data, NULL);
87 i2d(data, &p);
H A Da_dup.c65 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x) argument
75 i = i2d(x, NULL);
82 i = i2d(x, &p);
H A Da_verify.c77 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *a, ASN1_BIT_STRING *signature, argument
98 inl = i2d(data, NULL);
106 i2d(data, &p);
H A Dasn1.h350 # define CHECKED_I2D_OF(type, i2d) \
351 ((i2d_of_void*) (1 ? i2d : ((I2D_OF(type))0)))
905 i2d_of_void *i2d, int ex_tag, int ex_class, int is_set); variable
964 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x);
966 # define ASN1_dup_of(type,i2d,d2i,x) \
967 ((type*)ASN1_dup(CHECKED_I2D_OF(type, i2d), \
971 # define ASN1_dup_of_const(type,i2d,d2i,x) \
972 ((type*)ASN1_dup(CHECKED_I2D_OF(const type, i2d), \
994 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, void *x);
996 # define ASN1_i2d_fp_of(type,i2d,ou
1064 unsigned char *ASN1_seq_pack(STACK_OF(OPENSSL_BLOCK) *safes, i2d_of_void *i2d, variable
[all...]
H A Da_set.c90 i2d_of_void *i2d, int ex_tag, int ex_class, int is_set)
102 ret += i2d(sk_OPENSSL_BLOCK_value(a, i), NULL);
116 i2d(sk_OPENSSL_BLOCK_value(a, i), &p);
132 i2d(sk_OPENSSL_BLOCK_value(a, i), &p);
H A Da_sign.c130 int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1, X509_ALGOR *algor2, argument
173 inl = i2d(data, NULL);
184 i2d(data, &p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/asn1/
H A Da_i2d_fp.c67 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, void *x) argument
77 ret = ASN1_i2d_bio(i2d, b, x);
83 int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, unsigned char *x) argument
89 n = i2d(x, NULL);
97 i2d(x, &p);
H A Dasn_pack.c88 unsigned char *ASN1_seq_pack(STACK_OF(OPENSSL_BLOCK) *safes, i2d_of_void *i2d,
93 if (!(safelen = i2d_ASN1_SET(safes, NULL, i2d, V_ASN1_SEQUENCE,
103 i2d_ASN1_SET(safes, &p, i2d, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL,
127 ASN1_STRING *ASN1_pack_string(void *obj, i2d_of_void *i2d, ASN1_STRING **oct) argument
142 if (!(octmp->length = i2d(obj, NULL))) {
151 i2d(obj, &p);
H A Da_digest.c75 int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data, argument
81 i = i2d(data, NULL);
87 i2d(data, &p);
H A Da_dup.c65 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x) argument
75 i = i2d(x, NULL);
82 i = i2d(x, &p);
H A Da_verify.c77 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *a, ASN1_BIT_STRING *signature, argument
98 inl = i2d(data, NULL);
106 i2d(data, &p);
H A Dasn1.h350 # define CHECKED_I2D_OF(type, i2d) \
351 ((i2d_of_void*) (1 ? i2d : ((I2D_OF(type))0)))
905 i2d_of_void *i2d, int ex_tag, int ex_class, int is_set); variable
964 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x);
966 # define ASN1_dup_of(type,i2d,d2i,x) \
967 ((type*)ASN1_dup(CHECKED_I2D_OF(type, i2d), \
971 # define ASN1_dup_of_const(type,i2d,d2i,x) \
972 ((type*)ASN1_dup(CHECKED_I2D_OF(const type, i2d), \
994 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, void *x);
996 # define ASN1_i2d_fp_of(type,i2d,ou
1064 unsigned char *ASN1_seq_pack(STACK_OF(OPENSSL_BLOCK) *safes, i2d_of_void *i2d, variable
[all...]
H A Da_set.c90 i2d_of_void *i2d, int ex_tag, int ex_class, int is_set)
102 ret += i2d(sk_OPENSSL_BLOCK_value(a, i), NULL);
116 i2d(sk_OPENSSL_BLOCK_value(a, i), &p);
132 i2d(sk_OPENSSL_BLOCK_value(a, i), &p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Da_i2d_fp.c67 int ASN1_i2d_fp(i2d_of_void *i2d, FILE *out, void *x) argument
78 ret=ASN1_i2d_bio(i2d,b,x);
84 int ASN1_i2d_bio(i2d_of_void *i2d, BIO *out, unsigned char *x) argument
90 n=i2d(x,NULL);
99 i2d(x,&p);
H A Dasn_pack.c85 unsigned char *ASN1_seq_pack(STACK *safes, i2d_of_void *i2d, argument
90 if (!(safelen = i2d_ASN1_SET(safes, NULL, i2d, V_ASN1_SEQUENCE,
100 i2d_ASN1_SET(safes, &p, i2d, V_ASN1_SEQUENCE, V_ASN1_UNIVERSAL,
122 ASN1_STRING *ASN1_pack_string(void *obj, i2d_of_void *i2d, ASN1_STRING **oct) argument
135 if (!(octmp->length = i2d(obj, NULL))) {
144 i2d (obj, &p);
H A Da_digest.c75 int ASN1_digest(i2d_of_void *i2d, const EVP_MD *type, char *data, argument
81 i=i2d(data,NULL);
88 i2d(data,&p);
H A Da_dup.c65 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, char *x) argument
74 i=i2d(x,NULL);
79 i=i2d(x,&p);
H A Da_hdr.c69 M_ASN1_I2D_len(a->data, a->meth->i2d);
74 M_ASN1_I2D_put(a->data, a->meth->i2d);
H A Da_verify.c76 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *a, ASN1_BIT_STRING *signature, argument
93 inl=i2d(data,NULL);
102 i2d(data,&p);
H A Da_set.c88 int i2d_ASN1_SET(STACK *a, unsigned char **pp, i2d_of_void *i2d, int ex_tag, argument
100 ret+=i2d(sk_value(a,i),NULL);
114 i2d(sk_value(a,i),&p);
132 i2d(sk_value(a,i),&p);
H A Dasn1.h327 #define CHECKED_I2D_OF(type, i2d) \
328 ((i2d_of_void*) (1 ? i2d : ((I2D_OF(type))0)))
533 i2d_of_void *i2d; member in struct:asn1_method_st
858 i2d_of_void *i2d, int ex_tag, int ex_class, int is_set);
915 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, char *x);
917 #define ASN1_dup_of(type,i2d,d2i,x) \
918 ((type*)ASN1_dup(CHECKED_I2D_OF(type, i2d), \
922 #define ASN1_dup_of_const(type,i2d,d2i,x) \
923 ((type*)ASN1_dup(CHECKED_I2D_OF(const type, i2d), \
939 int ASN1_i2d_fp(i2d_of_void *i2d,FIL
[all...]
H A Da_sign.c129 int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1, X509_ALGOR *algor2, argument
173 inl=i2d(data,NULL);
185 i2d(data,&p);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dasn1.h327 #define CHECKED_I2D_OF(type, i2d) \
328 ((i2d_of_void*) (1 ? i2d : ((I2D_OF(type))0)))
533 i2d_of_void *i2d; member in struct:asn1_method_st
858 i2d_of_void *i2d, int ex_tag, int ex_class, int is_set);
915 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, char *x);
917 #define ASN1_dup_of(type,i2d,d2i,x) \
918 ((type*)ASN1_dup(CHECKED_I2D_OF(type, i2d), \
922 #define ASN1_dup_of_const(type,i2d,d2i,x) \
923 ((type*)ASN1_dup(CHECKED_I2D_OF(const type, i2d), \
939 int ASN1_i2d_fp(i2d_of_void *i2d,FIL
[all...]

Completed in 82 milliseconds

123