Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_tdes_hw.c19 #define ks1 tks.ks[0]
20 #define ks2 tks.ks[1]
21 #define ks3 tks.ks[2]
55 dst->ks = &dctx->tks.ks; in ossl_cipher_hw_tdes_copyctx()
64 (*tctx->tstream.cbc) (in, out, inl, tctx->tks.ks, ctx->iv); in ossl_cipher_hw_tdes_cbc()
H A Dcipher_desx_hw.c23 #define ks1 tks.ks[0]
24 #define ks2 tks.ks[1].ks[0].cblock
25 #define ks3 tks.ks[2].ks[0].cblock
47 dst->ks = &dctx->tks.ks; in cipher_hw_desx_copyctx()
H A Dcipher_tdes_default_hw.c18 #define ks1 tks.ks[0]
19 #define ks2 tks.ks[1]
20 #define ks3 tks.ks[2]
H A Dcipher_tdes.h24 } tks; member

Completed in 28 milliseconds