Home
last modified time | relevance | path

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

/third_party/openssl/crypto/asn1/
Df_int.c16 int i2a_ASN1_INTEGER(BIO *bp, const ASN1_INTEGER *a) in i2a_ASN1_INTEGER() function
147 return i2a_ASN1_INTEGER(bp, a); in i2a_ASN1_ENUMERATED()
/third_party/openssl/crypto/x509/
Dt_crl.c83 i2a_ASN1_INTEGER(out, X509_REVOKED_get0_serialNumber(r)); in X509_CRL_print_ex()
/third_party/openssl/crypto/ocsp/
Dv3_ocsp.c125 if (i2a_ASN1_INTEGER(bp, a->crlNum) <= 0) in i2r_ocsp_crlid()
Docsp_prn.c28 i2a_ASN1_INTEGER(bp, &a->serialNumber); in ocsp_certid_print()
/third_party/openssl/crypto/x509v3/
Dv3_pci.c72 i2a_ASN1_INTEGER(out, pci->pcPathLengthConstraint); in i2r_pci()
/third_party/openssl/apps/
Dcrl.c265 i2a_ASN1_INTEGER(bio_out, crlnum); in crl_main()
Dx509.c642 i2a_ASN1_INTEGER(out, X509_get_serialNumber(x)); in x509_main()
656 i2a_ASN1_INTEGER(out, ser); in x509_main()
Dts.c800 if (i2a_ASN1_INTEGER(out, serial) <= 0) in save_ts_serial()
Dapps.c1459 i2a_ASN1_INTEGER(out, ai); in save_serial()
/third_party/openssl/crypto/rsa/
Drsa_ameth.c299 if (i2a_ASN1_INTEGER(bp, pss->saltLength) <= 0) in rsa_pss_param_print()
311 if (i2a_ASN1_INTEGER(bp, pss->trailerField) <= 0) in rsa_pss_param_print()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl_ocsp.c314 i2a_ASN1_INTEGER(out, i); in integer_str()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl_ocsp.c314 i2a_ASN1_INTEGER(out, i); in integer_str()
/third_party/openssl/include/openssl/
Dasn1.h639 int i2a_ASN1_INTEGER(BIO *bp, const ASN1_INTEGER *a);
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h3116 #define i2a_ASN1_INTEGER BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, i2a_ASN1_INTEGER) macro
/third_party/python/Modules/
D_ssl.c1609 i2a_ASN1_INTEGER(biobuf, serialNumber); in _decode_certificate()
/third_party/openssl/util/
Dlibcrypto.num3112 i2a_ASN1_INTEGER 3065 1_1_0 EXIST::FUNCTION:
/third_party/openssl/
DCHANGES8829 to cope with hex and negative integers. Fix bug in i2a_ASN1_INTEGER()