Searched refs:hex_encoded_data (Results 1 – 1 of 1) sorted by relevance
667 const char *hex_encoded_data; in encrypted_key_decrypt() local678 hex_encoded_data = hex_encoded_iv + (2 * ivsize) + 2; in encrypted_key_decrypt()682 ret = hex2bin(epayload->encrypted_data, hex_encoded_data, in encrypted_key_decrypt()688 ret = hex2bin(hmac, hex_encoded_data + (encrypted_datalen * 2), in encrypted_key_decrypt()