Searched refs:grub_crypto_memcmp (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | password.c | 37 if (grub_crypto_memcmp (entered, password, GRUB_AUTH_MAX_PASSLEN) != 0)
|
H A D | password_pbkdf2.c | 63 if (grub_crypto_memcmp (buf, pass->expected, pass->buflen) != 0)
|
H A D | hashsum.c | 156 if (grub_crypto_memcmp (expected, actual, hash->mdlen) != 0)
|
H A D | legacycfg.c | 594 return (grub_crypto_memcmp (digest, pw->hash, MD5_HASHLEN) == 0); 737 if (grub_crypto_memcmp (entered, correct, GRUB_AUTH_MAX_PASSLEN) != 0)
|
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/ |
H A D | zfscrypt.c | 364 if (err || (grub_crypto_memcmp (mac, key->unknown_purpose_key + 32, 16) 374 if (err || grub_crypto_memcmp (mac, key->enc_key + keylen, 16) != 0)
|
/osnet-11/usr/src/grub/grub2/include/grub/ |
H A D | crypto.h | 312 grub_crypto_memcmp (const void *a, const void *b, grub_size_t n);
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/ |
H A D | crypto.c | 392 grub_crypto_memcmp (const void *a, const void *b, grub_size_t n) function
|
Completed in 33 milliseconds