Searched refs:keylen2 (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/befs/ |
| H A D | btree.c | 120 const void *key2, int keylen2); 712 const void *key2, int keylen2) in befs_compare_strings() argument 714 int len = min_t(int, keylen1, keylen2); in befs_compare_strings() 717 result = keylen1 - keylen2; in befs_compare_strings() 724 btree_compare_int32(cont void *key1, int keylen1, const void *key2, int keylen2) 731 const void *key2, int keylen2) 741 btree_compare_int64(cont void *key1, int keylen1, const void *key2, int keylen2) 753 const void *key2, int keylen2) 764 btree_compare_float(cont void *key1, int keylen1, const void *key2, int keylen2) 775 const void *key2, int keylen2)
|
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_tpm1.c | 240 unsigned int keylen2, ...) in TSS_checkhmac2() argument 282 va_start(argp, keylen2); in TSS_checkhmac2() 300 ret = TSS_rawhmac(testhmac2, key2, keylen2, SHA1_DIGEST_SIZE, in TSS_checkhmac2()
|