Searched refs:optype (Results 1 – 8 of 8) sorted by relevance
361 kcf_op_type_t optype; in can_resubmit() local364 optype = params->rp_optype; in can_resubmit()366 if (!(IS_INIT_OP(optype) || IS_ATOMIC_OP(optype))) in can_resubmit()385 *fg = (optype == KCF_OP_INIT) ? CRYPTO_FG_MAC : in can_resubmit()395 switch (optype) { in can_resubmit()403 ASSERT(optype == KCF_OP_SIGN_RECOVER_ATOMIC); in can_resubmit()414 switch (optype) { in can_resubmit()1178 kcf_op_type_t optype; in kcf_aop_done() local1202 optype = (&areq->an_params)->rp_optype; in kcf_aop_done()1224 if (IS_SINGLE_OP(optype) || IS_FINAL_OP(optype)) { in kcf_aop_done()[all …]
512 switch (optype) { in common_submit_request()564 switch (optype) { in common_submit_request()616 switch (optype) { in common_submit_request()659 switch (optype) { in common_submit_request()704 switch (optype) { in common_submit_request()771 switch (optype) { in common_submit_request()840 switch (optype) { in common_submit_request()925 switch (optype) { in common_submit_request()1033 switch (optype) { in common_submit_request()1088 switch (optype) { in common_submit_request()[all …]
557 uint32_t optype; member615 rta_proto_operation(struct program *program, uint32_t optype, in rta_proto_operation() argument620 uint32_t optype_tmp = optype; in rta_proto_operation()627 if (optype_tmp == proto_table[i].optype) { in rta_proto_operation()653 __rta_out32(program, opcode | optype | protid | protoinfo); in rta_proto_operation()
93 uint32_t optype; member
501 #define PROTOCOL(program, optype, protid, protoinfo) \ argument502 rta_proto_operation(program, optype, protid, protoinfo)
197 unsigned int optype:3; member
97 --ptest throughput --optype cipher-then-auth --cipher-algo aes-cbc \
163 * ``--optype <name>``398 --ptest throughput --devtype crypto_aesni_mb --optype cipher-then-auth409 --cipher-op encrypt --optype cipher-only --silent420 --optype aead --silent --ptest verify --total-ops 10