Lines Matching refs:length

114 		crypto_bignum_bin2bn(outkey->q.data, outkey->q.length, key->q);  in get_keypair_domain_params()
115 crypto_bignum_bin2bn(outkey->g.data, outkey->g.length, key->g); in get_keypair_domain_params()
116 crypto_bignum_bin2bn(outkey->p.data, outkey->p.length, key->p); in get_keypair_domain_params()
124 outkey->q.length); in get_keypair_domain_params()
130 outkey->g.length); in get_keypair_domain_params()
136 outkey->p.length); in get_keypair_domain_params()
196 cache_operation(TEE_CACHECLEAN, outkey->g.data, outkey->g.length); in do_keypriv_conv()
197 cache_operation(TEE_CACHECLEAN, outkey->p.data, outkey->p.length); in do_keypriv_conv()
198 cache_operation(TEE_CACHECLEAN, outkey->q.data, outkey->q.length); in do_keypriv_conv()
199 cache_operation(TEE_CACHECLEAN, outkey->x.data, outkey->x.length); in do_keypriv_conv()
258 cache_operation(TEE_CACHECLEAN, outkey->g.data, outkey->g.length); in do_keypub_conv()
259 cache_operation(TEE_CACHECLEAN, outkey->p.data, outkey->p.length); in do_keypub_conv()
260 cache_operation(TEE_CACHECLEAN, outkey->q.data, outkey->q.length); in do_keypub_conv()
261 cache_operation(TEE_CACHECLEAN, outkey->y.data, outkey->y.length); in do_keypub_conv()
406 caam_dsa_key.x.length); in do_gen_keypair()
415 caam_dsa_key.y.length); in do_gen_keypair()
447 caam_dsa_key.x.length); in do_gen_keypair()
449 caam_dsa_key.y.length); in do_gen_keypair()
453 caam_dsa_key.x.length, key->x); in do_gen_keypair()
458 caam_dsa_key.y.length, key->y); in do_gen_keypair()
462 DSA_DUMPBUF("X", caam_dsa_key.x.data, caam_dsa_key.x.length); in do_gen_keypair()
463 DSA_DUMPBUF("Y", caam_dsa_key.y.data, caam_dsa_key.y.length); in do_gen_keypair()
518 sdata->message.length); in do_sign()
527 DSA_DUMPBUF("Message", sdata->message.data, sdata->message.length); in do_sign()
540 sdata->signature.length, sign_len); in do_sign()
580 caam_desc_add_word(desc, sdata->message.length); in do_sign()
594 sign_c.orig.length = 2 * sdata->size_sec; in do_sign()
595 sdata->signature.length = caam_dmaobj_copy_to_orig(&sign_c); in do_sign()
598 sdata->signature.length); in do_sign()
658 sdata->message.length); in do_verify()
673 sdata->signature.length); in do_verify()
722 caam_desc_add_word(desc, sdata->message.length); in do_verify()
732 cache_operation(TEE_CACHEFLUSH, tmp.data, tmp.length); in do_verify()