Home
last modified time | relevance | path

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

/external/chromium_org/third_party/boringssl/src/crypto/asn1/
Da_int.c445 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN() function
450 OPENSSL_PUT_ERROR(ASN1, ASN1_INTEGER_to_BN, ASN1_R_BN_LIB); in ASN1_INTEGER_to_BN()
Dtasn_prn.c483 bn = ASN1_INTEGER_to_BN(str, NULL); in asn1_print_integer_ctx()
/external/openssl/crypto/dh/
Ddh_ameth.c110 if (!(dh->pub_key = ASN1_INTEGER_to_BN(public_key, NULL))) in dh_pub_decode()
214 if (!(dh->priv_key = ASN1_INTEGER_to_BN(privkey, NULL))) in dh_priv_decode()
/external/openssl/crypto/dsa/
Ddsa_ameth.c119 if (!(dsa->pub_key = ASN1_INTEGER_to_BN(public_key, NULL))) in dsa_pub_decode()
260 if (!(dsa->priv_key = ASN1_INTEGER_to_BN(privkey, NULL))) in dsa_priv_decode()
/external/openssl/crypto/asn1/
Da_int.c446 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN() function
Dasn1.h920 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai,BIGNUM *bn);
/external/openssl/crypto/x509v3/
Dv3_asid.c346 ASN1_INTEGER_to_BN(a_max, bn) == NULL || in ASIdentifierChoice_is_canonical()
460 ASN1_INTEGER_to_BN(a_max, bn) == NULL || in ASIdentifierChoice_canonize()
Dv3_utl.c152 if(!(bntmp = ASN1_INTEGER_to_BN(a, NULL)) || in i2s_ASN1_INTEGER()
/external/openssl/crypto/ec/
Dec_asn1.c889 p = ASN1_INTEGER_to_BN(params->fieldID->p.prime, NULL); in ec_asn1_parameters2group()
961 if ((a = ASN1_INTEGER_to_BN(params->order, a)) == NULL) in ec_asn1_parameters2group()
987 if ((b = ASN1_INTEGER_to_BN(params->cofactor, b)) == NULL) in ec_asn1_parameters2group()
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
Dv3_utl.c157 if(!(bntmp = ASN1_INTEGER_to_BN(a, NULL)) || in i2s_ASN1_INTEGER()
/external/openssl/apps/
Dx509.c751 bnser = ASN1_INTEGER_to_BN(ser, NULL); in MAIN()
Docsp.c1174 bn = ASN1_INTEGER_to_BN(ser,NULL); in lookup_serial()
Dapps.c1631 ret=ASN1_INTEGER_to_BN(ai,NULL); in IMPLEMENT_LHASH_HASH_FN()
Dca.c2424 bn = ASN1_INTEGER_to_BN(X509_get_serialNumber(x509),NULL); in do_revoke()
/external/openssl/include/openssl/
Dasn1.h920 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai,BIGNUM *bn);
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dasn1.h872 OPENSSL_EXPORT BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai,BIGNUM *bn);
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp5041 Unique_BIGNUM serialBn(ASN1_INTEGER_to_BN(serialNumber, NULL)); in get_X509Type_serialNumber()