Searched refs:key_data (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/drivers/ |
A D | versal_huk.c | 173 uint32_t key_data[8] = DEVEL_KEY; in aes_gcm_encrypt() local 177 size_t key_len = sizeof(key_data); in aes_gcm_encrypt() 195 for (i = 0; i < ARRAY_SIZE(key_data); i++) in aes_gcm_encrypt() 196 key_data[i] = TEE_U32_BSWAP(key_data[i]); in aes_gcm_encrypt() 198 versal_mbox_alloc(key_len, key_data, &p); in aes_gcm_encrypt()
|
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | processing.c | 1125 void *key_data = NULL; in entry_wrap_key() local 1256 rc = alloc_key_data_to_wrap(key->attributes, &key_data, &key_sz); in entry_wrap_key() 1266 rc = wrap_data_by_symm_enc(session, key_data, key_sz, out_buf, in entry_wrap_key() 1274 rc = wrap_data_by_asymm_enc(session, key_data, key_sz, out_buf, in entry_wrap_key() 1284 TEE_Free(key_data); in entry_wrap_key()
|
Completed in 5 milliseconds