Home
last modified time | relevance | path

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

/trusted-services/components/service/log/provider/
A Dlog_provider.c17 static const struct service_handler handler_table[] = { { TS_LOG_OPCODE_PUTS, log_puts_handler } }; variable
27 service_provider_init(&context->base_provider, context, &service_uuid, handler_table, in log_provider_init()
28 ARRAY_SIZE(handler_table)); in log_provider_init()
/trusted-services/components/service/rpmb/provider/
A Drpmb_provider.c101 static const struct service_handler handler_table[] = { variable
115 service_provider_init(&context->base_provider, context, service_uuid, handler_table, in rpmb_provider_init()
116 ARRAY_SIZE(handler_table)); in rpmb_provider_init()
/trusted-services/components/service/secure_storage/frontend/secure_storage_provider/
A Dsecure_storage_provider.c179 static const struct service_handler handler_table[] = { variable
198 service_provider_init(&context->base_provider, context, service_uuid, handler_table, in secure_storage_provider_init()
199 sizeof(handler_table) / sizeof(handler_table[0])); in secure_storage_provider_init()
/trusted-services/components/service/test_runner/provider/
A Dtest_runner_provider.c22 static const struct service_handler handler_table[] = { variable
39 handler_table, in test_runner_provider_init()
40 sizeof(handler_table) / sizeof(struct service_handler)); in test_runner_provider_init()
/trusted-services/components/service/attestation/provider/
A Dattest_provider.c25 static const struct service_handler handler_table[] = { variable
43 handler_table, sizeof(handler_table)/sizeof(struct service_handler)); in attest_provider_init()
/trusted-services/components/service/block_storage/provider/
A Dblock_storage_provider.c21 static const struct service_handler handler_table[] = { variable
45 handler_table, sizeof(handler_table)/sizeof(struct service_handler)); in block_storage_provider_init()
/trusted-services/components/service/crypto/provider/extension/mac/
A Dmac_provider.c22 static const struct service_handler handler_table[] = { variable
41 handler_table, sizeof(handler_table)/sizeof(struct service_handler)); in mac_provider_init()
/trusted-services/components/service/uefi/smm_variable/provider/
A Dsmm_variable_provider.c25 static const struct service_handler handler_table[] = { variable
45 service_provider_init(&context->base_provider, context, &dummy_uuid, handler_table, in smm_variable_provider_init()
46 sizeof(handler_table) / sizeof(struct service_handler)); in smm_variable_provider_init()
/trusted-services/components/service/crypto/provider/extension/hash/
A Dhash_provider.c22 static const struct service_handler handler_table[] = { variable
41 handler_table, sizeof(handler_table)/sizeof(struct service_handler)); in hash_provider_init()
/trusted-services/components/service/fwu/provider/
A Dfwu_provider.c35 static const struct service_handler handler_table[] = { variable
57 service_provider_init(&context->base_provider, context, &service_uuid, handler_table, in fwu_provider_init()
58 sizeof(handler_table) / sizeof(struct service_handler)); in fwu_provider_init()
/trusted-services/components/service/crypto/provider/extension/cipher/
A Dcipher_provider.c23 static const struct service_handler handler_table[] = { variable
43 handler_table, sizeof(handler_table)/sizeof(struct service_handler)); in cipher_provider_init()
/trusted-services/components/service/crypto/provider/extension/aead/
A Daead_provider.c26 static const struct service_handler handler_table[] = { variable
49 handler_table, sizeof(handler_table)/sizeof(struct service_handler)); in aead_provider_init()
/trusted-services/components/service/crypto/provider/extension/key_derivation/
A Dkey_derivation_provider.c28 static const struct service_handler handler_table[] = { variable
51 handler_table, sizeof(handler_table)/sizeof(struct service_handler)); in key_derivation_provider_init()
/trusted-services/components/service/crypto/provider/
A Dcrypto_provider.c41 static const struct service_handler handler_table[] = { variable
76 handler_table, in crypto_provider_init()
77 sizeof(handler_table) / sizeof(struct service_handler)); in crypto_provider_init()

Completed in 40 milliseconds