/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | pkey_api.c | 71 u32 keytype; /* key type, one of the PKEY_KEYTYPE values */ member 82 u32 keytype; /* key type, one of the PKEY_KEYTYPE_* values */ member 88 static inline u32 pkey_keytype_aes_to_size(u32 keytype) in pkey_keytype_aes_to_size() argument 90 switch (keytype) { in pkey_keytype_aes_to_size() 105 static int pkey_clr2protkey(u32 keytype, const u8 *clrkey, in pkey_clr2protkey() argument 116 switch (keytype) { in pkey_clr2protkey() 120 pkeytype = keytype; in pkey_clr2protkey() 126 pkeytype = keytype; in pkey_clr2protkey() 132 pkeytype = keytype; in pkey_clr2protkey() 166 DEBUG_ERR("%s unknown/unsupported keytype in pkey_clr2protkey() 373 pkey_genprotkey(u32 keytype, u8 *protkey, u32 *protkeylen, u32 *protkeytype) pkey_genprotkey() argument 1802 pkey_protkey_aes_attr_read(u32 keytype, bool is_xts, char *buf, loff_t off, size_t count) pkey_protkey_aes_attr_read() argument 1927 pkey_ccadata_aes_attr_read(u32 keytype, bool is_xts, char *buf, loff_t off, size_t count) pkey_ccadata_aes_attr_read() argument [all...] |
H A D | zcrypt_ep11misc.h | 125 u32 keytype);
|
H A D | zcrypt_ccamisc.h | 86 u16 keytype; /* 0x0001 for 'cipher' */ member
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | pkey_api.c | 68 u32 keytype; /* key type, one of the PKEY_KEYTYPE values */ member 79 u32 keytype; /* key type, one of the PKEY_KEYTYPE values */ member 87 static int pkey_clr2protkey(u32 keytype, in pkey_clr2protkey() argument 98 switch (keytype) { in pkey_clr2protkey() 112 DEBUG_ERR("%s unknown/unsupported keytype %d\n", in pkey_clr2protkey() 113 __func__, keytype); in pkey_clr2protkey() 137 protkey->type = keytype; in pkey_clr2protkey() 303 static int pkey_genprotkey(u32 keytype, struct pkey_protkey *protkey) in pkey_genprotkey() argument 309 switch (keytype) { in pkey_genprotkey() 320 DEBUG_ERR("%s unknown/unsupported keytype in pkey_genprotkey() 1575 pkey_protkey_aes_attr_read(u32 keytype, bool is_xts, char *buf, loff_t off, size_t count) pkey_protkey_aes_attr_read() argument 1695 pkey_ccadata_aes_attr_read(u32 keytype, bool is_xts, char *buf, loff_t off, size_t count) pkey_ccadata_aes_attr_read() argument [all...] |
H A D | zcrypt_ccamisc.h | 86 u16 keytype; /* 0x0001 for 'cipher' */ member
|
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/ |
H A D | pkey.h | 115 __u32 keytype; /* in: key type to generate */ member 126 __u32 keytype; /* in: key type to generate */ member 147 __u32 keytype; /* in: key type to generate */ member 178 * Return some info about the key: keysize in bits, keytype (currently 196 __u32 keytype; /* in: key type to generate */ member
|
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/ |
H A D | pkey.h | 120 __u32 keytype; /* in: key type to generate */ member 131 __u32 keytype; /* in: key type to generate */ member 152 __u32 keytype; /* in: key type to generate */ member 183 * Return some info about the key: keysize in bits, keytype (currently 201 __u32 keytype; /* in: key type to generate */ member
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | jack.h | 83 int keytype); 113 int keytype) in snd_jack_set_key() 111 snd_jack_set_key(struct snd_jack *jack, enum snd_jack_types type, int keytype) snd_jack_set_key() argument
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | jack.h | 84 int keytype); 114 int keytype) in snd_jack_set_key() 112 snd_jack_set_key(struct snd_jack *jack, enum snd_jack_types type, int keytype) snd_jack_set_key() argument
|
/kernel/linux/linux-6.6/certs/ |
H A D | Makefile | 45 keytype-$(CONFIG_MODULE_SIG_KEY_TYPE_ECDSA) := -newkey ec -pkeyopt ec_paramgen_curve:secp384r1 50 -outform PEM -out $@ -keyout $@ $(keytype-y) 2>&1
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | jack.c | 318 * @keytype: Input layer key type to be reported 339 int keytype) in snd_jack_set_key() 345 if (!keytype || key >= ARRAY_SIZE(jack->key)) in snd_jack_set_key() 349 jack->key[key] = keytype; in snd_jack_set_key() 338 snd_jack_set_key(struct snd_jack *jack, enum snd_jack_types type, int keytype) snd_jack_set_key() argument
|
/kernel/linux/linux-5.10/drivers/crypto/virtio/ |
H A D | virtio_crypto_akcipher_algs.c | 375 uint32_t keytype; in virtio_crypto_rsa_set_key() local 383 keytype = VIRTIO_CRYPTO_AKCIPHER_KEY_TYPE_PRIVATE; in virtio_crypto_rsa_set_key() 386 keytype = VIRTIO_CRYPTO_AKCIPHER_KEY_TYPE_PUBLIC; in virtio_crypto_rsa_set_key() 417 para.keytype = cpu_to_le32(keytype); in virtio_crypto_rsa_set_key()
|
/kernel/linux/linux-6.6/drivers/crypto/virtio/ |
H A D | virtio_crypto_akcipher_algs.c | 379 uint32_t keytype; in virtio_crypto_rsa_set_key() local 387 keytype = VIRTIO_CRYPTO_AKCIPHER_KEY_TYPE_PRIVATE; in virtio_crypto_rsa_set_key() 390 keytype = VIRTIO_CRYPTO_AKCIPHER_KEY_TYPE_PUBLIC; in virtio_crypto_rsa_set_key() 421 para.keytype = cpu_to_le32(keytype); in virtio_crypto_rsa_set_key()
|
/kernel/linux/linux-5.10/include/keys/ |
H A D | trusted-type.h | 30 uint16_t keytype; member
|
H A D | trusted_tpm.h | 55 pr_info("trusted_key: sealing key type %d\n", o->keytype); in dump_options()
|
/kernel/linux/linux-6.6/include/keys/ |
H A D | trusted-type.h | 37 uint16_t keytype; member
|
H A D | trusted_tpm.h | 57 pr_info("sealing key type %d\n", o->keytype); in dump_options()
|
/kernel/linux/linux-6.6/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 457 static int tpm_seal(struct tpm_buf *tb, uint16_t keytype, in tpm_seal() argument 482 ret = osap(tb, &sess, keyauth, keytype, keyhandle); in tpm_seal() 674 ret = tpm_seal(&tb, o->keytype, o->keyhandle, o->keyauth, in key_seal() 776 opt->keytype = SEAL_keytype; in getoptions() 880 options->keytype = SRK_keytype; in trusted_options_alloc()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | jack.c | 605 * @keytype: Input layer key type to be reported 626 int keytype) in snd_jack_set_key() 632 if (!keytype || key >= ARRAY_SIZE(jack->key)) in snd_jack_set_key() 636 jack->key[key] = keytype; in snd_jack_set_key() 625 snd_jack_set_key(struct snd_jack *jack, enum snd_jack_types type, int keytype) snd_jack_set_key() argument
|
/kernel/linux/linux-5.10/security/keys/trusted-keys/ |
H A D | trusted_tpm1.c | 464 static int tpm_seal(struct tpm_buf *tb, uint16_t keytype, in tpm_seal() argument 489 ret = osap(tb, &sess, keyauth, keytype, keyhandle); in tpm_seal() 681 ret = tpm_seal(&tb, o->keytype, o->keyhandle, o->keyauth, in key_seal() 784 opt->keytype = SEAL_keytype; in getoptions() 953 options->keytype = SRK_keytype; in trusted_options_alloc()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | virtio_crypto.h | 226 __le32 keytype; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | key.h | 173 struct key_type *keytype; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | key.h | 179 struct key_type *keytype; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | virtio_crypto.h | 226 __le32 keytype; member
|
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | paes_s390.c | 66 u32 keytype; in _key_to_kb() member 78 h->keytype = (keylen - 8) >> 3; in _key_to_kb()
|