Home
last modified time | relevance | path

Searched refs:ECDSA_SIG_Ptr (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp160 using ECDSA_SIG_Ptr = bssl::UniquePtr<ECDSA_SIG>; typedef
472 auto sig = ECDSA_SIG_Ptr(d2i_ECDSA_SIG(nullptr, &p, signature.size())); in checkEcDsaSignature()