Home
last modified time | relevance | path

Searched refs:EVP_BytesToKey (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/cipher/
Dderive_key.c69 int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md, in EVP_BytesToKey() function
/external/boringssl/src/include/openssl/
Dcipher.h322 OPENSSL_EXPORT int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md,
/external/boringssl/src/crypto/pem/
Dpem_lib.c345 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()