| /trusted-services/components/service/log/provider/ |
| A D | log_provider.c | 17 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 D | rpmb_provider.c | 101 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 D | secure_storage_provider.c | 179 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 D | test_runner_provider.c | 22 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 D | attest_provider.c | 25 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 D | block_storage_provider.c | 21 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 D | mac_provider.c | 22 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 D | smm_variable_provider.c | 25 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 D | hash_provider.c | 22 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 D | fwu_provider.c | 35 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 D | cipher_provider.c | 23 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 D | aead_provider.c | 26 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 D | key_derivation_provider.c | 28 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 D | crypto_provider.c | 41 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()
|