Searched defs:bn (Results 1 – 4 of 4) sorted by relevance
65 void convert_bn_to_blob(BIGNUM* bn, keymaster_blob_t* blob) { in convert_bn_to_blob()
33 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
161 BIGNUM *bn = NULL; in main() local
332 Unique_BIGNUM bn(BN_new()); in generate_rsa_keypair() local