Lines Matching full:cbc
26 ctx->stream.cbc = NULL; in cipher_hw_sm4_initkey()
29 ctx->stream.cbc = (cbc128_f)HWSM4_cbc_encrypt; 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()
62 ctx->stream.cbc = NULL; in cipher_hw_sm4_initkey()
64 ctx->stream.cbc = (cbc128_f)vpsm4_cbc_encrypt; 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()
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()
106 ctx->stream.cbc = NULL; in cipher_hw_sm4_initkey()
108 ctx->stream.cbc = (cbc128_f)vpsm4_cbc_encrypt; in cipher_hw_sm4_initkey()
145 PROV_CIPHER_HW_sm4_mode(cbc)