Searched refs:DES_string_to_2keys (Results 1 – 8 of 8) sorted by relevance
/external/openssl/crypto/des/ |
D | read2pwd.c | 136 DES_string_to_2keys(buf,key1,key2); in DES_read_2passwords()
|
D | str2key.c | 102 void DES_string_to_2keys(const char *str, DES_cblock *key1, DES_cblock *key2) in DES_string_to_2keys() function
|
D | des.h | 228 void DES_string_to_2keys(const char *str,DES_cblock *key1,DES_cblock *key2);
|
D | des_old.c | 260 DES_string_to_2keys(str, key1, key2); in _ossl_old_des_string_to_2keys()
|
D | des.c | 436 DES_string_to_2keys(key,&kk,&k2); in doencryption()
|
D | des_old.h | 217 DES_string_to_2keys((s),(k1),(k2))
|
/external/openssl/include/openssl/ |
D | des.h | 228 void DES_string_to_2keys(const char *str,DES_cblock *key1,DES_cblock *key2);
|
D | des_old.h | 217 DES_string_to_2keys((s),(k1),(k2))
|