Lines Matching refs:safexcel_instr
353 (SAFEXCEL_MAX_ATOKENS * sizeof(struct safexcel_instr) + mask) & in safexcel_configure()
1516 safexcel_instr_nop(struct safexcel_instr **instrp) in safexcel_instr_nop()
1518 struct safexcel_instr *instr; in safexcel_instr_nop()
1534 safexcel_instr_insert_digest(struct safexcel_instr **instrp, int len) in safexcel_instr_insert_digest()
1536 struct safexcel_instr *instr; in safexcel_instr_insert_digest()
1553 safexcel_instr_retrieve_digest(struct safexcel_instr **instrp, int len) in safexcel_instr_retrieve_digest()
1555 struct safexcel_instr *instr; in safexcel_instr_retrieve_digest()
1575 safexcel_instr_temp_aes_block(struct safexcel_instr **instrp) in safexcel_instr_temp_aes_block()
1577 struct safexcel_instr *instr; in safexcel_instr_temp_aes_block()
1600 struct safexcel_instr *instr, struct safexcel_cmd_descr *cdesc) in safexcel_instr_cipher()
1618 safexcel_instr_eta(struct safexcel_request *req, struct safexcel_instr *instr, in safexcel_instr_eta()
1622 struct safexcel_instr *start; in safexcel_instr_eta()
1660 struct safexcel_instr *instr) in safexcel_instr_sha_hash()
1663 struct safexcel_instr *start; in safexcel_instr_sha_hash()
1684 safexcel_instr_ccm(struct safexcel_request *req, struct safexcel_instr *instr, in safexcel_instr_ccm()
1689 struct safexcel_instr *start; in safexcel_instr_ccm()
1799 safexcel_instr_gcm(struct safexcel_request *req, struct safexcel_instr *instr, in safexcel_instr_gcm()
1803 struct safexcel_instr *start; in safexcel_instr_gcm()
1845 safexcel_instr_gmac(struct safexcel_request *req, struct safexcel_instr *instr, in safexcel_instr_gmac()
1849 struct safexcel_instr *start; in safexcel_instr_gmac()
1879 struct safexcel_instr *instr; in safexcel_set_token()