Searched refs:klen (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/crypto/ |
D | tcrypt.h | 51 unsigned char klen; member 817 .klen = 8, 824 .klen = 8, 831 .klen = 8, 838 .klen = 8, 851 .klen = 8, 858 .klen = 8, 869 .klen = 8, 884 .klen = 8, 897 .klen = 8, [all …]
|
D | tcrypt.c | 180 unsigned int tsize, klen; in test_hmac() local 206 klen = hmac_tv[i].ksize; in test_hmac() 211 crypto_hmac(tfm, hmac_tv[i].key, &klen, sg, 1, result); in test_hmac() 232 klen = hmac_tv[i].ksize; in test_hmac() 243 crypto_hmac(tfm, hmac_tv[i].key, &klen, sg, hmac_tv[i].np, in test_hmac() 309 j, cipher_tv[i].klen * 8); in test_cipher() 316 ret = crypto_cipher_setkey(tfm, key, cipher_tv[i].klen); in test_cipher() 362 j, cipher_tv[i].klen * 8); in test_cipher() 369 ret = crypto_cipher_setkey(tfm, key, cipher_tv[i].klen); in test_cipher()
|
/linux-2.4.37.9/fs/jfs/ |
D | jfs_dtree.h | 77 #define NDTINTERNAL(klen) ( ((4 + (klen)) + (15 - 1)) / 15 ) argument 136 #define NDTLEAF_LEGACY(klen) ( ((2 + (klen)) + (15 - 1)) / 15 ) argument
|
D | jfs_dtree.c | 3565 int klen, namlen, len, rc; in dtCompare() local 3586 klen = key->namlen; in dtCompare() 3595 len = min(klen, len); in dtCompare() 3599 klen -= len; in dtCompare() 3604 while (klen > 0 && namlen > 0) { in dtCompare() 3608 len = min(klen, len); in dtCompare() 3613 klen -= len; in dtCompare() 3619 return (klen - namlen); in dtCompare() 3641 int klen, namlen, len, rc; in ciCompare() local 3664 klen = key->namlen; in ciCompare() [all …]
|
/linux-2.4.37.9/include/linux/ |
D | socket.h | 281 extern int move_addr_to_user(void *kaddr, int klen, void *uaddr, int *ulen);
|
/linux-2.4.37.9/net/ |
D | socket.c | 242 int move_addr_to_user(void *kaddr, int klen, void *uaddr, int *ulen) in move_addr_to_user() argument 249 if(len>klen) in move_addr_to_user() 250 len=klen; in move_addr_to_user() 262 return __put_user(klen, ulen); in move_addr_to_user()
|
/linux-2.4.37.9/drivers/net/wireless/ |
D | airo.c | 485 u16 klen; member 1587 wkr->klen = le16_to_cpu(wkr->klen); in readWepKeyRid() 1598 wkr.klen = cpu_to_le16(wkr.klen); in writeWepKeyRid() 4258 return wkr.klen; 4282 wkr.klen = keylen; 4374 (int)wkr.kindex, (int)wkr.klen);
|