| /crypto/bn/ |
| A D | bn_depr.c | 24 void (*callback) (int, int, void *), void *cb_arg) in BN_generate_prime() 29 BN_GENCB_set_old(&cb, callback, cb_arg); in BN_generate_prime() 47 void (*callback) (int, int, void *), BN_CTX *ctx_passed, in BN_is_prime() 51 BN_GENCB_set_old(&cb, callback, cb_arg); in BN_is_prime() 56 void (*callback) (int, int, void *), in BN_is_prime_fasttest() 61 BN_GENCB_set_old(&cb, callback, cb_arg); in BN_is_prime_fasttest()
|
| A D | bn_lib.c | 1124 void BN_GENCB_set_old(BN_GENCB *gencb, void (*callback) (int, int, void *), in BN_GENCB_set_old() 1130 tmp_gencb->cb.cb_1 = callback; in BN_GENCB_set_old() 1134 void BN_GENCB_set(BN_GENCB *gencb, int (*callback) (int, int, BN_GENCB *), in BN_GENCB_set() 1140 tmp_gencb->cb.cb_2 = callback; in BN_GENCB_set()
|
| /crypto/async/ |
| A D | async_wait.c | 185 ASYNC_callback_fn callback, in ASYNC_WAIT_CTX_set_callback() argument 191 ctx->callback = callback; in ASYNC_WAIT_CTX_set_callback() 197 ASYNC_callback_fn *callback, in ASYNC_WAIT_CTX_get_callback() argument 200 if (ctx->callback == NULL) in ASYNC_WAIT_CTX_get_callback() 203 *callback = ctx->callback; in ASYNC_WAIT_CTX_get_callback()
|
| A D | async_local.h | 63 ASYNC_callback_fn callback; member
|
| /crypto/ |
| A D | trace.c | 60 OSSL_trace_cb callback; member 69 size_t cnt = ctx->callback(buf, num, ctx->category, OSSL_TRACE_CTRL_WRITE, in trace_write() 94 ctx->callback("", 0, ctx->category, cmd, ctx->data); in trace_ctrl() 395 int OSSL_trace_set_callback(int category, OSSL_trace_cb callback, void *data) in OSSL_trace_set_callback() argument 404 if (callback != NULL) { in OSSL_trace_set_callback() 410 trace_data->callback = callback; in OSSL_trace_set_callback()
|
| /crypto/dh/ |
| A D | dh_depr.c | 26 void (*callback) (int, int, void *), void *cb_arg) in DH_generate_parameters() 39 BN_GENCB_set_old(cb, callback, cb_arg); in DH_generate_parameters()
|
| /crypto/dsa/ |
| A D | dsa_depr.c | 34 void (*callback) (int, int, void *), in DSA_generate_parameters() 46 BN_GENCB_set_old(cb, callback, cb_arg); in DSA_generate_parameters()
|
| /crypto/rsa/ |
| A D | rsa_depr.c | 30 void (*callback) (int, int, void *), void *cb_arg) in RSA_generate_key() 50 BN_GENCB_set_old(cb, callback, cb_arg); in RSA_generate_key()
|
| /crypto/evp/ |
| A D | bio_enc.c | 416 long (*callback) (struct bio_st *, int, const char *, int, long, long) = NULL; in BIO_set_cipher() local 430 callback = BIO_get_callback(b); in BIO_set_cipher() 432 if ((callback != NULL) && in BIO_set_cipher() 433 (callback(b, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, in BIO_set_cipher() 448 else if (callback != NULL) in BIO_set_cipher() 449 return callback(b, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, 1L); in BIO_set_cipher()
|
| /crypto/pem/ |
| A D | pem_lib.c | 305 pem_password_cb *callback, void *u) in PEM_ASN1_write() argument 315 ret = PEM_ASN1_write_bio(i2d, name, b, x, enc, kstr, klen, callback, u); in PEM_ASN1_write() 370 if (callback == NULL) in PEM_ASN1_write_bio_internal() 373 klen = (*callback) (buf, PEM_BUFSIZE, 1, u); in PEM_ASN1_write_bio_internal() 430 pem_password_cb *callback, void *u) in PEM_ASN1_write_bio() argument 433 kstr, klen, callback, u); in PEM_ASN1_write_bio() 439 int klen, pem_password_cb *callback, void *u) in PEM_ASN1_write_bio_ctx() argument 442 kstr, klen, callback, u); in PEM_ASN1_write_bio_ctx() 446 pem_password_cb *callback, void *u) in PEM_do_header() argument 466 if (callback == NULL) in PEM_do_header() [all …]
|
| /crypto/bio/ |
| A D | bio_lib.c | 26 # define HAS_CALLBACK(b) ((b)->callback != NULL || (b)->callback_ex != NULL) 71 ret = b->callback(b, oper, argp, argi, argl, inret); in bio_call_callback() 217 return b->callback; in BIO_get_callback() 222 b->callback = cb; in BIO_set_callback() 873 new_bio->callback = bio->callback; in BIO_dup_chain()
|
| A D | bio_local.h | 103 BIO_callback_fn callback; member
|
| /crypto/err/ |
| A D | openssl.txt | 934 OSSL_STORE_R_PASSPHRASE_CALLBACK_ERROR:114:passphrase callback error 979 PKCS12_R_CALLBACK_FAILED:115:callback failed 1364 SSL_R_BAD_DATA_RETURNED_BY_CALLBACK:106:bad data returned by callback 1399 SSL_R_CALLBACK_FAILED:234:callback failed 1421 SSL_R_COOKIE_GEN_CALLBACK_FAILURE:400:cookie gen callback failure 1539 SSL_R_NO_COOKIE_CALLBACK_SET:287:no cookie callback set 1559 SSL_R_NO_VERIFY_COOKIE_CALLBACK:403:no verify cookie callback 1562 SSL_R_OCSP_CALLBACK_FAILURE:305:ocsp callback failure 1638 SSL_R_SSL_SESSION_ID_CALLBACK_FAILED:301:ssl session id callback failed
|
| /crypto/engine/ |
| A D | README.md | 183 callback with the "engine_cleanup" code. The other part of this that makes it 190 (a STACK). When a cleanup callback is next registered (eg. if the cleanup() is
|