Searched refs:aug (Results 1 – 3 of 3) sorted by relevance
36 u8 *challenge, u8 *aug, size_t hlen);
603 const char *aug; in fde_pointer_type() local 612 aug = (const void *)ptr; in fde_pointer_type() 613 ptr = memchr(aug, 0, end - ptr); in fde_pointer_type() 628 while (*++aug) { in fde_pointer_type() 631 switch (*aug) { in fde_pointer_type()
333 u8 *challenge, u8 *aug, size_t hlen) in nvme_auth_augmented_challenge() argument 367 ret = crypto_shash_tfm_digest(tfm, challenge, hlen, aug); in nvme_auth_augmented_challenge()