/openbmc/linux/drivers/crypto/cavium/cpt/ |
H A D | cptvf_algs.h | 15 #define MAX_KEY_SIZE (MAX_ENC_KEY_SIZE + MAX_HASH_KEY_SIZE) macro 100 u8 enc_key[MAX_KEY_SIZE]; 107 u8 des3_key[MAX_KEY_SIZE];
|
/openbmc/linux/include/keys/ |
H A D | trusted-type.h | 21 #define MAX_KEY_SIZE 128 macro 32 unsigned char key[MAX_KEY_SIZE + 1];
|
/openbmc/linux/security/keys/trusted-keys/ |
H A D | trusted_caam.c | 16 static_assert(MAX_KEY_SIZE + CAAM_BLOB_OVERHEAD <= CAAM_BLOB_MAX_LEN); 41 .output = p->key, .output_len = MAX_KEY_SIZE, in trusted_caam_unseal()
|
H A D | trusted_core.c | 93 if (ret < 0 || keylen < MIN_KEY_SIZE || keylen > MAX_KEY_SIZE) in datablob_parse()
|
H A D | trusted_tpm2.c | 501 if (data_len < MIN_KEY_SIZE || data_len > MAX_KEY_SIZE) { in tpm2_unseal_cmd()
|
/openbmc/linux/drivers/crypto/bcm/ |
H A D | spum.h | 46 #define SPU_HEADER_ALLOC_LEN (SPU_REQ_FIXED_LEN + MAX_KEY_SIZE + \ 47 MAX_KEY_SIZE + MAX_IV_SIZE)
|
H A D | cipher.h | 36 #define MAX_KEY_SIZE ARC4_MAX_KEY_SIZE macro 180 u8 enckey[MAX_KEY_SIZE + ARC4_STATE_SIZE]; 183 u8 authkey[MAX_KEY_SIZE + ARC4_STATE_SIZE];
|
H A D | spu2.h | 87 2 * MAX_KEY_SIZE + 2 * MAX_IV_SIZE)
|
H A D | cipher.c | 2739 if (keys.enckeylen > MAX_KEY_SIZE || in aead_authenc_setkey() 2740 keys.authkeylen > MAX_KEY_SIZE) in aead_authenc_setkey()
|
/openbmc/linux/security/integrity/evm/ |
H A D | evm_crypto.c | 25 #define MAX_KEY_SIZE 128 macro 26 static unsigned char evmkey[MAX_KEY_SIZE]; 27 static const int evmkey_len = MAX_KEY_SIZE; 60 if (keylen > MAX_KEY_SIZE) in evm_set_key()
|
/openbmc/linux/drivers/crypto/starfive/ |
H A D | jh7110-cryp.h | 30 #define MAX_KEY_SIZE SHA512_BLOCK_SIZE macro 158 u8 key[MAX_KEY_SIZE];
|
/openbmc/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_bpf_hashmap_lookup.c | 18 #define MAX_KEY_SIZE 1024 /* the size of the key map */ macro 63 if (ret < 1 || ret > MAX_KEY_SIZE) { in parse_arg()
|
/openbmc/linux/drivers/net/wireless/ti/wl1251/ |
H A D | cmd.h | 336 #define MAX_KEY_SIZE 32 macro 401 u8 key[MAX_KEY_SIZE];
|
/openbmc/linux/drivers/net/wireless/ti/wlcore/ |
H A D | wlcore_i.h | 205 #define MAX_KEY_SIZE 32 macro 211 u8 key[MAX_KEY_SIZE];
|
H A D | cmd.h | 503 u8 key[MAX_KEY_SIZE];
|
H A D | main.c | 3256 if (key_size > MAX_KEY_SIZE) in wl1271_record_ap_key()
|
/openbmc/pam-ipmi/src/pam_ipmisave/ |
H A D | pam_ipmisave.c | 41 #define MAX_KEY_SIZE 8 macro 280 char keybuff[MAX_KEY_SIZE] = { 0 }; in update_pass_special_file()
|
/openbmc/linux/drivers/staging/ks7010/ |
H A D | ks_wlan_net.c | 37 #define MAX_KEY_SIZE 13 /* 128 (?) bits */ macro 779 if (enc->length > MAX_KEY_SIZE) in ks_wlan_set_encode() 792 MAX_KEY_SIZE : MIN_KEY_SIZE; in ks_wlan_set_encode() 802 memset(key.key, 0, MAX_KEY_SIZE); in ks_wlan_set_encode()
|
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.h | 364 #define MAX_KEY_SIZE 16 macro
|
/openbmc/linux/drivers/net/wireless/cisco/ |
H A D | airo.c | 1095 #define MAX_KEY_SIZE 13 // 128 (?) bits macro 6395 if (dwrq->length > MAX_KEY_SIZE) { in airo_set_encode() 6409 key.len = MAX_KEY_SIZE; in airo_set_encode() 6415 memset(key.key, 0, MAX_KEY_SIZE); in airo_set_encode() 6573 memset(key.key, 0, MAX_KEY_SIZE); in airo_set_encodeext() 6580 key.len = MAX_KEY_SIZE; in airo_set_encodeext()
|