Searched refs:ctx (Results 1 - 25 of 1119) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dhandler.c21 ** ctx -- context structure
28 mi_handle_session(ctx)
29 SMFICTX_PTR ctx;
33 if (ctx == NULL)
35 ctx->ctx_id = (sthread_t) sthread_get_id();
42 if (pthread_detach(ctx->ctx_id) != 0)
45 ret = mi_engine(ctx);
46 mi_clr_ctx(ctx);
47 ctx = NULL;
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Daes-encblock.c31 void *ctx; local
32 ctx = aes_encrypt_init(key, 16);
33 if (ctx == NULL)
35 aes_encrypt(ctx, in, out);
36 aes_encrypt_deinit(ctx);
/freebsd-9.3-release/crypto/heimdal/lib/gssapi/krb5/
H A Ddelete_sec_context.c44 gsskrb5_ctx ctx; local
58 ctx = (gsskrb5_ctx) *context_handle;
61 HEIMDAL_MUTEX_lock(&ctx->ctx_id_mutex);
63 krb5_auth_con_free (context, ctx->auth_context);
64 if(ctx->source)
65 krb5_free_principal (context, ctx->source);
66 if(ctx->target)
67 krb5_free_principal (context, ctx->target);
68 if (ctx->ticket)
69 krb5_free_ticket (context, ctx
[all...]
H A Dticket_flags.c40 gsskrb5_ctx ctx,
43 if (ctx == NULL) {
47 HEIMDAL_MUTEX_lock(&ctx->ctx_id_mutex);
49 if (ctx->ticket == NULL) {
50 HEIMDAL_MUTEX_unlock(&ctx->ctx_id_mutex);
55 *tkt_flags = TicketFlags2int(ctx->ticket->ticket.flags);
56 HEIMDAL_MUTEX_unlock(&ctx->ctx_id_mutex);
39 _gsskrb5_get_tkt_flags(OM_uint32 *minor_status, gsskrb5_ctx ctx, OM_uint32 *tkt_flags) argument
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_hash.h79 # define archive_md5_init(ctx) MD5Init(ctx)
80 # define archive_md5_final(ctx, buf) MD5Final(buf, ctx)
81 # define archive_md5_update(ctx, buf, n) MD5Update(ctx, buf, n)
86 # define archive_md5_init(ctx) MD5Init(ctx)
87 # define archive_md5_final(ctx, buf) MD5Final(buf, ctx)
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Dbio_b64.c116 BIO_B64_CTX *ctx; local
118 ctx = (BIO_B64_CTX *)OPENSSL_malloc(sizeof(BIO_B64_CTX));
119 if (ctx == NULL)
122 ctx->buf_len = 0;
123 ctx->tmp_len = 0;
124 ctx->tmp_nl = 0;
125 ctx->buf_off = 0;
126 ctx->cont = 1;
127 ctx->start = 1;
128 ctx
151 BIO_B64_CTX *ctx; local
365 BIO_B64_CTX *ctx; local
476 BIO_B64_CTX *ctx; local
[all...]
H A Dbio_ok.c177 BIO_OK_CTX *ctx; local
179 ctx = (BIO_OK_CTX *)OPENSSL_malloc(sizeof(BIO_OK_CTX));
180 if (ctx == NULL)
183 ctx->buf_len = 0;
184 ctx->buf_off = 0;
185 ctx->buf_len_save = 0;
186 ctx->buf_off_save = 0;
187 ctx->cont = 1;
188 ctx->finished = 0;
189 ctx
216 BIO_OK_CTX *ctx; local
291 BIO_OK_CTX *ctx; local
351 BIO_OK_CTX *ctx; local
466 BIO_OK_CTX *ctx; local
494 BIO_OK_CTX *ctx; local
529 BIO_OK_CTX *ctx; local
549 BIO_OK_CTX *ctx; local
[all...]
H A Ddigest.c121 void EVP_MD_CTX_init(EVP_MD_CTX *ctx) argument
123 memset(ctx, '\0', sizeof *ctx);
128 EVP_MD_CTX *ctx = OPENSSL_malloc(sizeof *ctx); local
130 if (ctx)
131 EVP_MD_CTX_init(ctx);
133 return ctx;
136 int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) argument
138 EVP_MD_CTX_init(ctx);
149 bad_init(EVP_MD_CTX *ctx) argument
155 bad_update(EVP_MD_CTX *ctx, const void *data, size_t count) argument
161 bad_final(EVP_MD_CTX *ctx, unsigned char *md) argument
193 do_evp_md_engine_null(EVP_MD_CTX *ctx, const EVP_MD **ptype, ENGINE *impl) argument
209 int_EVP_MD_set_engine_callbacks(int (*eng_md_init) (ENGINE *impl), int (*eng_md_fin) (ENGINE *impl), int (*eng_md_evp) (EVP_MD_CTX *ctx, const EVP_MD **ptype, ENGINE *impl)) argument
225 do_evp_md_engine(EVP_MD_CTX *ctx, const EVP_MD **ptype, ENGINE *impl) argument
273 EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) argument
326 EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *data, size_t count) argument
335 EVP_DigestFinal(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *size) argument
344 EVP_DigestFinal_ex(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *size) argument
415 EVP_MD_CTX ctx; local
428 EVP_MD_CTX_destroy(EVP_MD_CTX *ctx) argument
435 EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx) argument
[all...]
H A Devp_enc.c70 # define M_do_cipher(ctx, out, in, inl) \
71 EVP_Cipher(ctx,out,in,inl)
73 # define M_do_cipher(ctx, out, in, inl) \
74 ctx->cipher->do_cipher(ctx,out,in,inl)
81 EVP_CIPHER_CTX *ctx = OPENSSL_malloc(sizeof *ctx); local
82 if (ctx)
83 EVP_CIPHER_CTX_init(ctx);
84 return ctx;
87 EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, int enc) argument
95 EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, const unsigned char *in, int inl) argument
104 EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
112 EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
120 EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv) argument
126 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
133 EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv) argument
139 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
146 EVP_EncryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, const unsigned char *in, int inl) argument
200 EVP_EncryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
207 EVP_EncryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
240 EVP_DecryptUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, const unsigned char *in, int inl) argument
284 EVP_DecryptFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
291 EVP_DecryptFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) argument
333 EVP_CIPHER_CTX_free(EVP_CIPHER_CTX *ctx) argument
355 EVP_CIPHER_CTX_set_padding(EVP_CIPHER_CTX *ctx, int pad) argument
364 EVP_CIPHER_CTX_rand_key(EVP_CIPHER_CTX *ctx, unsigned char *key) argument
377 do_evp_enc_engine_full(EVP_CIPHER_CTX *ctx, const EVP_CIPHER **pcipher, ENGINE *impl) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/
H A DLPdir_unix.c70 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) argument
74 if (ctx == NULL || directory == NULL) {
80 if (*ctx == NULL) {
81 *ctx = (LP_DIR_CTX *)malloc(sizeof(LP_DIR_CTX));
82 if (*ctx == NULL) {
86 memset(*ctx, '\0', sizeof(LP_DIR_CTX));
88 (*ctx)->dir = opendir(directory);
89 if ((*ctx)->dir == NULL) {
91 free(*ctx);
92 *ctx
109 LP_find_file_end(LP_DIR_CTX **ctx) argument
[all...]
/freebsd-9.3-release/crypto/openssl/fips/hmac/
H A Dfips_hmac.c66 void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, argument
74 ctx->md = md;
76 md = ctx->md;
80 && (!(ctx->md_ctx.flags & EVP_MD_CTX_FLAG_NON_FIPS_ALLOW)
81 || !(ctx->i_ctx.flags & EVP_MD_CTX_FLAG_NON_FIPS_ALLOW)
82 || !(ctx->o_ctx.flags & EVP_MD_CTX_FLAG_NON_FIPS_ALLOW)))
88 OPENSSL_assert(j <= (int)sizeof ctx->key);
90 EVP_DigestInit_ex(&ctx->md_ctx, md, impl);
91 EVP_DigestUpdate(&ctx->md_ctx, key, len);
92 EVP_DigestFinal_ex(&(ctx
117 HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md) argument
124 HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len) argument
129 HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len) argument
143 HMAC_CTX_init(HMAC_CTX *ctx) argument
150 HMAC_CTX_cleanup(HMAC_CTX *ctx) argument
175 HMAC_CTX_set_flags(HMAC_CTX *ctx, unsigned long flags) argument
[all...]
/freebsd-9.3-release/contrib/ntp/libntp/
H A Da_md5encrypt.c30 EVP_MD_CTX *ctx; local
38 ctx = EVP_MD_CTX_new();
39 if (!(ctx && EVP_DigestInit(ctx, EVP_get_digestbynid(type)))) {
42 EVP_MD_CTX_free(ctx);
45 EVP_DigestUpdate(ctx, key, cache_secretsize);
46 EVP_DigestUpdate(ctx, (u_char *)pkt, length);
47 EVP_DigestFinal(ctx, digest, &len);
48 EVP_MD_CTX_free(ctx);
73 EVP_MD_CTX *ctx; local
114 EVP_MD_CTX *ctx; local
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dapp_api.c80 isc_app_ctxstart(isc_appctx_t *ctx) { argument
81 REQUIRE(ISCAPI_APPCTX_VALID(ctx));
83 return (ctx->methods->ctxstart(ctx));
87 isc_app_ctxrun(isc_appctx_t *ctx) { argument
88 REQUIRE(ISCAPI_APPCTX_VALID(ctx));
90 return (ctx->methods->ctxrun(ctx));
94 isc_app_ctxonrun(isc_appctx_t *ctx, isc_mem_t *mctx, argument
98 REQUIRE(ISCAPI_APPCTX_VALID(ctx));
104 isc_app_ctxsuspend(isc_appctx_t *ctx) argument
111 isc_app_ctxshutdown(isc_appctx_t *ctx) argument
118 isc_app_ctxfinish(isc_appctx_t *ctx) argument
125 isc_appctx_settaskmgr(isc_appctx_t *ctx, isc_taskmgr_t *taskmgr) argument
133 isc_appctx_setsocketmgr(isc_appctx_t *ctx, isc_socketmgr_t *socketmgr) argument
141 isc_appctx_settimermgr(isc_appctx_t *ctx, isc_timermgr_t *timermgr) argument
[all...]
H A Dhmacmd5.c39 isc_hmacmd5_init(isc_hmacmd5_t *ctx, const unsigned char *key, argument
42 HMAC_Init(ctx, (const void *) key, (int) len, EVP_md5());
46 isc_hmacmd5_invalidate(isc_hmacmd5_t *ctx) { argument
47 HMAC_CTX_cleanup(ctx);
51 isc_hmacmd5_update(isc_hmacmd5_t *ctx, const unsigned char *buf, argument
54 HMAC_Update(ctx, buf, (int) len);
58 isc_hmacmd5_sign(isc_hmacmd5_t *ctx, unsigned char *digest) { argument
59 HMAC_Final(ctx, digest, NULL);
60 HMAC_CTX_cleanup(ctx);
73 isc_hmacmd5_init(isc_hmacmd5_t *ctx, cons argument
96 isc_hmacmd5_invalidate(isc_hmacmd5_t *ctx) argument
106 isc_hmacmd5_update(isc_hmacmd5_t *ctx, const unsigned char *buf, unsigned int len) argument
116 isc_hmacmd5_sign(isc_hmacmd5_t *ctx, unsigned char *digest) argument
139 isc_hmacmd5_verify(isc_hmacmd5_t *ctx, unsigned char *digest) argument
144 isc_hmacmd5_verify2(isc_hmacmd5_t *ctx, unsigned char *digest, size_t len) argument
[all...]
/freebsd-9.3-release/lib/libc/arm/gen/
H A Dgetcontextx.c43 __fillcontextx2(char *ctx) argument
50 __fillcontextx(char *ctx) argument
54 ucp = (ucontext_t *)ctx;
63 char *ctx; local
66 ctx = malloc(__getcontextx_size());
67 if (ctx == NULL)
69 if (__fillcontextx(ctx) == -1) {
71 free(ctx);
75 return ((ucontext_t *)ctx);
/freebsd-9.3-release/lib/libc/ia64/gen/
H A Dgetcontextx.c43 __fillcontextx2(char *ctx) argument
50 __fillcontextx(char *ctx) argument
54 ucp = (ucontext_t *)ctx;
63 char *ctx; local
66 ctx = malloc(__getcontextx_size());
67 if (ctx == NULL)
69 if (__fillcontextx(ctx) == -1) {
71 free(ctx);
75 return ((ucontext_t *)ctx);
/freebsd-9.3-release/lib/libc/mips/gen/
H A Dgetcontextx.c43 __fillcontextx2(char *ctx) argument
50 __fillcontextx(char *ctx) argument
54 ucp = (ucontext_t *)ctx;
63 char *ctx; local
66 ctx = malloc(__getcontextx_size());
67 if (ctx == NULL)
69 if (__fillcontextx(ctx) == -1) {
71 free(ctx);
75 return ((ucontext_t *)ctx);
/freebsd-9.3-release/lib/libc/powerpc/gen/
H A Dgetcontextx.c43 __fillcontextx2(char *ctx) argument
50 __fillcontextx(char *ctx) argument
54 ucp = (ucontext_t *)ctx;
63 char *ctx; local
66 ctx = malloc(__getcontextx_size());
67 if (ctx == NULL)
69 if (__fillcontextx(ctx) == -1) {
71 free(ctx);
75 return ((ucontext_t *)ctx);
/freebsd-9.3-release/lib/libc/powerpc64/gen/
H A Dgetcontextx.c43 __fillcontextx2(char *ctx) argument
50 __fillcontextx(char *ctx) argument
54 ucp = (ucontext_t *)ctx;
63 char *ctx; local
66 ctx = malloc(__getcontextx_size());
67 if (ctx == NULL)
69 if (__fillcontextx(ctx) == -1) {
71 free(ctx);
75 return ((ucontext_t *)ctx);
/freebsd-9.3-release/lib/libc/sparc64/gen/
H A Dgetcontextx.c43 __fillcontextx2(char *ctx) argument
50 __fillcontextx(char *ctx) argument
54 ucp = (ucontext_t *)ctx;
63 char *ctx; local
66 ctx = malloc(__getcontextx_size());
67 if (ctx == NULL)
69 if (__fillcontextx(ctx) == -1) {
71 free(ctx);
75 return ((ucontext_t *)ctx);
/freebsd-9.3-release/sys/crypto/camellia/
H A Dcamellia-api.c39 camellia_set_key(camellia_ctx *ctx, const u_char *key, int bits) argument
42 Camellia_Ekeygen(bits, key, ctx->subkey);
43 ctx->bits = bits;
47 camellia_decrypt(const camellia_ctx *ctx, const u_char *src, u_char *dst) argument
50 Camellia_DecryptBlock(ctx->bits, src, ctx->subkey, dst);
54 camellia_encrypt(const camellia_ctx *ctx, const u_char *src, u_char *dst) argument
57 Camellia_EncryptBlock(ctx->bits, src, ctx->subkey, dst);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dhmacmd5.c38 isc_hmacmd5_init(isc_hmacmd5_t *ctx, const unsigned char *key, argument
41 HMAC_Init(ctx, (const void *) key, (int) len, EVP_md5());
45 isc_hmacmd5_invalidate(isc_hmacmd5_t *ctx) { argument
46 HMAC_CTX_cleanup(ctx);
50 isc_hmacmd5_update(isc_hmacmd5_t *ctx, const unsigned char *buf, argument
53 HMAC_Update(ctx, buf, (int) len);
57 isc_hmacmd5_sign(isc_hmacmd5_t *ctx, unsigned char *digest) { argument
58 HMAC_Final(ctx, digest, NULL);
59 HMAC_CTX_cleanup(ctx);
72 isc_hmacmd5_init(isc_hmacmd5_t *ctx, cons argument
95 isc_hmacmd5_invalidate(isc_hmacmd5_t *ctx) argument
105 isc_hmacmd5_update(isc_hmacmd5_t *ctx, const unsigned char *buf, unsigned int len) argument
115 isc_hmacmd5_sign(isc_hmacmd5_t *ctx, unsigned char *digest) argument
138 isc_hmacmd5_verify(isc_hmacmd5_t *ctx, unsigned char *digest) argument
143 isc_hmacmd5_verify2(isc_hmacmd5_t *ctx, unsigned char *digest, size_t len) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/hmac/
H A Dhmac.c66 void HMAC_Init_ex(HMAC_CTX *ctx, const void *key, int len, argument
74 ctx->md = md;
76 md = ctx->md;
81 OPENSSL_assert(j <= (int)sizeof(ctx->key));
83 EVP_DigestInit_ex(&ctx->md_ctx, md, impl);
84 EVP_DigestUpdate(&ctx->md_ctx, key, len);
85 EVP_DigestFinal_ex(&(ctx->md_ctx), ctx->key, &ctx->key_length);
87 OPENSSL_assert(len >= 0 && len <= (int)sizeof(ctx
110 HMAC_Init(HMAC_CTX *ctx, const void *key, int len, const EVP_MD *md) argument
117 HMAC_Update(HMAC_CTX *ctx, const unsigned char *data, size_t len) argument
122 HMAC_Final(HMAC_CTX *ctx, unsigned char *md, unsigned int *len) argument
133 HMAC_CTX_init(HMAC_CTX *ctx) argument
140 HMAC_CTX_cleanup(HMAC_CTX *ctx) argument
165 HMAC_CTX_set_flags(HMAC_CTX *ctx, unsigned long flags) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_vfy.c74 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
75 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
76 static int check_chain_extensions(X509_STORE_CTX *ctx);
77 static int check_trust(X509_STORE_CTX *ctx);
78 static int check_revocation(X509_STORE_CTX *ctx);
79 static int check_cert(X509_STORE_CTX *ctx);
80 static int check_policy(X509_STORE_CTX *ctx);
81 static int internal_verify(X509_STORE_CTX *ctx);
96 int X509_verify_cert(X509_STORE_CTX *ctx) argument
100 X509_VERIFY_PARAM *param = ctx
340 find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x) argument
354 check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer) argument
373 get_issuer_sk(X509 **issuer, X509_STORE_CTX *ctx, X509 *x) argument
388 check_chain_extensions(X509_STORE_CTX *ctx) argument
525 check_trust(X509_STORE_CTX *ctx) argument
551 check_revocation(X509_STORE_CTX *ctx) argument
569 check_cert(X509_STORE_CTX *ctx) argument
601 check_crl_time(X509_STORE_CTX *ctx, X509_CRL *crl, int notify) argument
652 get_crl_sk(X509_STORE_CTX *ctx, X509_CRL **pcrl, X509_NAME *nm, STACK_OF(X509_CRL) *crls) argument
680 get_crl(X509_STORE_CTX *ctx, X509_CRL **pcrl, X509 *x) argument
711 check_crl(X509_STORE_CTX *ctx, X509_CRL *crl) argument
776 cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x) argument
830 check_policy(X509_STORE_CTX *ctx) argument
872 check_cert_time(X509_STORE_CTX *ctx, X509 *x) argument
915 internal_verify(X509_STORE_CTX *ctx) argument
1199 X509_STORE_CTX_set_ex_data(X509_STORE_CTX *ctx, int idx, void *data) argument
1204 X509_STORE_CTX_get_ex_data(X509_STORE_CTX *ctx, int idx) argument
1209 X509_STORE_CTX_get_error(X509_STORE_CTX *ctx) argument
1214 X509_STORE_CTX_set_error(X509_STORE_CTX *ctx, int err) argument
1219 X509_STORE_CTX_get_error_depth(X509_STORE_CTX *ctx) argument
1224 X509_STORE_CTX_get_current_cert(X509_STORE_CTX *ctx) argument
1248 X509_STORE_CTX_set_cert(X509_STORE_CTX *ctx, X509 *x) argument
1253 X509_STORE_CTX_set_chain(X509_STORE_CTX *ctx, STACK_OF(X509) *sk) argument
1258 X509_STORE_CTX_set0_crls(X509_STORE_CTX *ctx, STACK_OF(X509_CRL) *sk) argument
1263 X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose) argument
1268 X509_STORE_CTX_set_trust(X509_STORE_CTX *ctx, int trust) argument
1284 X509_STORE_CTX_purpose_inherit(X509_STORE_CTX *ctx, int def_purpose, int purpose, int trust) argument
1332 X509_STORE_CTX *ctx; local
1342 X509_STORE_CTX_free(X509_STORE_CTX *ctx) argument
1350 X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *x509, STACK_OF(X509) *chain) argument
1463 X509_STORE_CTX_trusted_stack(X509_STORE_CTX *ctx, STACK_OF(X509) *sk) argument
1469 X509_STORE_CTX_cleanup(X509_STORE_CTX *ctx) argument
1489 X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth) argument
1494 X509_STORE_CTX_set_flags(X509_STORE_CTX *ctx, unsigned long flags) argument
1499 X509_STORE_CTX_set_time(X509_STORE_CTX *ctx, unsigned long flags, time_t t) argument
1505 X509_STORE_CTX_set_verify_cb(X509_STORE_CTX *ctx, int (*verify_cb) (int, X509_STORE_CTX *)) argument
1511 X509_STORE_CTX_get0_policy_tree(X509_STORE_CTX *ctx) argument
1516 X509_STORE_CTX_get_explicit_policy(X509_STORE_CTX *ctx) argument
1521 X509_STORE_CTX_set_default(X509_STORE_CTX *ctx, const char *name) argument
1530 X509_STORE_CTX_get0_param(X509_STORE_CTX *ctx) argument
1535 X509_STORE_CTX_set0_param(X509_STORE_CTX *ctx, X509_VERIFY_PARAM *param) argument
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dgss-genr.c50 ssh_gssapi_check_oid(Gssctxt *ctx, void *data, size_t len) argument
52 return (ctx != NULL && ctx->oid != GSS_C_NO_OID &&
53 ctx->oid->length == len &&
54 memcmp(ctx->oid->elements, data, len) == 0);
59 ssh_gssapi_set_oid_data(Gssctxt *ctx, void *data, size_t len) argument
61 if (ctx->oid != GSS_C_NO_OID) {
62 free(ctx->oid->elements);
63 free(ctx->oid);
65 ctx
73 ssh_gssapi_set_oid(Gssctxt *ctx, gss_OID oid) argument
95 OM_uint32 ctx; local
143 ssh_gssapi_build_ctx(Gssctxt **ctx) argument
156 ssh_gssapi_delete_ctx(Gssctxt **ctx) argument
189 ssh_gssapi_init_ctx(Gssctxt *ctx, int deleg_creds, gss_buffer_desc *recv_tok, gss_buffer_desc* send_tok, OM_uint32 *flags) argument
212 ssh_gssapi_import_name(Gssctxt *ctx, const char *host) argument
230 ssh_gssapi_sign(Gssctxt *ctx, gss_buffer_t buffer, gss_buffer_t hash) argument
252 ssh_gssapi_check_mechanism(Gssctxt **ctx, gss_OID oid, const char *host) argument
[all...]

Completed in 270 milliseconds

1234567891011>>