Home
last modified time | relevance | path

Searched refs:ASN1_INTEGER_get (Results 1 – 25 of 34) sorted by relevance

12

/third_party/openssl/doc/man3/
DASN1_INTEGER_get_int64.pod6 ASN1_INTEGER_get_int64, ASN1_INTEGER_get, ASN1_INTEGER_set_int64, ASN1_INTEGER_set, BN_to_ASN1_INTE…
14 long ASN1_INTEGER_get(const ASN1_INTEGER *a);
48 ASN1_INTEGER_get() also returns the value of B<a> but it returns 0 if B<a> is
76 ASN1_INTEGER_get() but it returns B<0xffffffffL> if the value of B<a> will not
90 The ambiguous return values of ASN1_INTEGER_get() and ASN1_ENUMERATED_get()
/third_party/openssl/crypto/ts/
Dts_rsp_print.c76 status = ASN1_INTEGER_get(a->status); in TS_STATUS_INFO_print_bio()
125 v = ASN1_INTEGER_get(a->version); in TS_TST_INFO_print_bio()
Dts_req_utils.c24 return ASN1_INTEGER_get(a->version); in TS_REQ_get_version()
Dts_rsp_utils.c65 return ASN1_INTEGER_get(a->version); in TS_TST_INFO_get_version()
Dts_asn1.c137 status = ASN1_INTEGER_get(a->status_info->status);
/third_party/openssl/apps/
Dpkcs12.c541 tmaciter != NULL ? ASN1_INTEGER_get(tmaciter) : 1L); in pkcs12_main()
825 ASN1_INTEGER_get(kdf->iter), OBJ_nid2sn(prfnid)); in alg_print()
840 ASN1_INTEGER_get(kdf->costParameter), in alg_print()
841 ASN1_INTEGER_get(kdf->blockSize), in alg_print()
842 ASN1_INTEGER_get(kdf->parallelizationParameter)); in alg_print()
854 BIO_printf(bio_err, ", Iteration %ld", ASN1_INTEGER_get(pbe->iter)); in alg_print()
/third_party/openssl/crypto/evp/
Dp5_crpt2.c218 if (kdf->keylength && (ASN1_INTEGER_get(kdf->keylength) != (int)keylen)) { in PKCS5_v2_PBKDF2_keyivgen()
247 iter = ASN1_INTEGER_get(kdf->iter); in PKCS5_v2_PBKDF2_keyivgen()
Dp5_crpt.c67 iter = ASN1_INTEGER_get(pbe->iter); in PKCS5_PBE_keyivgen()
/third_party/openssl/crypto/ocsp/
Docsp_prn.c98 l = ASN1_INTEGER_get(inf->version); in OCSP_REQUEST_print()
165 l = ASN1_INTEGER_get(rd->version); in OCSP_RESPONSE_print()
/third_party/openssl/crypto/pkcs12/
Dp12_crpt.c50 iter = ASN1_INTEGER_get(pbe->iter); in PKCS12_PBE_keyivgen()
Dp12_npas.c180 *piter = ASN1_INTEGER_get(pbe->iter); in alg_get()
Dp12_mutl.c101 iter = ASN1_INTEGER_get(p12->mac->iter); in pkcs12_gen_mac()
/third_party/openssl/crypto/x509v3/
Dv3_tlsf.c70 tlsextid = ASN1_INTEGER_get(ai); in STACK_OF()
Dpcy_cache.c222 *out = ASN1_INTEGER_get(value); in policy_cache_set_int()
Dv3_sxnet.c64 v = ASN1_INTEGER_get(sx->version);
Dv3_purp.c411 x->ex_pathlen = ASN1_INTEGER_get(bs->pathlen); in x509v3_cache_extensions()
432 x->ex_pcpathlen = ASN1_INTEGER_get(pci->pcPathLengthConstraint); in x509v3_cache_extensions()
/third_party/openssl/crypto/x509/
Dx509cset.c81 return ASN1_INTEGER_get(crl->crl.version); in X509_CRL_get_version()
Dx509_set.c113 return ASN1_INTEGER_get(x->cert_info.version); in X509_get_version()
Dx509_req.c272 return ASN1_INTEGER_get(req->req_info.version); in X509_REQ_get_version()
Dt_x509.c90 l = ASN1_INTEGER_get(bs); in X509_print_ex()
/third_party/openssl/crypto/asn1/
Dtasn_utl.c222 selector = ASN1_INTEGER_get((ASN1_INTEGER *)*sfld); in asn1_do_adb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dhttp_curl.c658 val = ASN1_INTEGER_get(info->type); in i2r_LogotypeImageInfo()
663 val = ASN1_INTEGER_get(info->fileSize); in i2r_LogotypeImageInfo()
665 val = ASN1_INTEGER_get(info->xSize); in i2r_LogotypeImageInfo()
667 val = ASN1_INTEGER_get(info->ySize); in i2r_LogotypeImageInfo()
674 val = ASN1_INTEGER_get(info->resolution->d.numBits); in i2r_LogotypeImageInfo()
678 val = ASN1_INTEGER_get(info->resolution->d.tableSize); in i2r_LogotypeImageInfo()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dhttp_curl.c658 val = ASN1_INTEGER_get(info->type); in i2r_LogotypeImageInfo()
663 val = ASN1_INTEGER_get(info->fileSize); in i2r_LogotypeImageInfo()
665 val = ASN1_INTEGER_get(info->xSize); in i2r_LogotypeImageInfo()
667 val = ASN1_INTEGER_get(info->ySize); in i2r_LogotypeImageInfo()
674 val = ASN1_INTEGER_get(info->resolution->d.numBits); in i2r_LogotypeImageInfo()
678 val = ASN1_INTEGER_get(info->resolution->d.tableSize); in i2r_LogotypeImageInfo()
/third_party/curl/lib/
Dsetup-vms.h192 #define ASN1_INTEGER_get ASN1_INTEGER_GET macro
/third_party/openssl/crypto/rsa/
Drsa_ameth.c729 *psaltlen = ASN1_INTEGER_get(pss->saltLength); in rsa_pss_get_param()
742 if (pss->trailerField && ASN1_INTEGER_get(pss->trailerField) != 1) { in rsa_pss_get_param()

12