Home
last modified time | relevance | path

Searched refs:sgt_type (Results 1 – 8 of 8) sorted by relevance

/optee_os/core/drivers/crypto/caam/utils/
A Dutils_sgt.c86 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()
A Dutils_dmaobj.c314 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()
/optee_os/core/drivers/crypto/caam/acipher/
A Dcaam_ecc.c368 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()
A Dcaam_dsa.c522 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()
A Dcaam_rsa.c1199 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()
A Dcaam_dh.c409 if (secret.sgtbuf.sgt_type) in do_shared_secret()
/optee_os/core/drivers/crypto/caam/include/
A Dcaam_utils_sgt.h66 bool sgt_type; /* Define the data format */ member
/optee_os/core/drivers/crypto/caam/
A Dcaam_desc.c120 if (data->sgtbuf.sgt_type) in caam_desc_add_dmaobj()

Completed in 15 milliseconds