Lines Matching refs:hex_encoded_iv
173 char **hex_encoded_iv)
242 *hex_encoded_iv = strsep(&datablob, " \t");
243 if (!*hex_encoded_iv) {
656 const char *format, const char *hex_encoded_iv)
670 if (strlen(hex_encoded_iv) != asciilen)
673 hex_encoded_data = hex_encoded_iv + (2 * ivsize) + 2;
674 ret = hex2bin(epayload->iv, hex_encoded_iv, ivsize);
749 const char *hex_encoded_iv)
763 if (!hex_encoded_iv) {
769 ret = encrypted_key_decrypt(epayload, format, hex_encoded_iv);
789 char *hex_encoded_iv = NULL;
802 &decrypted_datalen, &hex_encoded_iv);
813 decrypted_datalen, hex_encoded_iv);