Lines Matching refs:slots
1101 ssl_async_key_slot_t slots[4]; /* key, key2, sni1, sni2 */ member
1114 if (ctx->slots_used >= sizeof(ctx->slots) / sizeof(*ctx->slots)) { in ssl_async_set_key()
1117 ctx->slots[ctx->slots_used].cert = cert; in ssl_async_set_key()
1118 ctx->slots[ctx->slots_used].pk = pk; in ssl_async_set_key()
1119 ctx->slots[ctx->slots_used].delay = delay; in ssl_async_set_key()
1120 ctx->slots[ctx->slots_used].pk_owned = pk_take_ownership; in ssl_async_set_key()
1179 config_data->slots[slot].pk, in ssl_async_start()
1190 op_name, slot, config_data->slots[slot].delay); in ssl_async_start()
1210 ctx->remaining_delay = config_data->slots[slot].delay; in ssl_async_start()
1249 ssl_async_key_slot_t *key_slot = &config_data->slots[ctx->slot]; in ssl_async_resume()
4261 if (ssl_async_keys.slots[i].pk_owned) { in main()
4262 mbedtls_pk_free(ssl_async_keys.slots[i].pk); in main()
4263 mbedtls_free(ssl_async_keys.slots[i].pk); in main()
4264 ssl_async_keys.slots[i].pk = NULL; in main()