Searched refs:BIO_CTRL_SET (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/crypto/bio/ |
D | bss_null.c | 59 case BIO_CTRL_SET: in null_ctrl()
|
D | bss_log.c | 221 case BIO_CTRL_SET: in slg_ctrl()
|
/third_party/openssl/crypto/evp/ |
D | bio_enc.c | 417 (callback(b, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, in BIO_set_cipher() 427 return callback(b, BIO_CB_CTRL, (const char *)c, BIO_CTRL_SET, e, 1L); in BIO_set_cipher()
|
D | bio_b64.c | 527 case BIO_CTRL_SET: in b64_ctrl()
|
/third_party/boringssl/src/include/openssl/ |
D | bio.h | 721 #define BIO_CTRL_SET 4 macro
|
/third_party/boringssl/src/decrepit/bio/ |
D | base64_bio.c | 507 case BIO_CTRL_SET: in b64_ctrl()
|
/third_party/openssl/include/openssl/ |
D | bio.h | 74 # define BIO_CTRL_SET 4/* man - set the 'IO' type */ macro
|