Home
last modified time | relevance | path

Searched refs:privkey (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/security/keys/trusted-keys/
Dtpm2key.asn110 privkey OCTET STRING ({tpm2_key_priv})
/linux-5.19.10/include/crypto/internal/
Decc.h84 int ecc_gen_privkey(unsigned int curve_id, unsigned int ndigits, u64 *privkey);
/linux-5.19.10/drivers/crypto/keembay/
Dkeembay-ocs-ecc.c496 static int kmb_ecc_gen_privkey(const struct ecc_curve *curve, u64 *privkey) in kmb_ecc_gen_privkey() argument
532 ecc_swap_digits(priv, privkey, curve->g.ndigits); in kmb_ecc_gen_privkey()
/linux-5.19.10/Documentation/security/keys/
Dtrusted-encrypted.rst385 privkey OCTET STRING
425 privkey is the binary representation of TPM2B_PUBLIC excluding the
/linux-5.19.10/crypto/
Decc.c1467 int ecc_gen_privkey(unsigned int curve_id, unsigned int ndigits, u64 *privkey) in ecc_gen_privkey() argument
1502 ecc_swap_digits(priv, privkey, ndigits); in ecc_gen_privkey()