Searched refs:pubk_len (Results 1 – 1 of 1) sorted by relevance
582 size_t copied, nbytes, pubk_len; in kmb_ecc_do_shared_secret() local589 pubk_len = 2 * nbytes; in kmb_ecc_do_shared_secret()593 sg_nents_for_len(req->src, pubk_len), in kmb_ecc_do_shared_secret()594 pubk_buf, pubk_len); in kmb_ecc_do_shared_secret()595 if (copied != pubk_len) in kmb_ecc_do_shared_secret()664 size_t pubk_len; in kmb_ecc_do_public_key() local669 pubk_len = 2 * digits_to_bytes(curve->g.ndigits); in kmb_ecc_do_public_key()693 sg_nents_for_len(req->dst, pubk_len), in kmb_ecc_do_public_key()694 pubk_buf, pubk_len); in kmb_ecc_do_public_key()696 if (copied != pubk_len) in kmb_ecc_do_public_key()