Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/crypto/
H A Dcrct10dif-ce-core.S98 bd3 .req v30
130 tbl bd3.16b, {\bd\().16b}, perm3.16b
145 pmull t9.8h, ad.8b, bd3.8b // I = A*B3
159 pmull2 t9.8h, ad.16b, bd3.16b // I = A*B3
/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c188 struct sec_sqe3 *bd3 = resp; in pre_parse_finished_bd3() local
190 status->done = le16_to_cpu(bd3->done_flag) & SEC_DONE_MASK; in pre_parse_finished_bd3()
191 status->icv = (le16_to_cpu(bd3->done_flag) & SEC_ICV_MASK) >> 1; in pre_parse_finished_bd3()
192 status->flag = (le16_to_cpu(bd3->done_flag) & in pre_parse_finished_bd3()
194 status->tag = le64_to_cpu(bd3->tag); in pre_parse_finished_bd3()
195 status->err_type = bd3->error_type; in pre_parse_finished_bd3()
197 return le32_to_cpu(bd3->bd_param) & SEC_TYPE_MASK; in pre_parse_finished_bd3()