Lines Matching refs:ex_data
350 CRYPTO_new_ex_data(CRYPTO_EX_INDEX_SSL, s, &s->ex_data);
537 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_SSL, s, &s->ex_data);
2156 CRYPTO_new_ex_data(CRYPTO_EX_INDEX_SSL_CTX, ret, &ret->ex_data);
2204 * the ex_data of SSL_CTX, thus the ex_data store can only be removed
2206 * As the ex_data handling routines might also touch the session cache,
2208 * free ex_data, then finally free the cache.
2214 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_SSL_CTX, ctx, &ctx->ex_data);
2951 &ret->ex_data, &s->ex_data))
3349 return (CRYPTO_set_ex_data(&s->ex_data, idx, arg));
3356 return (CRYPTO_get_ex_data(&s->ex_data, idx));
3372 return (CRYPTO_set_ex_data(&s->ex_data, idx, arg));
3379 return (CRYPTO_get_ex_data(&s->ex_data, idx));