Lines Matching refs:stream

26             ctx->stream.cbc = NULL;  in cipher_hw_sm4_initkey()
29 ctx->stream.cbc = (cbc128_f)HWSM4_cbc_encrypt; in cipher_hw_sm4_initkey()
34 ctx->stream.ecb = (ecb128_f)HWSM4_ecb_encrypt; in cipher_hw_sm4_initkey()
39 ctx->stream.ctr = (ctr128_f)HWSM4_ctr32_encrypt_blocks; in cipher_hw_sm4_initkey()
49 ctx->stream.cbc = NULL; in cipher_hw_sm4_initkey()
51 ctx->stream.cbc = (cbc128_f)vpsm4_ex_cbc_encrypt; in cipher_hw_sm4_initkey()
53 ctx->stream.ecb = (ecb128_f)vpsm4_ex_ecb_encrypt; in cipher_hw_sm4_initkey()
55 ctx->stream.ctr = (ctr128_f)vpsm4_ex_ctr32_encrypt_blocks; in cipher_hw_sm4_initkey()
62 ctx->stream.cbc = NULL; in cipher_hw_sm4_initkey()
64 ctx->stream.cbc = (cbc128_f)vpsm4_cbc_encrypt; in cipher_hw_sm4_initkey()
66 ctx->stream.ecb = (ecb128_f)vpsm4_ecb_encrypt; in cipher_hw_sm4_initkey()
68 ctx->stream.ctr = (ctr128_f)vpsm4_ctr32_encrypt_blocks; in cipher_hw_sm4_initkey()
80 ctx->stream.cbc = NULL; in cipher_hw_sm4_initkey()
83 ctx->stream.cbc = (cbc128_f)HWSM4_cbc_encrypt; in cipher_hw_sm4_initkey()
87 ctx->stream.ecb = (ecb128_f)HWSM4_ecb_encrypt; in cipher_hw_sm4_initkey()
95 ctx->stream.cbc = NULL; in cipher_hw_sm4_initkey()
97 ctx->stream.cbc = (cbc128_f)vpsm4_ex_cbc_encrypt; in cipher_hw_sm4_initkey()
99 ctx->stream.ecb = (ecb128_f)vpsm4_ex_ecb_encrypt; in cipher_hw_sm4_initkey()
106 ctx->stream.cbc = NULL; in cipher_hw_sm4_initkey()
108 ctx->stream.cbc = (cbc128_f)vpsm4_cbc_encrypt; in cipher_hw_sm4_initkey()
110 ctx->stream.ecb = (ecb128_f)vpsm4_ecb_encrypt; in cipher_hw_sm4_initkey()