Home
last modified time | relevance | path

Searched refs:op (Results 1 – 7 of 7) sorted by relevance

/crypto/
Dcrypto_engine.c49 if (enginectx->op.prepare_request && in crypto_finalize_request()
50 enginectx->op.unprepare_request) { in crypto_finalize_request()
51 ret = enginectx->op.unprepare_request(engine, req); in crypto_finalize_request()
150 if (enginectx->op.prepare_request) { in crypto_pump_requests()
151 ret = enginectx->op.prepare_request(engine, async_req); in crypto_pump_requests()
158 if (!enginectx->op.do_one_request) { in crypto_pump_requests()
164 ret = enginectx->op.do_one_request(engine, async_req); in crypto_pump_requests()
185 if (enginectx->op.unprepare_request) { in crypto_pump_requests()
186 ret = enginectx->op.unprepare_request(engine, in crypto_pump_requests()
207 if (enginectx->op.unprepare_request) { in crypto_pump_requests()
[all …]
Dtestmgr.c1161 static inline int check_shash_op(const char *op, int err, in check_shash_op() argument
1167 driver, op, err, vec_name, cfg->name); in check_shash_op()
1320 static int do_ahash_op(int (*op)(struct ahash_request *req), in do_ahash_op()
1329 err = op(req); in do_ahash_op()
1337 static int check_nonfinal_ahash_op(const char *op, int err, in check_nonfinal_ahash_op() argument
1344 driver, op, err, vec_name, cfg->name); in check_nonfinal_ahash_op()
1349 driver, op, vec_name, cfg->name); in check_nonfinal_ahash_op()
1932 const char *op = enc ? "encryption" : "decryption"; in test_aead_vec_cfg() local
1998 driver, op, vec_name, cfg->name); in test_aead_vec_cfg()
2026 driver, op, vec_name, cfg->name); in test_aead_vec_cfg()
[all …]
Dahash.c311 int (*op)(struct ahash_request *)) in ahash_op_unaligned()
319 err = op(req); in ahash_op_unaligned()
329 int (*op)(struct ahash_request *)) in crypto_ahash_op()
335 return ahash_op_unaligned(req, op); in crypto_ahash_op()
337 return op(req); in crypto_ahash_op()
Daf_alg.c474 con->op = *(u32 *)CMSG_DATA(cmsg); in af_alg_cmsg_send()
849 switch (con.op) { in af_alg_sendmsg()
/crypto/asymmetric_keys/
Dsignature.c83 params->op = kernel_pkey_encrypt; in encrypt_blob()
104 params->op = kernel_pkey_decrypt; in decrypt_blob()
125 params->op = kernel_pkey_sign; in create_signature()
Dpublic_key.c287 switch (params->op) { in software_key_eds_op()
Dasym_tpm.c711 switch (params->op) { in tpm_key_eds_op()