Home
last modified time | relevance | path

Searched refs:DES_is_weak_key (Results 1 – 7 of 7) sorted by relevance

/openssl/crypto/des/
H A Dset_key.c119 int DES_is_weak_key(const_DES_cblock *key) in DES_is_weak_key() function
304 if (DES_is_weak_key(key)) in DES_set_key()
319 if (DES_is_weak_key(key)) in DES_set_key_checked()
H A Drand_key.c24 } while (DES_is_weak_key(ret)); in DES_random_key()
/openssl/doc/man3/
H A DDES_random_key.pod6 DES_set_key_unchecked, DES_set_odd_parity, DES_is_weak_key,
31 int DES_is_weak_key(const_DES_cblock *key);
135 DES_is_weak_key() returns 1 if the passed key is a weak key, 0 if it
300 DES_is_weak_key() returns 1 if the passed key is a weak key, 0 if it
/openssl/include/openssl/
H A Ddes.h178 OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key);
/openssl/test/
H A Ddestest.c823 return TEST_int_eq(DES_is_weak_key(key), weak_keys[n].expect); in test_des_weak_keys()
/openssl/doc/man7/
H A Dossl-guide-migration.pod1352 DES_check_key_parity(), DES_is_weak_key(), DES_key_sched(), DES_options(),
/openssl/util/
H A Dlibcrypto.num1048 DES_is_weak_key 1076 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DES

Completed in 64 milliseconds