Searched refs:is_weak_key (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Ddes.c170 static int is_weak_key ( const byte *key );
756 is_weak_key ( const byte *key ) function
805 else if (is_weak_key (key) || is_weak_key (key+8) || is_weak_key (key+16))
845 if (is_weak_key (key)) {
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Ddes.c171 static int is_weak_key ( const byte *key );
790 is_weak_key ( const byte *key ) function
1002 if (!is_weak_key(weak_keys[i]))
1022 else if (is_weak_key (key) || is_weak_key (key+8) || is_weak_key (key+16))
1084 if (is_weak_key (key)) {

Completed in 19 milliseconds