Home
last modified time | relevance | path

Searched refs:tstream (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_hw.c29 tctx->tstream.cbc = NULL; in ossl_cipher_hw_tdes_ede3_initkey()
36 tctx->tstream.cbc = ctx->enc ? des_t4_ede3_cbc_encrypt : in ossl_cipher_hw_tdes_ede3_initkey()
63 if (tctx->tstream.cbc != NULL) { in ossl_cipher_hw_tdes_cbc()
64 (*tctx->tstream.cbc) (in, out, inl, tctx->tks.ks, ctx->iv); in ossl_cipher_hw_tdes_cbc()
H A Dcipher_tdes_default_hw.c29 tctx->tstream.cbc = NULL; in ossl_cipher_hw_tdes_ede2_initkey()
36 tctx->tstream.cbc = ctx->enc ? des_t4_ede3_cbc_encrypt : in ossl_cipher_hw_tdes_ede2_initkey()
H A Dcipher_tdes.h27 } tstream; member
/third_party/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_hw.c29 tctx->tstream.cbc = NULL; in ossl_cipher_hw_tdes_ede3_initkey()
36 tctx->tstream.cbc = ctx->enc ? des_t4_ede3_cbc_encrypt : in ossl_cipher_hw_tdes_ede3_initkey()
63 if (tctx->tstream.cbc != NULL) { in ossl_cipher_hw_tdes_cbc()
64 (*tctx->tstream.cbc) (in, out, inl, tctx->tks.ks, ctx->iv); in ossl_cipher_hw_tdes_cbc()
H A Dcipher_tdes_default_hw.c29 tctx->tstream.cbc = NULL; in ossl_cipher_hw_tdes_ede2_initkey()
36 tctx->tstream.cbc = ctx->enc ? des_t4_ede3_cbc_encrypt : in ossl_cipher_hw_tdes_ede2_initkey()
H A Dcipher_tdes.h27 } tstream; member
/third_party/node/test/parallel/
H A Dtest-whatwg-transformstream.js116 const tstream = new TransformStream(new Transform());
117 const r = instream.pipeThrough(tstream);

Completed in 2 milliseconds