| /Linux-v5.10/fs/ntfs/ |
| D | index.c | 185 le16_to_cpu(ie->key_length) > in ntfs_index_lookup() 192 if ((key_len == le16_to_cpu(ie->key_length)) && !memcmp(key, in ntfs_index_lookup() 214 key_len, &ie->key, le16_to_cpu(ie->key_length)); in ntfs_index_lookup() 352 le16_to_cpu(ie->key_length) > in ntfs_index_lookup() 362 if ((key_len == le16_to_cpu(ie->key_length)) && !memcmp(key, in ntfs_index_lookup() 377 key_len, &ie->key, le16_to_cpu(ie->key_length)); in ntfs_index_lookup()
|
| D | dir.c | 127 (u8*)ie + le16_to_cpu(ie->key_length) > in ntfs_lookup_inode_by_name() 383 (u8*)ie + le16_to_cpu(ie->key_length) > in ntfs_lookup_inode_by_name() 678 (u8*)ie + le16_to_cpu(ie->key_length) > 861 (u8*)ie + le16_to_cpu(ie->key_length) > 1188 (u8*)ie + le16_to_cpu(ie->key_length) > in ntfs_readdir() 1370 (u8*)ie + le16_to_cpu(ie->key_length) > in ntfs_readdir()
|
| /Linux-v5.10/arch/arm64/crypto/ |
| D | aes-cipher-glue.c | 18 int rounds = 6 + ctx->key_length / 4; in aes_arm64_encrypt() 26 int rounds = 6 + ctx->key_length / 4; in aes_arm64_decrypt()
|
| D | aes-glue.c | 177 int err, rounds = 6 + ctx->key_length / 4; in ecb_encrypt() 197 int err, rounds = 6 + ctx->key_length / 4; in ecb_decrypt() 218 int err = 0, rounds = 6 + ctx->key_length / 4; in cbc_encrypt_walk() 247 int err = 0, rounds = 6 + ctx->key_length / 4; in cbc_decrypt_walk() 275 int err, rounds = 6 + ctx->key_length / 4; in cts_cbc_encrypt() 332 int err, rounds = 6 + ctx->key_length / 4; in cts_cbc_decrypt() 405 int err, rounds = 6 + ctx->key1.key_length / 4; in essiv_cbc_encrypt() 427 int err, rounds = 6 + ctx->key1.key_length / 4; in essiv_cbc_decrypt() 449 int err, rounds = 6 + ctx->key_length / 4; in ctr_encrypt() 511 int err, first, rounds = 6 + ctx->key1.key_length / 4; in xts_encrypt() [all …]
|
| D | aes-ce-glue.c | 43 return 6 + ctx->key_length / 4; in num_rounds() 93 ctx->key_length = key_len; in ce_aes_expandkey()
|
| /Linux-v5.10/arch/arm/crypto/ |
| D | aes-cipher-glue.c | 19 int rounds = 6 + ctx->key_length / 4; in aes_arm_encrypt() 27 int rounds = 6 + ctx->key_length / 4; in aes_arm_decrypt()
|
| /Linux-v5.10/drivers/s390/crypto/ |
| D | zcrypt_msgtype6.h | 129 short int key_length; in rng_type6CPRB_msgX() member 156 msg->key_length = 0x02; in rng_type6CPRB_msgX()
|
| /Linux-v5.10/arch/x86/crypto/ |
| D | camellia-x86_64-asm_64.S | 35 #define key_length CAMELLIA_TABLE_BYTE_LEN macro 200 cmpb $16, key_length(CTX); 231 cmpl $16, key_length(CTX); 435 cmpb $16, key_length(CTX); 467 cmpl $16, key_length(CTX);
|
| /Linux-v5.10/lib/crypto/ |
| D | aes.c | 196 ctx->key_length = key_len; in aes_expandkey() 261 int rounds = 6 + ctx->key_length / 4; in aes_encrypt() 312 int rounds = 6 + ctx->key_length / 4; in aes_decrypt()
|
| /Linux-v5.10/include/crypto/ |
| D | aes.h | 28 u32 key_length; member
|
| /Linux-v5.10/drivers/staging/ks7010/ |
| D | eap_packet.h | 43 unsigned short key_length; member
|
| /Linux-v5.10/drivers/crypto/marvell/cesa/ |
| D | cipher.c | 264 remaining = (ctx->aes.key_length - 16) / 4; in mv_cesa_aes_setkey() 265 offset = ctx->aes.key_length + 24 - remaining; in mv_cesa_aes_setkey() 702 for (i = 0; i < ctx->aes.key_length / sizeof(u32); i++) in mv_cesa_aes_op() 705 if (ctx->aes.key_length == 24) in mv_cesa_aes_op() 707 else if (ctx->aes.key_length == 32) in mv_cesa_aes_op()
|
| /Linux-v5.10/crypto/ |
| D | aes_generic.c | 1181 const int key_len = ctx->key_length; in crypto_aes_encrypt() 1250 const int key_len = ctx->key_length; in crypto_aes_decrypt()
|
| D | camellia_generic.c | 963 int key_length; member 977 cctx->key_length = key_len; in camellia_set_key() 1008 if (cctx->key_length == 16) in camellia_encrypt() 1036 if (cctx->key_length == 16) in camellia_decrypt()
|
| /Linux-v5.10/drivers/net/ethernet/mscc/ |
| D | ocelot_flower.c | 374 int key_length = vcap->keys[VCAP_ES0_IGR_PORT].length; in ocelot_flower_parse_indev() local 414 filter->ingress_port.mask = GENMASK(key_length - 1, 0); in ocelot_flower_parse_indev() 648 int key_length = vcap->keys[VCAP_ES0_EGR_PORT].length; in ocelot_vcap_filter_create() local 651 filter->egress_port.mask = GENMASK(key_length - 1, 0); in ocelot_vcap_filter_create()
|
| /Linux-v5.10/drivers/crypto/axis/ |
| D | artpec6_crypto.c | 326 size_t key_length; member 1199 ctx->key_length); in artpec6_crypto_ctr_crypt() 1255 ctx->key_length = len; in artpec6_crypto_aead_set_key() 1611 ctx->key_length = keylen; in artpec6_crypto_cipher_set_key() 1637 ctx->key_length = keylen; in artpec6_crypto_xts_set_key() 1691 ctx->key_length, true, false); in artpec6_crypto_prepare_crypto() 1698 cipher_klen = ctx->key_length/2; in artpec6_crypto_prepare_crypto() 1700 cipher_klen = ctx->key_length; in artpec6_crypto_prepare_crypto() 1715 MODULE_NAME, ctx->key_length); in artpec6_crypto_prepare_crypto() 1855 ctx->key_length, true, false); in artpec6_crypto_prepare_aead() [all …]
|
| /Linux-v5.10/arch/x86/include/asm/crypto/ |
| D | camellia.h | 19 u32 key_length; member
|
| /Linux-v5.10/drivers/staging/wfx/ |
| D | key.c | 37 msg->key_length = key->keylen; in fill_wep_pair() 48 msg->key_length = key->keylen; in fill_wep_group()
|
| D | hif_api_cmd.h | 434 u8 key_length; member 440 u8 key_length; member
|
| /Linux-v5.10/drivers/net/wireless/marvell/mwifiex/ |
| D | sta_ioctl.c | 931 if (!wep_key->key_length) { in mwifiex_sec_ioctl_set_wep_key() 939 wep_key->key_material, wep_key->key_length); in mwifiex_sec_ioctl_set_wep_key() 940 encrypt_key->key_len = wep_key->key_length; in mwifiex_sec_ioctl_set_wep_key() 953 wep_key->key_length = encrypt_key->key_len; in mwifiex_sec_ioctl_set_wep_key() 956 if (wep_key->key_length) { in mwifiex_sec_ioctl_set_wep_key()
|
| D | sta_cmd.c | 538 if ((priv->wep_key[i].key_length == WLAN_KEY_LEN_WEP40) || in mwifiex_set_keyparamset_wep() 539 (priv->wep_key[i].key_length == WLAN_KEY_LEN_WEP104)) { in mwifiex_set_keyparamset_wep() 546 key_length + in mwifiex_set_keyparamset_wep() 554 cpu_to_le16(priv->wep_key[i].key_length); in mwifiex_set_keyparamset_wep() 566 priv->wep_key[i].key_length); in mwifiex_set_keyparamset_wep() 568 cur_key_param_len = priv->wep_key[i].key_length + in mwifiex_set_keyparamset_wep() 576 } else if (!priv->wep_key[i].key_length) { in mwifiex_set_keyparamset_wep() 581 (i + 1), priv->wep_key[i].key_length); in mwifiex_set_keyparamset_wep()
|
| /Linux-v5.10/drivers/staging/rtl8188eu/core/ |
| D | rtw_security.c | 739 const int key_length = 16; in rtw_aes_encrypt() local 782 if (crypto_ops->set_key(key, key_length, NULL, crypto_private) < 0) { in rtw_aes_encrypt() 839 const int key_length = 16, iv_len = 8, icv_len = 8; in rtw_aes_decrypt() local 874 if (crypto_ops->set_key(key, key_length, NULL, crypto_private) < 0) { in rtw_aes_decrypt()
|
| /Linux-v5.10/arch/s390/include/uapi/asm/ |
| D | dasd.h | 214 unsigned int key_length; /* Key length of first record in error */ member
|
| /Linux-v5.10/fs/reiserfs/ |
| D | tail_conversion.c | 281 key.key_length = 4; in indirect2direct()
|
| D | stree.c | 83 if (cpu_key->key_length == 3) in comp_keys() 102 int key_length = REISERFS_SHORT_KEY_LEN; in comp_short_le_keys() local 106 for (; key_length--; ++k1_u32, ++k2_u32) { in comp_short_le_keys() 1579 tail_key.key_length = 4; in indirect_to_direct_roll_back() 1691 item_key->key_length = 4; in reiserfs_cut_from_item()
|