Searched refs:sm4_in (Results 1 – 1 of 1) sorted by relevance
101 struct sm4_ae_in sm4_in; in soft_ae() local117 memcpy(&sm4_in, &aes_in, sizeof(aes_in)); in soft_ae()134 ret = rk_sm4_gcm_encrypt(&sm4_in, &sm4_out, is_enc); in soft_ae()137 ret = rk_sm4_ccm_op(&sm4_in, &sm4_out, is_enc); in soft_ae()