Lines Matching refs:ivdata
72 const void *ivdata, in try_decrypt() argument
91 ret = EVP_BytesToKey(c, EVP_md5(), ivdata, in try_decrypt()
119 EVP_CipherInit_ex(ctx, c, NULL, key, ivdata, 0); in try_decrypt()
183 void *ivdata; in parse_pem_private_key() local
231 ivdata = malloc(size); in parse_pem_private_key()
232 if (ivdata == NULL) { in parse_pem_private_key()
240 free(ivdata); in parse_pem_private_key()
251 ssize = hex_decode(iv, ivdata, size); in parse_pem_private_key()
257 free(ivdata); in parse_pem_private_key()
273 ret = try_decrypt(context, c, ai, cipher, ivdata, in parse_pem_private_key()
294 ret = try_decrypt(context, c, ai, cipher, ivdata, password, in parse_pem_private_key()
299 free(ivdata); in parse_pem_private_key()