Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dprocessing_aes.c424 void *counter_bits = NULL; in tee_init_ctr_operation() local
435 rc = serialargs_get_ptr(&args, &counter_bits, 16); in tee_init_ctr_operation()
449 TEE_CipherInit(processing->tee_op_handle, counter_bits, 16); in tee_init_ctr_operation()