Searched refs:hex_encoded_iv (Results 1 – 1 of 1) sorted by relevance
173 char **hex_encoded_iv) in datablob_parse() argument242 *hex_encoded_iv = strsep(&datablob, " \t"); in datablob_parse()243 if (!*hex_encoded_iv) { in datablob_parse()656 const char *format, const char *hex_encoded_iv) in encrypted_key_decrypt() argument670 if (strlen(hex_encoded_iv) != asciilen) in encrypted_key_decrypt()674 ret = hex2bin(epayload->iv, hex_encoded_iv, ivsize); in encrypted_key_decrypt()749 const char *hex_encoded_iv) in encrypted_init() argument763 if (!hex_encoded_iv) { in encrypted_init()789 char *hex_encoded_iv = NULL; in encrypted_instantiate() local802 &decrypted_datalen, &hex_encoded_iv); in encrypted_instantiate()[all …]
Completed in 4 milliseconds