Home
last modified time | relevance | path

Searched refs:DES_string_to_key (Results 1 – 8 of 8) sorted by relevance

/external/openssl/crypto/des/
Dread2pwd.c123 DES_string_to_key(buf,key); in DES_read_password()
Dstr2key.c62 void DES_string_to_key(const char *str, DES_cblock *key) in DES_string_to_key() function
Ddes.h227 void DES_string_to_key(const char *str,DES_cblock *key);
Ddes_old.c256 DES_string_to_key(str, key); in _ossl_old_des_string_to_key()
Ddes.c441 DES_string_to_key(key,&kk); in doencryption()
Ddes_old.h215 DES_string_to_key((s),(k))
/external/openssl/include/openssl/
Ddes.h227 void DES_string_to_key(const char *str,DES_cblock *key);
Ddes_old.h215 DES_string_to_key((s),(k))