Lines Matching defs:hex_encoded_iv
173 char **hex_encoded_iv, char **decrypted_data)
243 *hex_encoded_iv = strsep(&datablob, " \t");
244 if (!*hex_encoded_iv) {
654 const char *format, const char *hex_encoded_iv)
668 if (strlen(hex_encoded_iv) != asciilen)
671 hex_encoded_data = hex_encoded_iv + (2 * ivsize) + 2;
672 ret = hex2bin(epayload->iv, hex_encoded_iv, ivsize);
748 const char *hex_encoded_iv, const char *decrypted_data)
762 if (hex_encoded_iv) {
763 ret = encrypted_key_decrypt(epayload, format, hex_encoded_iv);
793 char *hex_encoded_iv = NULL;
807 &decrypted_datalen, &hex_encoded_iv, &decrypted_data);
818 decrypted_datalen, hex_encoded_iv, decrypted_data);