Searched refs:BIO_CB_CTRL (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbio_cb.c116 case BIO_CB_CTRL:
132 case BIO_CB_RETURN | BIO_CB_CTRL:
H A Dbio_lib.c356 ((ret = cb(b, BIO_CB_CTRL, parg, cmd, larg, 1L)) <= 0))
362 ret = cb(b, BIO_CB_CTRL | BIO_CB_RETURN, parg, cmd, larg, ret);
384 ((ret = cb(b, BIO_CB_CTRL, (void *)&fp, cmd, 0, 1L)) <= 0))
390 ret = cb(b, BIO_CB_CTRL | BIO_CB_RETURN, (void *)&fp, cmd, 0, ret);
H A Dbio.h287 # define BIO_CB_CTRL 0x06 macro
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Dbio_enc.c406 (b->callback(b,BIO_CB_CTRL,(char *)c,BIO_CTRL_SET,e,0L) <= 0))
414 b->callback(b,BIO_CB_CTRL,(char *)c,BIO_CTRL_SET,e,1L);
427 (b->callback(b, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, 0L) <=
436 b->callback(b, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, 1L);

Completed in 74 milliseconds