Searched defs:bn_ctx (Results 1 – 6 of 6) sorted by relevance
48 UniquePtr<BN_CTX> bn_ctx(BN_CTX_new()); in Offer() local82 UniquePtr<BN_CTX> bn_ctx(BN_CTX_new()); in Finish() local
42 BN_CTX *bn_ctx = BN_CTX_new(); in vb_keyb_from_rsa() local
48 BN_CTX *bn_ctx = BN_CTX_new(); in output() local
265 const BIGNUM *mod, BN_CTX *bn_ctx) { in BN_MONT_CTX_set_locked()