Home
last modified time | relevance | path

Searched defs:cout (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/providers/implementations/encode_decode/
Dencode_key2ms.c38 static int write_msblob(struct key2ms_ctx_st *ctx, OSSL_CORE_BIO *cout, in write_msblob()
52 static int write_pvk(struct key2ms_ctx_st *ctx, OSSL_CORE_BIO *cout, in write_pvk()
129 OSSL_CORE_BIO *cout, evp_pkey_set1_fn *set1_key, in key2msblob_encode()
151 OSSL_CORE_BIO *cout, evp_pkey_set1_fn *set1_key, in key2pvk_encode()
Dencode_key2blob.c29 static int write_blob(void *provctx, OSSL_CORE_BIO *cout, in write_blob()
89 OSSL_CORE_BIO *cout) in key2blob_encode()
Dencode_key2text.c808 OSSL_CORE_BIO *cout, in key2text_encode()
Dencode_key2any.c1035 static int key2any_encode(struct key2any_ctx_st *ctx, OSSL_CORE_BIO *cout, in key2any_encode()
/third_party/musl/libc-test/src/functionalext/supplement/ctype/
Dispunct.c74 int cout = 0; in ispunct_0500() local
Dispunct_l.c84 int cout = 0; in ispunct_l_0500() local
/third_party/openssl/crypto/asn1/
Dtasn_enc.c528 static int asn1_ex_i2c(const ASN1_VALUE **pval, unsigned char *cout, int *putype, in asn1_ex_i2c()
/third_party/openssl/test/
Ddhtest.c54 int i, alen, blen, clen, aout, bout, cout; in dh_test() local
/third_party/mesa3d/src/amd/common/
Dac_surface_meta_address_test.c586 ADDR2_COMPUTE_CMASK_INFO_OUTPUT cout = {sizeof(cout)}; in one_cmask_address_test() local
Dac_surface.c2086 ADDR2_COMPUTE_CMASK_INFO_OUTPUT cout = {0}; in gfx9_compute_miptree() local
/third_party/json/test/thirdparty/doctest/
Ddoctest.h726 std::ostream* cout; // stdout stream - std::cout by default member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c88 guint cout; member
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp905 static llvm::raw_os_ostream cout(std::cout); in Nucleus() local
/third_party/libabigail/tests/lib/
Dcatch.hpp13800 std::ostream& cout() { return std::cout; } in cout() function