Home | History | Annotate | Download | only in common

Lines Matching full:asn1_ptr

168   auto asn1_ptr = reinterpret_cast<const unsigned char*>(public_key.data());
169 crypto::ScopedRSA rsa(d2i_RSAPublicKey(nullptr, &asn1_ptr,
190 auto asn1_ptr = reinterpret_cast<const unsigned char*>(
192 crypto::ScopedRSA rsa(d2i_RSA_PUBKEY(NULL, &asn1_ptr,
241 auto asn1_ptr = reinterpret_cast<const unsigned char*>(
243 crypto::ScopedRSA rsa(d2i_RSA_PUBKEY(NULL, &asn1_ptr,
279 auto asn1_ptr = reinterpret_cast<const unsigned char*>(public_key.data());
280 crypto::ScopedRSA rsa(d2i_RSA_PUBKEY(NULL, &asn1_ptr, public_key.size()));
296 auto asn1_ptr = reinterpret_cast<const unsigned char*>(public_key.data());
297 crypto::ScopedRSA rsa(d2i_RSA_PUBKEY(NULL, &asn1_ptr, public_key.size()));