Searched refs:EVP_BytesToKey (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/cipher/ |
D | derive_key.c | 69 int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md, in EVP_BytesToKey() function
|
/external/boringssl/src/include/openssl/ |
D | cipher.h | 322 OPENSSL_EXPORT int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md,
|
/external/boringssl/src/crypto/pem/ |
D | pem_lib.c | 345 if (!EVP_BytesToKey(enc,EVP_md5(),iv,kstr,klen,1,key,NULL)) in PEM_ASN1_write_bio() 411 if (!EVP_BytesToKey(cipher->cipher,EVP_md5(),&(cipher->iv[0]), in PEM_do_header()
|