Searched refs:ex_data (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-9.3-release/crypto/openssl/crypto/dsa/
H A Ddsa.h180 CRYPTO_EX_DATA ex_data; member in struct:dsa_st
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_lib.c346 CRYPTO_new_ex_data(CRYPTO_EX_INDEX_SSL, s, &s->ex_data);
484 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_SSL, s, &s->ex_data);
1592 CRYPTO_new_ex_data(CRYPTO_EX_INDEX_SSL_CTX, ret, &ret->ex_data);
1686 * the ex_data of SSL_CTX, thus the ex_data store can only be removed
1688 * As the ex_data handling routines might also touch the session cache,
1690 * free ex_data, then finally free the cache.
1696 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_SSL_CTX, a, &a->ex_data);
2335 if (!CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_SSL, &ret->ex_data, &s->ex_data))
[all...]
H A Dssl.h469 CRYPTO_EX_DATA ex_data; /* application specific data */ member in struct:ssl_session_st
758 CRYPTO_EX_DATA ex_data; member in struct:ssl_ctx_st
1081 CRYPTO_EX_DATA ex_data; member in struct:ssl_st
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_vfy.c1201 return CRYPTO_set_ex_data(&ctx->ex_data, idx, data);
1206 return CRYPTO_get_ex_data(&ctx->ex_data, idx);
1445 * X509_STORE_CTX_cleanup does a proper "free" on the ex_data, we put a
1448 /* memset(&(ctx->ex_data),0,sizeof(CRYPTO_EX_DATA)); */
1450 &(ctx->ex_data))) {
1485 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_X509_STORE_CTX, ctx, &(ctx->ex_data));
1486 memset(&ctx->ex_data, 0, sizeof(CRYPTO_EX_DATA));
H A Dx509.h275 CRYPTO_EX_DATA ex_data; member in struct:x509_st
/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa.h172 CRYPTO_EX_DATA ex_data; member in struct:rsa_st
/freebsd-9.3-release/crypto/openssl/crypto/store/
H A Dstr_lib.c120 CRYPTO_new_ex_data(CRYPTO_EX_INDEX_STORE, ret, &ret->ex_data);
174 CRYPTO_free_ex_data(CRYPTO_EX_INDEX_STORE, store, &store->ex_data);
199 return (CRYPTO_set_ex_data(&r->ex_data, idx, arg));
204 return (CRYPTO_get_ex_data(&r->ex_data, idx));
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbio.h326 CRYPTO_EX_DATA ex_data; member in struct:bio_st
/freebsd-9.3-release/secure/lib/libcrypto/
H A DMakefile24 SRCS= cpt_err.c cryptlib.c cversion.c ebcdic.c ex_data.c mem.c mem_clr.c \

Completed in 260 milliseconds

12