Searched refs:privkey (Results 1 – 5 of 5) sorted by relevance
10 privkey OCTET STRING ({tpm2_key_priv})
84 int ecc_gen_privkey(unsigned int curve_id, unsigned int ndigits, u64 *privkey);
496 static int kmb_ecc_gen_privkey(const struct ecc_curve *curve, u64 *privkey) in kmb_ecc_gen_privkey() argument532 ecc_swap_digits(priv, privkey, curve->g.ndigits); in kmb_ecc_gen_privkey()
386 privkey OCTET STRING426 privkey is the binary representation of TPM2B_PUBLIC excluding the
1469 int ecc_gen_privkey(unsigned int curve_id, unsigned int ndigits, u64 *privkey) in ecc_gen_privkey() argument1504 ecc_swap_digits(priv, privkey, ndigits); in ecc_gen_privkey()
Completed in 12 milliseconds