Searched refs:ScopedX509_ALGOR (Results 1 – 2 of 2) sorted by relevance
396 ScopedX509_ALGOR algor(X509_ALGOR_new()); in TestAlgorithmRoundtrip()481 ScopedX509_ALGOR algor(d2i_X509_ALGOR(NULL, &derp, CBS_len(&algorithm))); in TestEVP_DigestVerifyInitFromAlgorithm()
114 using ScopedX509_ALGOR = ScopedOpenSSLType<X509_ALGOR, X509_ALGOR_free>; variable