Searched refs:sgt_type (Results 1 – 8 of 8) sorted by relevance
86 sgt->sgt_type = (sgt->number > 1) ? true : false; in caam_sgt_derive()97 if (sgt->sgt_type) { in caam_sgt_derive()123 if (data->sgt_type) in caam_sgtbuf_free()139 if (data->sgt_type) { in caam_sgtbuf_alloc()150 if (!data->buf || (!data->sgt && data->sgt_type)) { in caam_sgtbuf_alloc()
314 if (obj->sgtbuf.sgt_type) in dmaobj_cache_operation()930 obj->sgtbuf.sgt_type); in caam_dmaobj_copy_ltrim_to_orig()1002 obj->sgtbuf.sgt_type = (priv->nb_sgtbuf > 1) ? true : false; in caam_dmaobj_free()1333 obj->sgtbuf.sgt_type = (priv->nb_sgtbuf > 1); in caam_dmaobj_sgtbuf_build()1341 obj->sgtbuf.sgt_type = (nb_sgt > 1) ? true : false; in caam_dmaobj_sgtbuf_build()1361 obj->sgtbuf.sgt_type = (nb_sgt > 1) ? true : false; in caam_dmaobj_sgtbuf_build()1397 if (obj->sgtbuf.sgt_type) { in caam_dmaobj_sgtbuf_build()
368 if (msg.sgtbuf.sgt_type) in do_sign()390 if (sign_c.sgtbuf.sgt_type) in do_sign()399 if (sign_d.sgtbuf.sgt_type) in do_sign()502 if (msg.sgtbuf.sgt_type) in do_verify()517 if (sign_c.sgtbuf.sgt_type) in do_verify()526 if (sign_d.sgtbuf.sgt_type) in do_verify()644 if (secret.sgtbuf.sgt_type) in do_shared_secret()
522 if (msg.sgtbuf.sgt_type) in do_sign()544 if (sign_c.sgtbuf.sgt_type) in do_sign()553 if (sign_d.sgtbuf.sgt_type) in do_sign()662 if (msg.sgtbuf.sgt_type) in do_verify()677 if (sign_c.sgtbuf.sgt_type) in do_verify()686 if (sign_d.sgtbuf.sgt_type) in do_verify()
1199 if (cipher.sgtbuf.sgt_type) in do_caam_encrypt()1210 if (msg.sgtbuf.sgt_type) in do_caam_encrypt()1299 if (msg.sgtbuf.sgt_type) in do_caam_decrypt()1317 if (cipher.sgtbuf.sgt_type) in do_caam_decrypt()
409 if (secret.sgtbuf.sgt_type) in do_shared_secret()
66 bool sgt_type; /* Define the data format */ member
120 if (data->sgtbuf.sgt_type) in caam_desc_add_dmaobj()
Completed in 15 milliseconds