Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dcrypto-des3.c50 } while(DES_is_weak_key(&k[0]) || in DES3_random_key()
51 DES_is_weak_key(&k[1]) || in DES3_random_key()
52 DES_is_weak_key(&k[2])); in DES3_random_key()
223 if(DES_is_weak_key(&k[i])) in _krb5_DES3_random_to_key()
H A Dsalt-des3.c75 if(DES_is_weak_key(keys + i)) in DES3_string_to_key()
88 if(DES_is_weak_key(keys + i)) in DES3_string_to_key()
H A Dsalt-des.c160 if(DES_is_weak_key(key)) in DES_string_to_key_int()
166 if(DES_is_weak_key(key)) in DES_string_to_key_int()
H A Dcrypto-des.c47 } while(DES_is_weak_key(k)); in krb5_DES_random_key()
67 if(DES_is_weak_key(k)) in krb5_DES_random_to_key()
/freebsd/crypto/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()
/freebsd/crypto/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
/freebsd/crypto/openssl/include/openssl/
H A Ddes.h178 OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key);
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/
H A Dmanpages10 hcrypto/man/man3/DES_is_weak_key.3
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Denc_des.c217 } while(DES_is_weak_key(&fbp->temp_feed)); in fb64_start()
/freebsd/crypto/openssl/test/
H A Ddestest.c813 return TEST_int_eq(DES_is_weak_key(key), weak_keys[n].expect); in test_des_weak_keys()
/freebsd/crypto/heimdal/appl/telnet/
H A DChangeLog3 * libtelnet/enc_des.c: Use RAND_bytes() + DES_is_weak_key() to
/freebsd/secure/lib/libcrypto/
H A DVersion.map896 DES_is_weak_key;
/freebsd/crypto/openssl/doc/man7/
H A Dmigration_guide.pod1331 DES_check_key_parity(), DES_is_weak_key(), DES_key_sched(), DES_options(),
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile1226 MLINKS+= DES_random_key.3 DES_is_weak_key.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1048 DES_is_weak_key 1076 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DES