Home
last modified time | relevance | path

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

/trusty/user/app/storage/
Dcrypt.h67 const struct iv* iv_in);
72 const struct iv* iv_in);
Dcrypt.c260 const struct iv* iv_in) { in storage_encrypt() argument
261 return crypt(key, data_in_out, data_size, iv_in, true); in storage_encrypt()
277 const struct iv* iv_in) { in storage_decrypt() argument
278 return crypt(key, data_in_out, data_size, iv_in, false); in storage_decrypt()