Searched refs:ASN1_INTEGER_to_BN (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/third_party/boringssl/src/crypto/asn1/ |
D | a_int.c | 445 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()
|
D | tasn_prn.c | 483 bn = ASN1_INTEGER_to_BN(str, NULL); in asn1_print_integer_ctx()
|
/external/openssl/crypto/dh/ |
D | dh_ameth.c | 110 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/ |
D | dsa_ameth.c | 119 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/ |
D | a_int.c | 446 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai, BIGNUM *bn) in ASN1_INTEGER_to_BN() function
|
D | asn1.h | 920 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai,BIGNUM *bn);
|
/external/openssl/crypto/x509v3/ |
D | v3_asid.c | 346 ASN1_INTEGER_to_BN(a_max, bn) == NULL || in ASIdentifierChoice_is_canonical() 460 ASN1_INTEGER_to_BN(a_max, bn) == NULL || in ASIdentifierChoice_canonize()
|
D | v3_utl.c | 152 if(!(bntmp = ASN1_INTEGER_to_BN(a, NULL)) || in i2s_ASN1_INTEGER()
|
/external/openssl/crypto/ec/ |
D | ec_asn1.c | 889 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/ |
D | v3_utl.c | 157 if(!(bntmp = ASN1_INTEGER_to_BN(a, NULL)) || in i2s_ASN1_INTEGER()
|
/external/openssl/apps/ |
D | x509.c | 751 bnser = ASN1_INTEGER_to_BN(ser, NULL); in MAIN()
|
D | ocsp.c | 1174 bn = ASN1_INTEGER_to_BN(ser,NULL); in lookup_serial()
|
D | apps.c | 1631 ret=ASN1_INTEGER_to_BN(ai,NULL); in IMPLEMENT_LHASH_HASH_FN()
|
D | ca.c | 2424 bn = ASN1_INTEGER_to_BN(X509_get_serialNumber(x509),NULL); in do_revoke()
|
/external/openssl/include/openssl/ |
D | asn1.h | 920 BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai,BIGNUM *bn);
|
/external/chromium_org/third_party/boringssl/src/include/openssl/ |
D | asn1.h | 872 OPENSSL_EXPORT BIGNUM *ASN1_INTEGER_to_BN(const ASN1_INTEGER *ai,BIGNUM *bn);
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 5041 Unique_BIGNUM serialBn(ASN1_INTEGER_to_BN(serialNumber, NULL)); in get_X509Type_serialNumber()
|