Home
last modified time | relevance | path

Searched refs:dstream (Results 1 – 2 of 2) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_des_hw.c26 dctx->dstream.cbc = NULL; in cipher_hw_des_initkey()
31 dctx->dstream.cbc = ctx->enc ? des_t4_cbc_encrypt : in cipher_hw_des_initkey()
71 if (dctx->dstream.cbc != NULL) { in cipher_hw_des_cbc_cipher()
72 (*dctx->dstream.cbc) (in, out, len, key, ctx->iv); in cipher_hw_des_cbc_cipher()
H A Dcipher_des.h24 } dstream; member

Completed in 6 milliseconds