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

/external/openssl/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_OF(OPENSSL_BLOCK) *safes, i2d_of_void *i2d,
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, void *x) argument
74 i=i2d(x,NULL);
79 i=i2d(x,&p);
H A Da_verify.c77 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *a, ASN1_BIT_STRING *signature, argument
94 inl=i2d(data,NULL);
103 i2d(data,&p);
H A Dasn1.h350 #define CHECKED_I2D_OF(type, i2d) \
351 ((i2d_of_void*) (1 ? i2d : ((I2D_OF(type))0)))
895 i2d_of_void *i2d, int ex_tag, int ex_class, variable
955 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x);
957 #define ASN1_dup_of(type,i2d,d2i,x) \
958 ((type*)ASN1_dup(CHECKED_I2D_OF(type, i2d), \
962 #define ASN1_dup_of_const(type,i2d,d2i,x) \
963 ((type*)ASN1_dup(CHECKED_I2D_OF(const type, i2d), \
985 int ASN1_i2d_fp(i2d_of_void *i2d,FILE *out,void *x);
987 #define ASN1_i2d_fp_of(type,i2d,ou
1055 unsigned char *ASN1_seq_pack(STACK_OF(OPENSSL_BLOCK) *safes, i2d_of_void *i2d, variable
[all...]
H A Da_set.c89 i2d_of_void *i2d, int ex_tag, int ex_class,
101 ret+=i2d(sk_OPENSSL_BLOCK_value(a,i),NULL);
115 i2d(sk_OPENSSL_BLOCK_value(a,i),&p);
133 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
174 inl=i2d(data,NULL);
186 i2d(data,&p);
/external/openssl/include/openssl/
H A Dasn1.h350 #define CHECKED_I2D_OF(type, i2d) \
351 ((i2d_of_void*) (1 ? i2d : ((I2D_OF(type))0)))
895 i2d_of_void *i2d, int ex_tag, int ex_class, variable
955 void *ASN1_dup(i2d_of_void *i2d, d2i_of_void *d2i, void *x);
957 #define ASN1_dup_of(type,i2d,d2i,x) \
958 ((type*)ASN1_dup(CHECKED_I2D_OF(type, i2d), \
962 #define ASN1_dup_of_const(type,i2d,d2i,x) \
963 ((type*)ASN1_dup(CHECKED_I2D_OF(const type, i2d), \
985 int ASN1_i2d_fp(i2d_of_void *i2d,FILE *out,void *x);
987 #define ASN1_i2d_fp_of(type,i2d,ou
1055 unsigned char *ASN1_seq_pack(STACK_OF(OPENSSL_BLOCK) *safes, i2d_of_void *i2d, variable
[all...]
H A Dpem.h419 int PEM_ASN1_write_bio(i2d_of_void *i2d,const char *name,BIO *bp, void *x,
433 int PEM_ASN1_write(i2d_of_void *i2d,const char *name,FILE *fp,
H A Dx509.h879 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *algor1,
882 int ASN1_digest(i2d_of_void *i2d,const EVP_MD *type,char *data,
885 int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1,
H A Dx509v3.h104 X509V3_EXT_I2D i2d; member in struct:v3_ext_method
/external/openssl/crypto/ocsp/
H A Docsp_ext.c268 ASN1_STRING *ASN1_STRING_encode(ASN1_STRING *s, i2d_of_void *i2d,
276 if ((i=i2d(data,NULL)) <= 0) goto err;
279 if (i2d(data, &p) <= 0) goto err;
284 (I2D_OF(ASN1_OBJECT))i2d,
290 if (i2d_ASN1_SET_OF_ASN1_OBJECT(sk,&p,(I2D_OF(ASN1_OBJECT))i2d,
/external/blktrace/btt/
H A Doutput.c36 ai_dip_t dip_i2d_avg(struct d_info *dip) { return &dip->avgs.i2d; }
51 ai_pip_t pip_i2d_avg(struct p_info *pip) { return &pip->avgs.i2d; }
251 struct __ohead_data q2g, g2i, q2m, i2d, d2c, q2c; member in struct:ohead_data
273 100.0 * (double)(dip->avgs.i2d.total) / q2c_total,
279 __update_odp(odp, dip, i2d);
303 od.i2d.n == 0 && od.d2c.n == 0)
310 OD_AVG(od, q2m, q2c), OD_AVG(od, i2d, q2c),
763 __output_avg(ofp, "I2D", &all_avgs.i2d, 1);
H A Dinlines.h253 UPDATE_AVGS(i2d, iop, iop->pip, d_time);
258 UNUPDATE_AVGS(i2d, iop, iop->pip, d_time);
H A Dglobals.h92 struct avg_info i2d; member in struct:avgs_info
/external/openssl/crypto/pem/
H A Dpem_lib.c314 int PEM_ASN1_write(i2d_of_void *i2d, const char *name, FILE *fp, argument
327 ret=PEM_ASN1_write_bio(i2d,name,b,x,enc,kstr,klen,callback,u);
333 int PEM_ASN1_write_bio(i2d_of_void *i2d, const char *name, BIO *bp, argument
355 if ((dsize=i2d(x,NULL)) < 0)
370 i=i2d(x,&p);
H A Dpem.h419 int PEM_ASN1_write_bio(i2d_of_void *i2d,const char *name,BIO *bp, void *x,
433 int PEM_ASN1_write(i2d_of_void *i2d,const char *name,FILE *fp,
/external/openssl/crypto/x509v3/
H A Dv3_conf.c192 ext_len = method->i2d(ext_struc, NULL);
195 method->i2d(ext_struc, &p);
H A Dx509v3.h104 X509V3_EXT_I2D i2d; member in struct:v3_ext_method
/external/openssl/crypto/x509/
H A Dx509.h879 int ASN1_verify(i2d_of_void *i2d, X509_ALGOR *algor1,
882 int ASN1_digest(i2d_of_void *i2d,const EVP_MD *type,char *data,
885 int ASN1_sign(i2d_of_void *i2d, X509_ALGOR *algor1,

Completed in 238 milliseconds