Home
last modified time | relevance | path

Searched refs:keylen1 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/befs/
H A Dbtree.c119 static int befs_compare_strings(const void *key1, int keylen1,
703 * @keylen1: length in bytes of key1
712 befs_compare_strings(const void *key1, int keylen1, in befs_compare_strings() argument
715 int len = min_t(int, keylen1, keylen2); in befs_compare_strings()
718 result = keylen1 - keylen2; in befs_compare_strings()
725 btree_compare_int32(cont void *key1, int keylen1, const void *key2, int keylen2)
731 btree_compare_uint32(cont void *key1, int keylen1,
742 btree_compare_int64(cont void *key1, int keylen1, const void *key2, int keylen2)
753 btree_compare_uint64(cont void *key1, int keylen1,
765 btree_compare_float(cont void *key1, int keylen1, cons
[all...]
/kernel/linux/linux-6.6/fs/befs/
H A Dbtree.c119 static int befs_compare_strings(const void *key1, int keylen1,
703 * @keylen1: length in bytes of key1
712 befs_compare_strings(const void *key1, int keylen1, in befs_compare_strings() argument
715 int len = min_t(int, keylen1, keylen2); in befs_compare_strings()
718 result = keylen1 - keylen2; in befs_compare_strings()
725 btree_compare_int32(cont void *key1, int keylen1, const void *key2, int keylen2)
731 btree_compare_uint32(cont void *key1, int keylen1,
742 btree_compare_int64(cont void *key1, int keylen1, const void *key2, int keylen2)
753 btree_compare_uint64(cont void *key1, int keylen1,
765 btree_compare_float(cont void *key1, int keylen1, cons
[all...]
/kernel/linux/linux-6.6/security/keys/trusted-keys/
H A Dtrusted_tpm1.c259 unsigned int keylen1, in TSS_checkhmac2()
332 ret = TSS_rawhmac(testhmac1, key1, keylen1, SHA1_DIGEST_SIZE, in TSS_checkhmac2()
255 TSS_checkhmac2(unsigned char *buffer, const uint32_t command, const unsigned char *ononce, const unsigned char *key1, unsigned int keylen1, const unsigned char *key2, unsigned int keylen2, ...) TSS_checkhmac2() argument
/kernel/linux/linux-5.10/security/keys/trusted-keys/
H A Dtrusted_tpm1.c266 unsigned int keylen1, in TSS_checkhmac2()
339 ret = TSS_rawhmac(testhmac1, key1, keylen1, SHA1_DIGEST_SIZE, in TSS_checkhmac2()
262 TSS_checkhmac2(unsigned char *buffer, const uint32_t command, const unsigned char *ononce, const unsigned char *key1, unsigned int keylen1, const unsigned char *key2, unsigned int keylen2, ...) TSS_checkhmac2() argument

Completed in 5 milliseconds