Searched refs:DES_is_weak_key (Results 1 – 16 of 16) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | crypto-des3.c | 50 } 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 D | salt-des3.c | 75 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 D | salt-des.c | 160 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 D | crypto-des.c | 47 } 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 D | set_key.c | 119 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 D | rand_key.c | 24 } while (DES_is_weak_key(ret)); in DES_random_key()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | DES_random_key.pod | 6 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 D | des.h | 178 OSSL_DEPRECATEDIN_3_0 int DES_is_weak_key(const_DES_cblock *key);
|
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/ |
H A D | manpages | 10 hcrypto/man/man3/DES_is_weak_key.3
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | enc_des.c | 217 } while(DES_is_weak_key(&fbp->temp_feed)); in fb64_start()
|
/freebsd/crypto/openssl/test/ |
H A D | destest.c | 813 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 D | ChangeLog | 3 * libtelnet/enc_des.c: Use RAND_bytes() + DES_is_weak_key() to
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 896 DES_is_weak_key;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1331 DES_check_key_parity(), DES_is_weak_key(), DES_key_sched(), DES_options(),
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1226 MLINKS+= DES_random_key.3 DES_is_weak_key.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 1048 DES_is_weak_key 1076 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DES
|