Home
last modified time | relevance | path

Searched refs:poptions (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dssl_conf.c87 uint64_t *poptions; member
111 if (cctx->poptions == NULL) in ssl_set_option()
127 *cctx->poptions |= option_value; in ssl_set_option()
129 *cctx->poptions &= ~option_value; in ssl_set_option()
1058 cctx->poptions = &ssl->options; in SSL_CONF_CTX_set_ssl()
1064 cctx->poptions = NULL; in SSL_CONF_CTX_set_ssl()
1077 cctx->poptions = &ctx->options; in SSL_CONF_CTX_set_ssl_ctx()
1083 cctx->poptions = NULL; in SSL_CONF_CTX_set_ssl_ctx()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dfastlz_api.c312 int read_chunk_header(struct cudbg_buffer *pc_buff, int *pid, int *poptions, in read_chunk_header() argument
323 *poptions = readU16(buffer+2) & 0xffff; in read_chunk_header()