Home
last modified time | relevance | path

Searched defs:bn (Results 1 – 4 of 4) sorted by relevance

/system/keymaster/
Dopenssl_utils.cpp65 void convert_bn_to_blob(BIGNUM* bn, keymaster_blob_t* blob) { in convert_bn_to_blob()
Dattestation_record.cpp33 bool Uint64ToBignum(uint64_t value, BIGNUM* bn) { in Uint64ToBignum()
561 UniquePtr<BIGNUM, BIGNUM_Delete> bn(ASN1_INTEGER_to_BN(asn1_int, nullptr)); in get_ulong() local
/system/extras/verity/
Dbuild_verity_tree.cpp161 BIGNUM *bn = NULL; in main() local
/system/security/softkeymaster/
Dkeymaster_openssl.cpp332 Unique_BIGNUM bn(BN_new()); in generate_rsa_keypair() local