Home
last modified time | relevance | path

Searched refs:keytype (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/s390/crypto/
H A Dpkey_api.c89 switch (keytype) { in pkey_keytype_aes_to_size()
115 switch (keytype) { in pkey_clr2protkey()
119 pkeytype = keytype; in pkey_clr2protkey()
125 pkeytype = keytype; in pkey_clr2protkey()
131 pkeytype = keytype; in pkey_clr2protkey()
166 __func__, keytype); in pkey_clr2protkey()
385 keytype); in pkey_genprotkey()
524 switch (t->keytype) { in nonccatokecc2pkey()
584 *protkeytype = t->keytype; in pkey_nonccatok2pkey()
593 switch (t->keytype) { in pkey_nonccatok2pkey()
[all …]
H A Dzcrypt_ep11misc.h125 u32 keytype);
H A Dzcrypt_ccamisc.h86 u16 keytype; /* 0x0001 for 'cipher' */ member
H A Dzcrypt_ep11misc.c1416 u32 keytype) in ep11_clr2keyblob() argument
1460 keybitsize, 0, keybuf, keybufsize, keytype); in ep11_clr2keyblob()
H A Dzcrypt_ccamisc.c114 if (t->keytype != 0x0001) { in cca_check_secaescipherkey()
117 __func__, (int)t->keytype); in cca_check_secaescipherkey()
/linux/arch/s390/include/uapi/asm/
H A Dpkey.h120 __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
201 __u32 keytype; /* in: key type to generate */ member
/linux/include/sound/
H A Djack.h84 int keytype);
114 int keytype) in snd_jack_set_key() argument
/linux/certs/
H A DMakefile45 keytype-$(CONFIG_MODULE_SIG_KEY_TYPE_ECDSA) := -newkey ec -pkeyopt ec_paramgen_curve:secp384r1
50 -outform PEM -out $@ -keyout $@ $(keytype-y) 2>&1
/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c379 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()
/linux/include/keys/
H A Dtrusted-type.h37 uint16_t keytype; member
H A Dtrusted_tpm.h55 pr_info("sealing key type %d\n", o->keytype); in dump_options()
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c468 static int tpm_seal(struct tpm_buf *tb, uint16_t keytype, in tpm_seal() argument
493 ret = osap(tb, &sess, keyauth, keytype, keyhandle); in tpm_seal()
685 ret = tpm_seal(&tb, o->keytype, o->keyhandle, o->keyauth, in key_seal()
787 opt->keytype = SEAL_keytype; in getoptions()
891 options->keytype = SRK_keytype; in trusted_options_alloc()
/linux/sound/core/
H A Djack.c622 int keytype) in snd_jack_set_key() argument
628 if (!keytype || key >= ARRAY_SIZE(jack->key)) in snd_jack_set_key()
632 jack->key[key] = keytype; in snd_jack_set_key()
/linux/include/uapi/linux/
H A Dvirtio_crypto.h226 __le32 keytype; member
/linux/include/linux/
H A Dkey.h179 struct key_type *keytype; member
/linux/arch/s390/crypto/
H A Dpaes_s390.c67 u32 keytype; in _key_to_kb() member
79 h->keytype = (keylen - 8) >> 3; in _key_to_kb()
/linux/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1477 info.keytype = fi->keytype; in ath_tx_fill_desc()
2146 enum ath9k_key_type keytype; in setup_frame_info() local
2160 keytype = ath9k_cmn_get_hw_crypto_keytype(skb); in setup_frame_info()
2187 fi->keytype = keytype; in setup_frame_info()
2949 fi->keytype = ATH9K_KEY_TYPE_CLEAR; in ath9k_tx99_send()
H A Dar9002_mac.c227 ctl6 = SM(i->keytype, AR_EncrType); in ar9002_set_txdesc()
H A Dmac.h711 enum ath9k_key_type keytype; member
H A Dbeacon.c94 info.keytype = ATH9K_KEY_TYPE_CLEAR; in ath9k_beacon_setup()
H A Dar9003_mac.c90 ctl17 = SM(i->keytype, AR_EncrType); in ar9003_set_txdesc()
/linux/drivers/net/wireless/marvell/libertas/
H A Dcfg.c957 cmd.keytype[i] = CMD_TYPE_WEP_40_BIT; in lbs_set_wep_keys()
960 cmd.keytype[i] = CMD_TYPE_WEP_104_BIT; in lbs_set_wep_keys()
963 cmd.keytype[i] = 0; in lbs_set_wep_keys()
H A Dhost.h555 uint8_t keytype[4]; member
/linux/crypto/asymmetric_keys/
H A Dasymmetric_type.c498 keyres->keytype = &key_type_asymmetric; in asymmetric_restriction_alloc()
/linux/security/keys/
H A Dkeyring.c1775 keyring->restrict_link->keytype != dead_type) { in keyring_restriction_gc()
1789 keyres->keytype = NULL; in keyring_restriction_gc()

12