Home
last modified time | relevance | path

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

/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.c220 switch (params->op) { in software_key_eds_op()
Dasym_tpm.c728 switch (params->op) { in tpm_key_eds_op()
/crypto/
Dcrypto_engine.c40 enginectx->op.unprepare_request) { in crypto_finalize_request()
41 ret = enginectx->op.unprepare_request(engine, req); in crypto_finalize_request()
139 if (enginectx->op.prepare_request) { in crypto_pump_requests()
140 ret = enginectx->op.prepare_request(engine, async_req); in crypto_pump_requests()
148 if (!enginectx->op.do_one_request) { in crypto_pump_requests()
153 ret = enginectx->op.do_one_request(engine, async_req); in crypto_pump_requests()
Dtestmgr.c1071 static inline int check_shash_op(const char *op, int err, in check_shash_op() argument
1077 driver, op, err, vec_name, cfg->name); in check_shash_op()
1234 static int do_ahash_op(int (*op)(struct ahash_request *req), in do_ahash_op()
1243 err = op(req); in do_ahash_op()
1251 static int check_nonfinal_ahash_op(const char *op, int err, in check_nonfinal_ahash_op() argument
1258 driver, op, err, vec_name, cfg->name); in check_nonfinal_ahash_op()
1263 driver, op, vec_name, cfg->name); in check_nonfinal_ahash_op()
1849 const char *op = enc ? "encryption" : "decryption"; in test_aead_vec_cfg() local
1914 driver, op, vec_name, cfg->name); in test_aead_vec_cfg()
1942 driver, op, vec_name, cfg->name); in test_aead_vec_cfg()
[all …]
Dahash.c342 int (*op)(struct ahash_request *)) in ahash_op_unaligned()
350 err = op(req); in ahash_op_unaligned()
360 int (*op)(struct ahash_request *)) in crypto_ahash_op()
366 return ahash_op_unaligned(req, op); in crypto_ahash_op()
368 return op(req); in crypto_ahash_op()
Daf_alg.c463 con->op = *(u32 *)CMSG_DATA(cmsg); in af_alg_cmsg_send()
834 switch (con.op) { in af_alg_sendmsg()