Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/bytestring/
Dbytestring_test.cc288 ScopedOpenSSLBytes scoper(buf); in TestCBBBasic()
333 ScopedOpenSSLBytes scoper(out_buf); in TestCBBFinishChild()
364 ScopedOpenSSLBytes scoper(buf); in TestCBBPrefixed()
401 ScopedOpenSSLBytes scoper(buf); in TestCBBMisuse()
425 ScopedOpenSSLBytes scoper(buf); in TestCBBASN1()
500 ScopedOpenSSLBytes scoper(out); in DoBerConvert()
630 ScopedOpenSSLBytes scoper(out); in TestASN1Uint64()
/external/boringssl/src/crypto/bio/
Dbio_test.cc342 ScopedOpenSSLBytes out_storage(out); in ReadASN1()
372 ScopedOpenSSLBytes large(reinterpret_cast<uint8_t *>( in TestASN1()
/external/boringssl/src/crypto/test/
Dscoped_types.h126 using ScopedOpenSSLBytes = bssl::unique_ptr<uint8_t, OpenSSLFree<uint8_t>>; variable
/external/boringssl/src/ssl/
Dssl_test.cc399 ScopedOpenSSLBytes encoded; in TestSSL_SESSIONEncoding()