OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVP_BytesToKey
(Results
1 - 3
of
3
) sorted by null
/external/boringssl/src/crypto/cipher/
derive_key.c
69
int
EVP_BytesToKey
(const EVP_CIPHER *type, const EVP_MD *md,
/external/boringssl/src/include/openssl/
cipher.h
318
/*
EVP_BytesToKey
generates a key and IV for the cipher |type| by iterating
322
OPENSSL_EXPORT int
EVP_BytesToKey
(const EVP_CIPHER *type, const EVP_MD *md,
/external/boringssl/src/crypto/pem/
pem_lib.c
345
if (!
EVP_BytesToKey
(enc,EVP_md5(),iv,kstr,klen,1,key,NULL))
411
if (!
EVP_BytesToKey
(cipher->cipher,EVP_md5(),&(cipher->iv[0]),
Completed in 328 milliseconds