Searched refs:auth_size (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | j2s_utils.cpp | 369 void* auth_data, int auth_size) in j2s_load_struct_cache() argument 385 if (auth_data && auth_size) { in j2s_load_struct_cache() 386 void* buf = malloc(auth_size); in j2s_load_struct_cache() 390 if (read(fd, buf, auth_size) != auth_size) { in j2s_load_struct_cache() 395 if (memcmp(buf, auth_data, auth_size)) { in j2s_load_struct_cache() 419 void* auth_data, int auth_size) in j2s_save_struct_cache() argument 432 if (auth_data && auth_size) in j2s_save_struct_cache() 433 bytes_written = write(fd, auth_data, auth_size); in j2s_save_struct_cache()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ |
| H A D | sa2ul.c | 207 u16 auth_size; member 600 upd_info->auth_size.index = auth_offset >> 2; in sa_format_cmdl_gen() 601 upd_info->auth_offset.index = upd_info->auth_size.index + 1; in sa_format_cmdl_gen() 643 cmdl[upd_info->auth_size.index] &= ~SA_CMDL_PAYLOAD_LENGTH_MASK; in sa_update_cmdl() 644 cmdl[upd_info->auth_size.index] |= req->auth_size; in sa_update_cmdl() 656 int offset = (req->auth_size & 0xF) ? 4 : 0; in sa_update_cmdl() 1416 sa_req.auth_size = auth_len; in sa_sha_run() 1894 size_t auth_size, enc_size; in sa_aead_run() local 1897 auth_size = req->assoclen + req->cryptlen; in sa_aead_run() 1901 auth_size -= crypto_aead_authsize(tfm); in sa_aead_run() [all …]
|
| H A D | sa2ul.h | 252 struct sa_cmdl_param_info auth_size; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/ |
| H A D | j2s.h | 154 void* auth_data, int auth_size); 156 void* auth_data, int auth_size);
|
| /OK3568_Linux_fs/kernel/drivers/char/tpm/ |
| H A D | tpm2-cmd.c | 223 __be16 auth_size; member 252 auth_area.auth_size = 0; in tpm2_pcr_extend()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/chelsio/ |
| H A D | chcr_algo.c | 1522 unsigned int auth_size) in get_alg_config() argument 1524 switch (auth_size) { in get_alg_config()
|