Searched refs:PushToStack (Results 1 - 6 of 6) sorted by relevance

/external/boringssl/src/ssl/
H A Dssl_x509.cc236 !PushToStack(new_chain.get(), std::move(buffer))) {
313 if (!PushToStack(chain.get(), std::move(x509))) {
810 return PushToStack(cert->chain, std::move(buffer));
815 !PushToStack(cert->chain, std::move(buffer))) {
924 !PushToStack(chain.get(), std::move(x509))) {
1021 !PushToStack(buffers.get(), std::move(buffer))) {
1067 !PushToStack(new_cache.get(), std::move(name))) {
1137 if (!PushToStack(*names, std::move(buffer))) {
H A Dssl_cert.cc368 if (!PushToStack(cert->chain, std::move(buffer))) {
435 !PushToStack(chain.get(), std::move(buf))) {
691 !PushToStack(ret.get(), std::move(buffer))) {
H A Dssl_asn1.cc692 !PushToStack(ret->certs, std::move(buffer))) {
H A Dtls13_both.cc162 !PushToStack(certs.get(), std::move(buf))) {
/external/boringssl/include/openssl/
H A Dstack.h453 // PushToStack pushes |elem| to |sk|. It returns true on success and false on
458 PushToStack(Stack *sk, function in namespace:bssl
/external/boringssl/src/include/openssl/
H A Dstack.h453 // PushToStack pushes |elem| to |sk|. It returns true on success and false on
458 PushToStack(Stack *sk, function in namespace:bssl

Completed in 373 milliseconds