Searched refs:EVP_BytesToKey (Results 1 - 4 of 4) sorted by relevance

/external/boringssl/src/crypto/cipher_extra/
H A Dderive_key.c67 int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md, function
/external/boringssl/src/crypto/pem/
H A Dpem_lib.c310 if (!EVP_BytesToKey(enc, EVP_md5(), iv, kstr, klen, 1, key, NULL))
373 if (!EVP_BytesToKey(cipher->cipher, EVP_md5(), &(cipher->iv[0]),
/external/boringssl/include/openssl/
H A Dcipher.h324 // EVP_BytesToKey generates a key and IV for the cipher |type| by iterating
328 OPENSSL_EXPORT int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md,
/external/boringssl/src/include/openssl/
H A Dcipher.h324 // EVP_BytesToKey generates a key and IV for the cipher |type| by iterating
328 OPENSSL_EXPORT int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md,

Completed in 223 milliseconds