Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/befs/
H A Dbtree.c120 const void *key2, int keylen2);
705 * @keylen2: length in bytes of key2
713 const void *key2, int keylen2) in befs_compare_strings()
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)
732 const void *key2, int keylen2)
742 btree_compare_int64(cont void *key1, int keylen1, const void *key2, int keylen2)
754 const void *key2, int keylen2)
765 btree_compare_float(cont void *key1, int keylen1, const void *key2, int keylen2)
712 befs_compare_strings(const void *key1, int keylen1, const void *key2, int keylen2) befs_compare_strings() argument
[all...]
/kernel/linux/linux-6.6/fs/befs/
H A Dbtree.c120 const void *key2, int keylen2);
705 * @keylen2: length in bytes of key2
713 const void *key2, int keylen2) in befs_compare_strings()
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)
732 const void *key2, int keylen2)
742 btree_compare_int64(cont void *key1, int keylen1, const void *key2, int keylen2)
754 const void *key2, int keylen2)
765 btree_compare_float(cont void *key1, int keylen1, const void *key2, int keylen2)
712 befs_compare_strings(const void *key1, int keylen1, const void *key2, int keylen2) befs_compare_strings() argument
[all...]
/kernel/linux/linux-6.6/security/keys/trusted-keys/
H A Dtrusted_tpm1.c261 unsigned int keylen2, ...) in TSS_checkhmac2()
316 va_start(argp, keylen2); in TSS_checkhmac2()
341 ret = TSS_rawhmac(testhmac2, key2, keylen2, 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.c268 unsigned int keylen2, ...) in TSS_checkhmac2()
323 va_start(argp, keylen2); in TSS_checkhmac2()
348 ret = TSS_rawhmac(testhmac2, key2, keylen2, 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 6 milliseconds