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

/external/openssl/crypto/bio/
H A Dbio_cb.c112 case BIO_CB_CTRL:
127 case BIO_CB_RETURN|BIO_CB_CTRL:
H A Dbio_lib.c367 ((ret=cb(b,BIO_CB_CTRL,parg,cmd,larg,1L)) <= 0))
373 ret=cb(b,BIO_CB_CTRL|BIO_CB_RETURN,parg,cmd,
394 ((ret=cb(b,BIO_CB_CTRL,(void *)&fp,cmd,0,1L)) <= 0))
400 ret=cb(b,BIO_CB_CTRL|BIO_CB_RETURN,(void *)&fp,cmd,
H A Dbio.h279 #define BIO_CB_CTRL 0x06 macro
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dbio.c227 ret = bio->callback(bio, BIO_CB_CTRL, parg, cmd, larg, 1);
236 ret = bio->callback(bio, BIO_CB_CTRL | BIO_CB_RETURN, parg, cmd, larg, ret);
335 ret = cb(bio, BIO_CB_CTRL, (void *)&fp, cmd, 0, 1L);
344 ret = cb(bio, BIO_CB_CTRL | BIO_CB_RETURN, (void *)&fp, cmd, 0, ret);
/external/openssl/crypto/evp/
H A Dbio_enc.c398 (b->callback(b,BIO_CB_CTRL,(char *)c,BIO_CTRL_SET,e,0L) <= 0))
406 b->callback(b,BIO_CB_CTRL,(char *)c,BIO_CTRL_SET,e,1L);
418 (b->callback(b,BIO_CB_CTRL,(const char *)c,BIO_CTRL_SET,e,0L) <= 0))
426 b->callback(b,BIO_CB_CTRL,(const char *)c,BIO_CTRL_SET,e,1L);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h618 #define BIO_CB_CTRL 0x06 macro
/external/openssl/include/openssl/
H A Dbio.h279 #define BIO_CB_CTRL 0x06 macro

Completed in 81 milliseconds