Home
last modified time | relevance | path

Searched refs:BIGNUM (Results 1 – 10 of 10) sorted by relevance

/system/extras/verity/
Dgenerate_verity_key.c49 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()
Dverify_boot_signature.c174 BIGNUM expected; in validate_signature_block()
175 BIGNUM value; in validate_signature_block()
Dbuild_verity_tree.cpp159 BIGNUM *bn = NULL; in main()
/system/core/adb/
Dadb_auth_host.cpp77 BIGNUM* r32 = BN_new(); in RSA_to_RSAPublicKey()
78 BIGNUM* rr = BN_new(); in RSA_to_RSAPublicKey()
79 BIGNUM* r = BN_new(); in RSA_to_RSAPublicKey()
80 BIGNUM* rem = BN_new(); in RSA_to_RSAPublicKey()
81 BIGNUM* n = BN_new(); in RSA_to_RSAPublicKey()
82 BIGNUM* n0inv = BN_new(); in RSA_to_RSAPublicKey()
223 BIGNUM* exponent = BN_new(); in generate_key()
/system/security/keystore-engine/
Decdsa_meth.cpp55 const BIGNUM*, const BIGNUM*, EC_KEY *eckey) { in keystore_ecdsa_do_sign() argument
/system/keymaster/
Dopenssl_utils.h39 void operator()(BIGNUM* p) const { BN_free(p); } in operator()
Drsa_key_factory.cpp77 UniquePtr<BIGNUM, BIGNUM_Delete> exponent(BN_new()); in GenerateKey()
Dkeymaster0_engine.cpp352 unique_ptr<BIGNUM, BIGNUM_Delete> order(BN_new()); in ec_group_size_bits()
/system/security/softkeymaster/
Dkeymaster_openssl.cpp41 void operator()(BIGNUM* p) const { BN_free(p); } in operator ()()
43 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;
/system/security/keystore/
Dkeystore.cpp85 void operator()(BIGNUM* p) const { in operator ()()
89 typedef UniquePtr<BIGNUM, BIGNUM_Delete> Unique_BIGNUM;