Home
last modified time | relevance | path

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

/Linux-v6.6/tools/net/ynl/generated/
Dhandshake-user.h28 __u32 privkey:1; member
32 __u32 privkey; member
Dhandshake-user.c129 dst->_present.privkey = 1; in handshake_x509_parse()
130 dst->privkey = mnl_attr_get_u32(attr); in handshake_x509_parse()
/Linux-v6.6/security/keys/trusted-keys/
Dtpm2key.asn110 privkey OCTET STRING ({tpm2_key_priv})
/Linux-v6.6/include/crypto/internal/
Decc.h84 int ecc_gen_privkey(unsigned int curve_id, unsigned int ndigits, u64 *privkey);
/Linux-v6.6/drivers/crypto/intel/keembay/
Dkeembay-ocs-ecc.c491 static int kmb_ecc_gen_privkey(const struct ecc_curve *curve, u64 *privkey) in kmb_ecc_gen_privkey() argument
527 ecc_swap_digits(priv, privkey, curve->g.ndigits); in kmb_ecc_gen_privkey()
/Linux-v6.6/Documentation/security/keys/
Dtrusted-encrypted.rst386 privkey OCTET STRING
426 privkey is the binary representation of TPM2B_PUBLIC excluding the
/Linux-v6.6/crypto/
Decc.c1469 int ecc_gen_privkey(unsigned int curve_id, unsigned int ndigits, u64 *privkey) in ecc_gen_privkey() argument
1504 ecc_swap_digits(priv, privkey, ndigits); in ecc_gen_privkey()