Home
last modified time | relevance | path

Searched refs:hex_encoded_iv (Results 1 – 1 of 1) sorted by relevance

/security/keys/encrypted-keys/
Dencrypted.c179 char **hex_encoded_iv) in datablob_parse() argument
247 *hex_encoded_iv = strsep(&datablob, " \t"); in datablob_parse()
248 if (!*hex_encoded_iv) { in datablob_parse()
659 const char *format, const char *hex_encoded_iv) in encrypted_key_decrypt() argument
673 if (strlen(hex_encoded_iv) != asciilen) in encrypted_key_decrypt()
676 hex_encoded_data = hex_encoded_iv + (2 * ivsize) + 2; in encrypted_key_decrypt()
677 ret = hex2bin(epayload->iv, hex_encoded_iv, ivsize); in encrypted_key_decrypt()
751 const char *hex_encoded_iv) in encrypted_init() argument
765 if (!hex_encoded_iv) { in encrypted_init()
771 ret = encrypted_key_decrypt(epayload, format, hex_encoded_iv); in encrypted_init()
[all …]