Lines Matching refs:ctx
184 ret = mbedtls_cipher_setup(&operation->ctx.cmac, cipher_info);
189 ret = mbedtls_cipher_cmac_starts(&operation->ctx.cmac,
212 mbedtls_cipher_init(&operation->ctx.cmac);
219 operation->ctx.hmac.alg = 0;
244 mbedtls_cipher_free(&operation->ctx.cmac);
249 psa_hmac_abort_internal(&operation->ctx.hmac);
299 status = psa_hmac_setup_internal(&operation->ctx.hmac,
353 mbedtls_cipher_cmac_update(&operation->ctx.cmac,
359 return psa_hmac_update_internal(&operation->ctx.hmac,
379 int ret = mbedtls_cipher_cmac_finish(&operation->ctx.cmac, tmp);
389 return psa_hmac_finish_internal(&operation->ctx.hmac,