Searched refs:EVP_BytesToKey (Results 1 – 2 of 2) sorted by relevance
| /crypto/evp/ |
| A D | evp_key.c | 78 int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md, in EVP_BytesToKey() function
|
| /crypto/pem/ |
| A D | pem_lib.c | 391 if (!EVP_BytesToKey(enc, EVP_md5(), iv, kstr, klen, 1, key, NULL)) in PEM_ASN1_write_bio_internal() 479 if (!EVP_BytesToKey(cipher->cipher, EVP_md5(), &(cipher->iv[0]), in PEM_do_header()
|
Completed in 11 milliseconds