Searched refs:volume_key_size (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/cachefiles/ |
H A D | ondemand.c | 601 size_t volume_key_size, cookie_key_size; in cachefiles_ondemand_init_open_req() local 608 volume_key_size = volume->key[0] + 1; in cachefiles_ondemand_init_open_req() 620 load->volume_key_size = volume_key_size; in cachefiles_ondemand_init_open_req() 622 memcpy(load->data, volume_key, volume_key_size); in cachefiles_ondemand_init_open_req() 623 memcpy(load->data + volume_key_size, cookie_key, cookie_key_size); in cachefiles_ondemand_init_open_req() 662 size_t volume_key_size, cookie_key_size, data_len; in cachefiles_ondemand_init_object() local 676 volume_key_size = volume->key[0] + 1; in cachefiles_ondemand_init_object() 679 volume_key_size + cookie_key_size; in cachefiles_ondemand_init_object()
|
/openbmc/estoraged/src/test/include/ |
H A D | estoraged_test.hpp | 49 const char* volume_key, size_t volume_key_size, void* params), 54 size_t volume_key_size, const char* passphrase,
|
/openbmc/linux/include/uapi/linux/ |
H A D | cachefiles.h | 46 __u32 volume_key_size; member
|
/openbmc/linux/Documentation/filesystems/caching/ |
H A D | cachefiles.rst | 566 __u32 volume_key_size; 579 * ``volume_key_size`` indicates the size of the volume key in bytes.
|