Searched refs:aug (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | nvme-auth.h | 33 u8 *challenge, u8 *aug, size_t hlen);
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | unwind.c | 614 const char *aug; in fde_pointer_type() local 623 aug = (const void *)ptr; in fde_pointer_type() 624 ptr = memchr(aug, 0, end - ptr); in fde_pointer_type() 639 while (*++aug) { in fde_pointer_type() 642 switch (*aug) { in fde_pointer_type()
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | unwind.c | 612 const char *aug; in fde_pointer_type() local 621 aug = (const void *)ptr; in fde_pointer_type() 622 ptr = memchr(aug, 0, end - ptr); in fde_pointer_type() 637 while (*++aug) { in fde_pointer_type() 640 switch (*aug) { in fde_pointer_type()
|
/kernel/linux/linux-6.6/drivers/nvme/common/ |
H A D | auth.c | 331 u8 *challenge, u8 *aug, size_t hlen) in nvme_auth_augmented_challenge() 382 ret = crypto_shash_final(desc, aug); in nvme_auth_augmented_challenge() 330 nvme_auth_augmented_challenge(u8 hmac_id, u8 *skey, size_t skey_len, u8 *challenge, u8 *aug, size_t hlen) nvme_auth_augmented_challenge() argument
|
Completed in 5 milliseconds