Searched refs:BIGNUM (Results 1 – 13 of 13) sorted by relevance
/system/extras/verity/ |
D | generate_verity_key.c | 49 BIGNUM* r32 = BN_new(); in convert_to_mincrypt_format() 50 BIGNUM* rr = BN_new(); in convert_to_mincrypt_format() 51 BIGNUM* r = BN_new(); in convert_to_mincrypt_format() 52 BIGNUM* rem = BN_new(); in convert_to_mincrypt_format() 53 BIGNUM* n = BN_new(); in convert_to_mincrypt_format() 54 BIGNUM* n0inv = BN_new(); in convert_to_mincrypt_format() 179 BIGNUM* exponent = BN_new(); in generate_key()
|
D | verify_boot_signature.c | 166 BIGNUM expected; in validate_signature_block() 167 BIGNUM value; in validate_signature_block()
|
D | build_verity_tree.cpp | 161 BIGNUM *bn = NULL; in main()
|
/system/core/adb/ |
D | adb_auth_host.cpp | 68 BIGNUM* r32 = BN_new(); in RSA_to_RSAPublicKey() 69 BIGNUM* rr = BN_new(); in RSA_to_RSAPublicKey() 70 BIGNUM* r = BN_new(); in RSA_to_RSAPublicKey() 71 BIGNUM* rem = BN_new(); in RSA_to_RSAPublicKey() 72 BIGNUM* n = BN_new(); in RSA_to_RSAPublicKey() 73 BIGNUM* n0inv = BN_new(); in RSA_to_RSAPublicKey() 214 BIGNUM* exponent = BN_new(); in generate_key()
|
/system/keymaster/ |
D | openssl_utils.h | 69 typedef OpenSslObjectDeleter<BIGNUM, BN_free> BIGNUM_Delete; 70 typedef UniquePtr<BIGNUM, BIGNUM_Delete> BIGNUM_Ptr;
|
D | openssl_utils.cpp | 65 void convert_bn_to_blob(BIGNUM* bn, keymaster_blob_t* blob) { in convert_bn_to_blob() 134 UniquePtr<BIGNUM, BIGNUM_Delete> order(BN_new()); in ec_group_size_bits()
|
D | attestation_record.cpp | 33 bool Uint64ToBignum(uint64_t value, BIGNUM* bn) { in Uint64ToBignum() 358 UniquePtr<BIGNUM, BIGNUM_Delete> bn_value(BN_new()); in build_auth_list() 561 UniquePtr<BIGNUM, BIGNUM_Delete> bn(ASN1_INTEGER_to_BN(asn1_int, nullptr)); in get_ulong()
|
D | rsa_key_factory.cpp | 77 UniquePtr<BIGNUM, BIGNUM_Delete> exponent(BN_new()); in GenerateKey()
|
D | keymaster0_engine.cpp | 312 unique_ptr<BIGNUM, BIGNUM_Delete> input_as_bn( in data_too_large_for_public_modulus()
|
/system/security/keystore-engine/ |
D | ecdsa_meth.cpp | 55 const BIGNUM*, const BIGNUM*, EC_KEY *eckey) { in keystore_ecdsa_do_sign() argument
|
/system/webservd/webservd/ |
D | utils.cc | 88 auto big_num = std::unique_ptr<BIGNUM, void(*)(BIGNUM*)>{BN_new(), BN_free}; in GenerateRSAKeyPair()
|
/system/security/softkeymaster/ |
D | keymaster_openssl.cpp | 41 void operator()(BIGNUM* p) const { BN_free(p); } in operator ()() 43 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
|
/system/security/keystore/ |
D | key_store_service.cpp | 43 void operator()(BIGNUM* p) const { BN_free(p); } in operator ()() 45 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
|