| /linux/drivers/s390/crypto/ |
| H A D | pkey_cca.c | 310 u32 keytype, u32 subtype, in cca_gen_key() argument 321 switch (keytype) { in cca_gen_key() 325 len = pkey_keytype_aes_to_size(keytype); in cca_gen_key() 344 __func__, keytype); in cca_gen_key() 388 u32 keytype, u32 subtype, in cca_clr2key() argument 405 switch (keytype) { in cca_clr2key() 409 len = pkey_keytype_aes_to_size(keytype); in cca_clr2key() 433 __func__, keytype); in cca_clr2key() 469 u32 *keytype, u32 *keybitsize, u32 *flags, u32 pflags) in cca_verifykey() argument 490 *keytype = PKEY_TYPE_CCA_DATA; in cca_verifykey() [all …]
|
| H A D | pkey_uv.c | 83 static bool is_uv_keytype(enum pkey_key_type keytype) in is_uv_keytype() argument 85 switch (keytype) { in is_uv_keytype() 236 u32 *keytype, u32 *keybitsize, u32 *flags, in uv_verifykey() argument 258 if (keytype) in uv_verifykey() 259 *keytype = PKEY_TYPE_UVSECRET; in uv_verifykey()
|
| H A D | pkey_base.c | 219 u32 keytype, u32 keysubtype, in pkey_handler_gen_key() argument 228 rc = h->gen_key(apqns, nr_apqns, keytype, keysubtype, in pkey_handler_gen_key() 239 u32 keytype, u32 keysubtype, in pkey_handler_clr_to_key() argument 250 rc = h->clr_to_key(apqns, nr_apqns, keytype, keysubtype, in pkey_handler_clr_to_key() 262 u32 *keytype, u32 *keybitsize, u32 *flags, in pkey_handler_verify_key() argument 271 keytype, keybitsize, flags, xflags); in pkey_handler_verify_key()
|
| H A D | zcrypt_ccamisc.c | 130 if (t->keytype != 0x0001) { in cca_check_secaescipherkey() 133 __func__, (int)t->keytype); in cca_check_secaescipherkey()
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | pkey.h | 126 __u32 keytype; /* in: key type to generate */ member 138 __u32 keytype; /* in: key type to generate */ member 161 __u32 keytype; /* in: key type to generate */ member 214 __u32 keytype; /* in: key type to generate */ member
|
| /linux/include/sound/ |
| H A D | jack.h | 85 int keytype); 110 int keytype) in snd_jack_set_key() argument
|
| /linux/drivers/crypto/virtio/ |
| H A D | virtio_crypto_akcipher_algs.c | 351 uint32_t keytype; in virtio_crypto_rsa_set_key() local 356 keytype = VIRTIO_CRYPTO_AKCIPHER_KEY_TYPE_PRIVATE; in virtio_crypto_rsa_set_key() 359 keytype = VIRTIO_CRYPTO_AKCIPHER_KEY_TYPE_PUBLIC; in virtio_crypto_rsa_set_key() 393 para.keytype = cpu_to_le32(keytype); in virtio_crypto_rsa_set_key()
|
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_tpm1.c | 55 pr_debug("sealing key type %d\n", o->keytype); in dump_options() 429 static int tpm_seal(struct tpm_buf *tb, uint16_t keytype, in tpm_seal() 454 ret = osap(tb, &sess, keyauth, keytype, keyhandle); in tpm_seal() 644 ret = tpm_seal(&tb, o->keytype, o->keyhandle, o->keyauth, in key_seal() 746 opt->keytype = SEAL_keytype; in getoptions() 850 options->keytype = SRK_keytype; in trusted_options_alloc() 423 tpm_seal(struct tpm_buf * tb,uint16_t keytype,uint32_t keyhandle,const unsigned char * keyauth,const unsigned char * data,uint32_t datalen,unsigned char * blob,uint32_t * bloblen,const unsigned char * blobauth,const unsigned char * pcrinfo,uint32_t pcrinfosize) tpm_seal() argument
|
| /linux/sound/core/ |
| H A D | jack.c | 581 * @keytype: Input layer key type to be reported 602 int keytype) 608 if (!keytype || key >= ARRAY_SIZE(jack->key)) in snd_jack_set_key() 612 jack->key[key] = keytype; in snd_jack_set_key() 605 snd_jack_set_key(struct snd_jack * jack,enum snd_jack_types type,int keytype) snd_jack_set_key() argument
|
| /linux/include/linux/ |
| H A D | key.h | 179 struct key_type *keytype; member
|
| /linux/crypto/asymmetric_keys/ |
| H A D | asymmetric_type.c | 496 keyres->keytype = &key_type_asymmetric; in asymmetric_restriction_alloc()
|
| /linux/security/keys/ |
| H A D | keyring.c | 1779 keyring->restrict_link->keytype != dead_type) { in keyring_restriction_gc() 1793 keyres->keytype = NULL; in keyring_restriction_gc()
|
| /linux/drivers/net/wireless/marvell/libertas/ |
| H A D | host.h | 555 uint8_t keytype[4]; member
|
| /linux/Documentation/security/keys/ |
| H A D | core.rst | 1487 keytype->def_datalen, then key_payload_reserve() should be called.
|