Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 704) sorted by relevance

12345678910>>...29

/minix3/external/bsd/libarchive/dist/libarchive/
H A Darchive_hash.h79 # define archive_md5_init(ctx) MD5Init(ctx) argument
80 # define archive_md5_final(ctx, buf) MD5Final(buf, ctx) argument
81 # define archive_md5_update(ctx, buf, n) MD5Update(ctx, buf, n) argument
86 # define archive_md5_init(ctx) CC_MD5_Init(ctx) argument
87 # define archive_md5_final(ctx, buf) CC_MD5_Final(buf, ctx) argument
88 # define archive_md5_update(ctx, buf, n) CC_MD5_Update(ctx, buf, n) argument
93 # define archive_md5_init(ctx) MD5_Init(ctx) argument
94 # define archive_md5_final(ctx, buf) MD5_Final(buf, ctx) argument
95 # define archive_md5_update(ctx, buf, n) MD5_Update(ctx, buf, n) argument
100 # define archive_md5_init(ctx) __la_hash_Init(ctx, CALG_MD5) argument
[all …]
/minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/include/idn/
H A Dresconf.h294 #define idn_resconf_localconverter(ctx) \ argument
297 #define idn_resconf_idnconverter(ctx) \ argument
300 #define idn_resconf_alternateconverter(ctx) \ argument
303 #define idn_resconf_normalizer(ctx) \ argument
306 #define idn_resconf_mapper(ctx) \ argument
309 #define idn_resconf_delimitermap(ctx) \ argument
312 #define idn_resconf_localmapselector(ctx) \ argument
315 #define idn_resconf_prohibitchecker(ctx) \ argument
318 #define idn_resconf_unassignedchecker(ctx) \ argument
/minix3/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dpmeth_lib.c356 void EVP_PKEY_CTX_free(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_free()
377 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl()
407 int EVP_PKEY_CTX_ctrl_str(EVP_PKEY_CTX *ctx, in EVP_PKEY_CTX_ctrl_str()
425 int EVP_PKEY_CTX_get_operation(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_get_operation()
430 void EVP_PKEY_CTX_set0_keygen_info(EVP_PKEY_CTX *ctx, int *dat, int datlen) in EVP_PKEY_CTX_set0_keygen_info()
436 void EVP_PKEY_CTX_set_data(EVP_PKEY_CTX *ctx, void *data) in EVP_PKEY_CTX_set_data()
441 void *EVP_PKEY_CTX_get_data(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_get_data()
446 EVP_PKEY *EVP_PKEY_CTX_get0_pkey(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_get0_pkey()
451 EVP_PKEY *EVP_PKEY_CTX_get0_peerkey(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_get0_peerkey()
456 void EVP_PKEY_CTX_set_app_data(EVP_PKEY_CTX *ctx, void *data) in EVP_PKEY_CTX_set_app_data()
[all …]
H A Dm_sha1.c73 static int init(EVP_MD_CTX *ctx) in init()
78 static int update(EVP_MD_CTX *ctx, const void *data, size_t count) in update()
83 static int final(EVP_MD_CTX *ctx, unsigned char *md) in final()
110 static int init224(EVP_MD_CTX *ctx) in init224()
115 static int init256(EVP_MD_CTX *ctx) in init256()
120 static int update224(EVP_MD_CTX *ctx,const void *data,size_t count) in update224()
125 static int update256(EVP_MD_CTX *ctx, const void *data, size_t count) in update256()
130 static int final224(EVP_MD_CTX *ctx,unsigned char *md) in final224()
135 static int final256(EVP_MD_CTX *ctx, unsigned char *md) in final256()
182 static int init384(EVP_MD_CTX *ctx) in init384()
[all …]
H A Dpmeth_fn.c67 #define M_check_autoarg(ctx, arg, arglen, err) \ argument
83 int EVP_PKEY_sign_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_sign_init()
100 int EVP_PKEY_sign(EVP_PKEY_CTX *ctx, in EVP_PKEY_sign()
117 int EVP_PKEY_verify_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_verify_init()
134 int EVP_PKEY_verify(EVP_PKEY_CTX *ctx, in EVP_PKEY_verify()
150 int EVP_PKEY_verify_recover_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_verify_recover_init()
167 int EVP_PKEY_verify_recover(EVP_PKEY_CTX *ctx, in EVP_PKEY_verify_recover()
184 int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_encrypt_init()
201 int EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx, in EVP_PKEY_encrypt()
218 int EVP_PKEY_decrypt_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_decrypt_init()
[all …]
H A Dpmeth_gn.c68 int EVP_PKEY_paramgen_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_paramgen_init()
85 int EVP_PKEY_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey) in EVP_PKEY_paramgen()
113 int EVP_PKEY_keygen_init(EVP_PKEY_CTX *ctx) in EVP_PKEY_keygen_init()
130 int EVP_PKEY_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey) in EVP_PKEY_keygen()
158 void EVP_PKEY_CTX_set_cb(EVP_PKEY_CTX *ctx, EVP_PKEY_gen_cb *cb) in EVP_PKEY_CTX_set_cb()
163 EVP_PKEY_gen_cb *EVP_PKEY_CTX_get_cb(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_get_cb()
175 EVP_PKEY_CTX *ctx = gcb->arg; in trans_cb() local
181 void evp_pkey_set_cb_translate(BN_GENCB *cb, EVP_PKEY_CTX *ctx) in evp_pkey_set_cb_translate()
186 int EVP_PKEY_CTX_get_keygen_info(EVP_PKEY_CTX *ctx, int idx) in EVP_PKEY_CTX_get_keygen_info()
H A Devp_lib.c121 int EVP_CIPHER_type(const EVP_CIPHER *ctx) in EVP_CIPHER_type()
185 int EVP_CIPHER_CTX_block_size(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_block_size()
190 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in EVP_Cipher()
196 const EVP_CIPHER *EVP_CIPHER_CTX_cipher(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_cipher()
206 unsigned long EVP_CIPHER_CTX_flags(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_flags()
211 void *EVP_CIPHER_CTX_get_app_data(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_get_app_data()
216 void EVP_CIPHER_CTX_set_app_data(EVP_CIPHER_CTX *ctx, void *data) in EVP_CIPHER_CTX_set_app_data()
226 int EVP_CIPHER_CTX_iv_length(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_iv_length()
236 int EVP_CIPHER_CTX_key_length(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_key_length()
246 int EVP_CIPHER_CTX_nid(const EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_nid()
[all …]
H A Ddigest.c124 void EVP_MD_CTX_init(EVP_MD_CTX *ctx) in EVP_MD_CTX_init()
131 EVP_MD_CTX *ctx = OPENSSL_malloc(sizeof *ctx); in EVP_MD_CTX_create() local
139 int EVP_DigestInit(EVP_MD_CTX *ctx, const EVP_MD *type) in EVP_DigestInit()
145 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) in EVP_DigestInit_ex()
239 int EVP_DigestUpdate(EVP_MD_CTX *ctx, const void *data, size_t count) in EVP_DigestUpdate()
249 int EVP_DigestFinal(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *size) in EVP_DigestFinal()
258 int EVP_DigestFinal_ex(EVP_MD_CTX *ctx, unsigned char *md, unsigned int *size) in EVP_DigestFinal_ex()
340 EVP_MD_CTX ctx; in EVP_Digest() local
353 void EVP_MD_CTX_destroy(EVP_MD_CTX *ctx) in EVP_MD_CTX_destroy()
362 int EVP_MD_CTX_cleanup(EVP_MD_CTX *ctx) in EVP_MD_CTX_cleanup()
H A Devp_enc.c73 # define M_do_cipher(ctx, out, in, inl) FIPS_cipher(ctx, out, in, inl) argument
75 # define M_do_cipher(ctx, out, in, inl) ctx->cipher->do_cipher(ctx, out, in, inl) argument
80 void EVP_CIPHER_CTX_init(EVP_CIPHER_CTX *ctx) in EVP_CIPHER_CTX_init()
88 EVP_CIPHER_CTX *ctx = OPENSSL_malloc(sizeof *ctx); in EVP_CIPHER_CTX_new() local
94 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit()
102 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_CipherInit_ex()
254 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl, in EVP_CipherUpdate()
263 int EVP_CipherFinal_ex(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal_ex()
271 int EVP_CipherFinal(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl) in EVP_CipherFinal()
279 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, in EVP_EncryptInit()
[all …]
/minix3/external/bsd/bind/dist/lib/isc/
H A Dhmacsha.c46 isc_hmacsha1_init(isc_hmacsha1_t *ctx, const unsigned char *key, in isc_hmacsha1_init()
58 isc_hmacsha1_invalidate(isc_hmacsha1_t *ctx) { in isc_hmacsha1_invalidate()
63 isc_hmacsha1_update(isc_hmacsha1_t *ctx, const unsigned char *buf, in isc_hmacsha1_update()
74 isc_hmacsha1_sign(isc_hmacsha1_t *ctx, unsigned char *digest, size_t len) { in isc_hmacsha1_sign()
90 isc_hmacsha224_init(isc_hmacsha224_t *ctx, const unsigned char *key, in isc_hmacsha224_init()
102 isc_hmacsha224_invalidate(isc_hmacsha224_t *ctx) { in isc_hmacsha224_invalidate()
107 isc_hmacsha224_update(isc_hmacsha224_t *ctx, const unsigned char *buf, in isc_hmacsha224_update()
118 isc_hmacsha224_sign(isc_hmacsha224_t *ctx, unsigned char *digest, size_t len) { in isc_hmacsha224_sign()
134 isc_hmacsha256_init(isc_hmacsha256_t *ctx, const unsigned char *key, in isc_hmacsha256_init()
146 isc_hmacsha256_invalidate(isc_hmacsha256_t *ctx) { in isc_hmacsha256_invalidate()
[all …]
H A Dhmacmd5.c46 isc_hmacmd5_init(isc_hmacmd5_t *ctx, const unsigned char *key, in isc_hmacmd5_init()
58 isc_hmacmd5_invalidate(isc_hmacmd5_t *ctx) { in isc_hmacmd5_invalidate()
63 isc_hmacmd5_update(isc_hmacmd5_t *ctx, const unsigned char *buf, in isc_hmacmd5_update()
74 isc_hmacmd5_sign(isc_hmacmd5_t *ctx, unsigned char *digest) { in isc_hmacmd5_sign()
89 isc_hmacmd5_init(isc_hmacmd5_t *ctx, const unsigned char *key, in isc_hmacmd5_init()
118 isc_hmacmd5_invalidate(isc_hmacmd5_t *ctx) { in isc_hmacmd5_invalidate()
133 isc_hmacmd5_update(isc_hmacmd5_t *ctx, const unsigned char *buf, in isc_hmacmd5_update()
145 isc_hmacmd5_sign(isc_hmacmd5_t *ctx, unsigned char *digest) { in isc_hmacmd5_sign()
164 isc_hmacmd5_init(isc_hmacmd5_t *ctx, const unsigned char *key, in isc_hmacmd5_init()
197 isc_hmacmd5_invalidate(isc_hmacmd5_t *ctx) { in isc_hmacmd5_invalidate()
[all …]
H A Dmd5.c56 isc_md5_init(isc_md5_t *ctx) { in isc_md5_init()
61 isc_md5_invalidate(isc_md5_t *ctx) { in isc_md5_invalidate()
66 isc_md5_update(isc_md5_t *ctx, const unsigned char *buf, unsigned int len) { in isc_md5_update()
73 isc_md5_final(isc_md5_t *ctx, unsigned char *digest) { in isc_md5_final()
80 isc_md5_init(isc_md5_t *ctx) { in isc_md5_init()
90 isc_md5_invalidate(isc_md5_t *ctx) { in isc_md5_invalidate()
102 isc_md5_update(isc_md5_t *ctx, const unsigned char *buf, unsigned int len) { in isc_md5_update()
112 isc_md5_final(isc_md5_t *ctx, unsigned char *digest) { in isc_md5_final()
140 isc_md5_init(isc_md5_t *ctx) { in isc_md5_init()
151 isc_md5_invalidate(isc_md5_t *ctx) { in isc_md5_invalidate()
[all …]
H A Dapp_api.c88 isc_app_ctxstart(isc_appctx_t *ctx) { in isc_app_ctxstart()
98 isc_app_ctxrun(isc_appctx_t *ctx) { in isc_app_ctxrun()
108 isc_app_ctxonrun(isc_appctx_t *ctx, isc_mem_t *mctx, in isc_app_ctxonrun()
121 isc_app_ctxsuspend(isc_appctx_t *ctx) { in isc_app_ctxsuspend()
131 isc_app_ctxshutdown(isc_appctx_t *ctx) { in isc_app_ctxshutdown()
141 isc_app_ctxfinish(isc_appctx_t *ctx) { in isc_app_ctxfinish()
151 isc_appctx_settaskmgr(isc_appctx_t *ctx, isc_taskmgr_t *taskmgr) { in isc_appctx_settaskmgr()
162 isc_appctx_setsocketmgr(isc_appctx_t *ctx, isc_socketmgr_t *socketmgr) { in isc_appctx_setsocketmgr()
173 isc_appctx_settimermgr(isc_appctx_t *ctx, isc_timermgr_t *timermgr) { in isc_appctx_settimermgr()
/minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/
H A Dresconf.c177 idn_resconf_t ctx = NULL; in idn_resconf_create() local
328 idn_resconf_loadfile(idn_resconf_t ctx, const char *file) { in idn_resconf_loadfile()
370 idn_resconf_destroy(idn_resconf_t ctx) { in idn_resconf_destroy()
388 idn_resconf_incrref(idn_resconf_t ctx) { in idn_resconf_incrref()
399 idn_resconf_getalternateconverter(idn_resconf_t ctx) { in idn_resconf_getalternateconverter()
408 idn_resconf_getdelimitermap(idn_resconf_t ctx) { in idn_resconf_getdelimitermap()
419 idn_resconf_getidnconverter(idn_resconf_t ctx) { in idn_resconf_getidnconverter()
430 idn_resconf_getauxidnconverter(idn_resconf_t ctx) { in idn_resconf_getauxidnconverter()
441 idn_resconf_getlocalconverter(idn_resconf_t ctx) { in idn_resconf_getlocalconverter()
460 idn_resconf_getlocalmapselector(idn_resconf_t ctx) { in idn_resconf_getlocalmapselector()
[all …]
/minix3/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_rsp_sign.c97 static ASN1_INTEGER *def_serial_cb(struct TS_resp_ctx *ctx, void *data) in def_serial_cb()
115 static int def_time_cb(struct TS_resp_ctx *ctx, void *data, in def_time_cb()
136 static int def_time_cb(struct TS_resp_ctx *ctx, void *data, in def_time_cb()
156 static int def_extension_cb(struct TS_resp_ctx *ctx, X509_EXTENSION *ext, in def_extension_cb()
170 TS_RESP_CTX *ctx; in TS_RESP_CTX_new() local
186 void TS_RESP_CTX_free(TS_RESP_CTX *ctx) in TS_RESP_CTX_free()
203 int TS_RESP_CTX_set_signer_cert(TS_RESP_CTX *ctx, X509 *signer) in TS_RESP_CTX_set_signer_cert()
217 int TS_RESP_CTX_set_signer_key(TS_RESP_CTX *ctx, EVP_PKEY *key) in TS_RESP_CTX_set_signer_key()
227 int TS_RESP_CTX_set_def_policy(TS_RESP_CTX *ctx, ASN1_OBJECT *def_policy) in TS_RESP_CTX_set_def_policy()
239 int TS_RESP_CTX_set_certs(TS_RESP_CTX *ctx, STACK_OF(X509) *certs) in TS_RESP_CTX_set_certs()
[all …]
H A Dts_verify_ctx.c66 TS_VERIFY_CTX *ctx = in TS_VERIFY_CTX_new() local
75 void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx) in TS_VERIFY_CTX_init()
81 void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx) in TS_VERIFY_CTX_free()
90 void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx) in TS_VERIFY_CTX_cleanup()
112 TS_VERIFY_CTX *TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx) in TS_REQ_to_TS_VERIFY_CTX()
/minix3/common/lib/libprop/
H A Dprop_ingest.c49 prop_ingest_context_t ctx; in prop_ingest_context_alloc() local
66 prop_ingest_context_free(prop_ingest_context_t ctx) in prop_ingest_context_free()
77 prop_ingest_context_error(prop_ingest_context_t ctx) in prop_ingest_context_error()
88 prop_ingest_context_type(prop_ingest_context_t ctx) in prop_ingest_context_type()
99 prop_ingest_context_key(prop_ingest_context_t ctx) in prop_ingest_context_key()
110 prop_ingest_context_private(prop_ingest_context_t ctx) in prop_ingest_context_private()
124 prop_ingest_context_t ctx) in prop_dictionary_ingest()
/minix3/crypto/external/bsd/openssl/dist/engines/ccgost/
H A Dgost_pmeth.c22 static int pkey_gost_init(EVP_PKEY_CTX *ctx) in pkey_gost_init()
65 static void pkey_gost_cleanup(EVP_PKEY_CTX *ctx) in pkey_gost_cleanup()
74 static int pkey_gost_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) in pkey_gost_ctrl()
120 static int pkey_gost_ctrl94_str(EVP_PKEY_CTX *ctx, in pkey_gost_ctrl94_str()
184 static int pkey_gost_ctrl01_str(EVP_PKEY_CTX *ctx, in pkey_gost_ctrl01_str()
247 static int pkey_gost_paramgen_init(EVP_PKEY_CTX *ctx) in pkey_gost_paramgen_init()
252 static int pkey_gost94_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in pkey_gost94_paramgen()
269 static int pkey_gost01_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in pkey_gost01_paramgen()
289 static int pkey_gost94cp_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in pkey_gost94cp_keygen()
300 static int pkey_gost01cp_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in pkey_gost01cp_keygen()
[all …]
/minix3/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_vfy.c152 int X509_verify_cert(X509_STORE_CTX *ctx) in X509_verify_cert()
442 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x) in find_issuer()
456 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer) in check_issued()
475 static int get_issuer_sk(X509 **issuer, X509_STORE_CTX *ctx, X509 *x) in get_issuer_sk()
490 static int check_chain_extensions(X509_STORE_CTX *ctx) in check_chain_extensions()
637 static int check_name_constraints(X509_STORE_CTX *ctx) in check_name_constraints()
670 static int check_trust(X509_STORE_CTX *ctx) in check_trust()
696 static int check_revocation(X509_STORE_CTX *ctx) in check_revocation()
718 static int check_cert(X509_STORE_CTX *ctx) in check_cert()
792 static int check_crl_time(X509_STORE_CTX *ctx, X509_CRL *crl, int notify) in check_crl_time()
[all …]
/minix3/external/bsd/tmux/dist/
H A Dscreen-write.c34 struct screen_write_ctx *ctx, struct window_pane *wp, struct screen *s) in screen_write_start()
45 screen_write_stop(unused struct screen_write_ctx *ctx) in screen_write_stop()
52 screen_write_reset(struct screen_write_ctx *ctx) in screen_write_reset()
68 screen_write_putc(struct screen_write_ctx *ctx, struct grid_cell *gc, u_char ch) in screen_write_putc()
149 struct screen_write_ctx *ctx, struct grid_cell *gc, const char *fmt, ...) in screen_write_puts()
160 screen_write_nputs(struct screen_write_ctx *ctx, in screen_write_nputs()
171 screen_write_vnputs(struct screen_write_ctx *ctx, ssize_t maxlen, in screen_write_vnputs()
224 screen_write_cnputs(struct screen_write_ctx *ctx, in screen_write_cnputs()
293 screen_write_copy(struct screen_write_ctx *ctx, in screen_write_copy()
343 struct screen_write_ctx *ctx, struct tty_ctx *ttyctx, int save_last) in screen_write_initctx()
[all …]
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dhmac.c43 HMAC_CTX_init(HMAC_CTX *ctx) in HMAC_CTX_init()
49 HMAC_CTX_cleanup(HMAC_CTX *ctx) in HMAC_CTX_cleanup()
73 HMAC_size(const HMAC_CTX *ctx) in HMAC_size()
79 HMAC_Init_ex(HMAC_CTX *ctx, in HMAC_Init_ex()
134 HMAC_Update(HMAC_CTX *ctx, const void *data, size_t len) in HMAC_Update()
140 HMAC_Final(HMAC_CTX *ctx, void *md, unsigned int *len) in HMAC_Final()
156 HMAC_CTX ctx; in HMAC() local
/minix3/crypto/external/bsd/openssl/dist/crypto/cmac/
H A Dcm_pmeth.c64 static int pkey_cmac_init(EVP_PKEY_CTX *ctx) in pkey_cmac_init()
82 static void pkey_cmac_cleanup(EVP_PKEY_CTX *ctx) in pkey_cmac_cleanup()
87 static int pkey_cmac_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in pkey_cmac_keygen()
102 static int int_update(EVP_MD_CTX *ctx, const void *data, size_t count) in int_update()
109 static int cmac_signctx_init(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx) in cmac_signctx_init()
116 static int cmac_signctx(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, in cmac_signctx()
122 static int pkey_cmac_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) in pkey_cmac_ctrl()
154 static int pkey_cmac_ctrl_str(EVP_PKEY_CTX *ctx, in pkey_cmac_ctrl_str()
/minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestsuite.c95 idn_testsuite_t ctx = NULL; in idn_testsuite_create() local
131 idn_testsuite_destroy(idn_testsuite_t ctx) { in idn_testsuite_destroy()
144 idn_testsuite_addtestcase(idn_testsuite_t ctx, const char *title, in idn_testsuite_addtestcase()
182 idn_testsuite_ntestcases(idn_testsuite_t ctx) { in idn_testsuite_ntestcases()
188 idn_testsuite_setverbose(idn_testsuite_t ctx) { in idn_testsuite_setverbose()
194 idn_testsuite_unsetverbose(idn_testsuite_t ctx) { in idn_testsuite_unsetverbose()
200 run_internal(idn_testsuite_t ctx, char *titles[]) { in run_internal()
258 idn_testsuite_runall(idn_testsuite_t ctx) { in idn_testsuite_runall()
264 idn_testsuite_run(idn_testsuite_t ctx, char *titles[]) { in idn_testsuite_run()
270 idn_testsuite_npassed(idn_testsuite_t ctx) { in idn_testsuite_npassed()
[all …]
/minix3/crypto/external/bsd/openssl/dist/crypto/hmac/
H A Dhm_pmeth.c72 HMAC_CTX ctx; member
75 static int pkey_hmac_init(EVP_PKEY_CTX *ctx) in pkey_hmac_init()
113 static void pkey_hmac_cleanup(EVP_PKEY_CTX *ctx) in pkey_hmac_cleanup()
126 static int pkey_hmac_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY *pkey) in pkey_hmac_keygen()
140 static int int_update(EVP_MD_CTX *ctx, const void *data, size_t count) in int_update()
148 static int hmac_signctx_init(EVP_PKEY_CTX *ctx, EVP_MD_CTX *mctx) in hmac_signctx_init()
157 static int hmac_signctx(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, in hmac_signctx()
176 static int pkey_hmac_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) in pkey_hmac_ctrl()
207 static int pkey_hmac_ctrl_str(EVP_PKEY_CTX *ctx, in pkey_hmac_ctrl_str()
/minix3/external/bsd/bind/dist/lib/lwres/
H A Dcontext.c158 lwres_context_t *ctx; in lwres_context_create() local
220 lwres_context_t *ctx; in lwres_context_destroy() local
239 lwres_context_nextserial(lwres_context_t *ctx) { in lwres_context_nextserial()
247 lwres_context_initserial(lwres_context_t *ctx, lwres_uint32_t serial) { in lwres_context_initserial()
255 lwres_context_freemem(lwres_context_t *ctx, void *mem, size_t len) { in lwres_context_freemem()
264 lwres_context_allocmem(lwres_context_t *ctx, size_t len) { in lwres_context_allocmem()
294 context_connect(lwres_context_t *ctx) { in context_connect()
380 lwres_context_getsocket(lwres_context_t *ctx) { in lwres_context_getsocket()
385 lwres_context_send(lwres_context_t *ctx, in lwres_context_send()
407 lwres_context_recv(lwres_context_t *ctx, in lwres_context_recv()
[all …]

12345678910>>...29