Home
last modified time | relevance | path

Searched refs:i2a_ASN1_INTEGER (Results 1 – 12 of 12) sorted by relevance

/external/openssl/crypto/asn1/
Dt_crl.c121 i2a_ASN1_INTEGER(out,r->serialNumber); in X509_CRL_print()
Df_int.c64 int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a) in i2a_ASN1_INTEGER() function
Dasn1.h903 int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a);
/external/openssl/crypto/x509v3/
Dv3_ocsp.c171 if (i2a_ASN1_INTEGER(bp, a->crlNum) <= 0) goto err; in i2r_ocsp_crlid()
Dv3_pci.c62 i2a_ASN1_INTEGER(out, pci->pcPathLengthConstraint); in i2r_pci()
/external/openssl/crypto/rsa/
Drsa_ameth.c358 if (i2a_ASN1_INTEGER(bp, pss->saltLength) <= 0) in rsa_pss_param_print()
371 if (i2a_ASN1_INTEGER(bp, pss->trailerField) <= 0) in rsa_pss_param_print()
/external/openssl/crypto/ocsp/
Docsp_prn.c80 i2a_ASN1_INTEGER(bp, a->serialNumber); in ocsp_certid_print()
/external/openssl/apps/
Dcrl.c295 i2a_ASN1_INTEGER(bio_out, crlnum); in MAIN()
Dx509.c742 i2a_ASN1_INTEGER(STDout, in MAIN()
760 i2a_ASN1_INTEGER(out, ser); in MAIN()
Dapps.c1694 i2a_ASN1_INTEGER(out,ai); in save_serial()
Dca.c2259 i2a_ASN1_INTEGER(bp,x->cert_info->serialNumber); in write_new_certificate()
/external/openssl/include/openssl/
Dasn1.h903 int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a);