Searched refs:i2a_ASN1_INTEGER (Results 1 – 12 of 12) sorted by relevance
/external/openssl/crypto/asn1/ |
D | t_crl.c | 121 i2a_ASN1_INTEGER(out,r->serialNumber); in X509_CRL_print()
|
D | f_int.c | 64 int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a) in i2a_ASN1_INTEGER() function
|
D | asn1.h | 903 int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a);
|
/external/openssl/crypto/x509v3/ |
D | v3_ocsp.c | 171 if (i2a_ASN1_INTEGER(bp, a->crlNum) <= 0) goto err; in i2r_ocsp_crlid()
|
D | v3_pci.c | 62 i2a_ASN1_INTEGER(out, pci->pcPathLengthConstraint); in i2r_pci()
|
/external/openssl/crypto/rsa/ |
D | rsa_ameth.c | 358 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/ |
D | ocsp_prn.c | 80 i2a_ASN1_INTEGER(bp, a->serialNumber); in ocsp_certid_print()
|
/external/openssl/apps/ |
D | crl.c | 295 i2a_ASN1_INTEGER(bio_out, crlnum); in MAIN()
|
D | x509.c | 742 i2a_ASN1_INTEGER(STDout, in MAIN() 760 i2a_ASN1_INTEGER(out, ser); in MAIN()
|
D | apps.c | 1694 i2a_ASN1_INTEGER(out,ai); in save_serial()
|
D | ca.c | 2259 i2a_ASN1_INTEGER(bp,x->cert_info->serialNumber); in write_new_certificate()
|
/external/openssl/include/openssl/ |
D | asn1.h | 903 int i2a_ASN1_INTEGER(BIO *bp, ASN1_INTEGER *a);
|