Home
last modified time | relevance | path

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

/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/ec/
Dec_asn1.c887 p = ASN1_INTEGER_to_BN(params->fieldID->p.prime, NULL); in ec_asn1_parameters2group()
959 if ((a = ASN1_INTEGER_to_BN(params->order, a)) == NULL) in ec_asn1_parameters2group()
985 if ((b = ASN1_INTEGER_to_BN(params->cofactor, b)) == NULL) in ec_asn1_parameters2group()
/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/apps/
Dx509.c751 bnser = ASN1_INTEGER_to_BN(ser, NULL); in MAIN()
Docsp.c1164 bn = ASN1_INTEGER_to_BN(ser,NULL); in lookup_serial()
Dapps.c1627 ret=ASN1_INTEGER_to_BN(ai,NULL); in IMPLEMENT_LHASH_HASH_FN()
Dca.c2422 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);