Searched refs:EVP_BytesToKey (Results 1 - 4 of 4) sorted by relevance
/external/boringssl/src/crypto/cipher_extra/ |
H A D | derive_key.c | 67 int EVP_BytesToKey(const EVP_CIPHER *type, const EVP_MD *md, function
|
/external/boringssl/src/crypto/pem/ |
H A D | pem_lib.c | 310 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 D | cipher.h | 324 // 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 D | cipher.h | 324 // 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 447 milliseconds