Searched refs:BN_CTX_Ptr (Results 1 – 2 of 2) sorted by relevance
175 BN_CTX_Ptr ctx(BN_CTX_new()); in GetEcdsa256KeyFromCert()
44 using BN_CTX_Ptr = bssl::UniquePtr<BN_CTX>; variable