Home
last modified time | relevance | path

Searched refs:ssl_hint (Results 1 – 7 of 7) sorted by relevance

/dports/security/testssl.sh/testssl.sh-3.0.6/utils/
H A Dgmap2testssl.sh142 IFS=/ read -r port dontcare protocol ssl_hint dontcare1 <<< "$oneline"
143 if [[ "$ssl_hint" =~ ^(ssl|https) ]] || [[ "$dontcare1" =~ ^(ssl|https) ]]; then
/dports/security/wolfssl/wolfssl-5.1.0/src/
H A Dinternal.c6250 WOLFSSL_HEAP_HINT* ssl_hint; local
6266 ssl_hint = ((WOLFSSL_HEAP_HINT*)(ssl->heap));
6295 ssl_hint->memory = ctx_hint->memory;
6296 ssl_hint->haFlag = 1;
6303 if (ssl_hint->stats == NULL) {
6323 if (ssl_hint->outBuf == NULL || ssl_hint->inBuf == NULL) {
7288 ctx_heap = ssl_hint->memory;
7293 if (FreeFixedIO(ctx_heap, &(ssl_hint->outBuf)) != 1) {
7296 if (FreeFixedIO(ctx_heap, &(ssl_hint->inBuf)) != 1) {
7306 XFREE(ssl_hint->stats, heap, DYNAMIC_TYPE_SSL);
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/src/
H A Dinternal.c6250 WOLFSSL_HEAP_HINT* ssl_hint; local
6266 ssl_hint = ((WOLFSSL_HEAP_HINT*)(ssl->heap));
6295 ssl_hint->memory = ctx_hint->memory;
6296 ssl_hint->haFlag = 1;
6303 if (ssl_hint->stats == NULL) {
6323 if (ssl_hint->outBuf == NULL || ssl_hint->inBuf == NULL) {
7288 ctx_heap = ssl_hint->memory;
7293 if (FreeFixedIO(ctx_heap, &(ssl_hint->outBuf)) != 1) {
7296 if (FreeFixedIO(ctx_heap, &(ssl_hint->inBuf)) != 1) {
7306 XFREE(ssl_hint->stats, heap, DYNAMIC_TYPE_SSL);
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/src/
H A Dinternal.c6250 WOLFSSL_HEAP_HINT* ssl_hint; local
6266 ssl_hint = ((WOLFSSL_HEAP_HINT*)(ssl->heap));
6295 ssl_hint->memory = ctx_hint->memory;
6296 ssl_hint->haFlag = 1;
6303 if (ssl_hint->stats == NULL) {
6323 if (ssl_hint->outBuf == NULL || ssl_hint->inBuf == NULL) {
7288 ctx_heap = ssl_hint->memory;
7293 if (FreeFixedIO(ctx_heap, &(ssl_hint->outBuf)) != 1) {
7296 if (FreeFixedIO(ctx_heap, &(ssl_hint->inBuf)) != 1) {
7306 XFREE(ssl_hint->stats, heap, DYNAMIC_TYPE_SSL);
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/src/
H A Dinternal.c6250 WOLFSSL_HEAP_HINT* ssl_hint; local
6266 ssl_hint = ((WOLFSSL_HEAP_HINT*)(ssl->heap));
6295 ssl_hint->memory = ctx_hint->memory;
6296 ssl_hint->haFlag = 1;
6303 if (ssl_hint->stats == NULL) {
6323 if (ssl_hint->outBuf == NULL || ssl_hint->inBuf == NULL) {
7288 ctx_heap = ssl_hint->memory;
7293 if (FreeFixedIO(ctx_heap, &(ssl_hint->outBuf)) != 1) {
7296 if (FreeFixedIO(ctx_heap, &(ssl_hint->inBuf)) != 1) {
7306 XFREE(ssl_hint->stats, heap, DYNAMIC_TYPE_SSL);
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/src/
H A Dinternal.c6250 WOLFSSL_HEAP_HINT* ssl_hint; local
6266 ssl_hint = ((WOLFSSL_HEAP_HINT*)(ssl->heap));
6295 ssl_hint->memory = ctx_hint->memory;
6296 ssl_hint->haFlag = 1;
6303 if (ssl_hint->stats == NULL) {
6323 if (ssl_hint->outBuf == NULL || ssl_hint->inBuf == NULL) {
7288 ctx_heap = ssl_hint->memory;
7293 if (FreeFixedIO(ctx_heap, &(ssl_hint->outBuf)) != 1) {
7296 if (FreeFixedIO(ctx_heap, &(ssl_hint->inBuf)) != 1) {
7306 XFREE(ssl_hint->stats, heap, DYNAMIC_TYPE_SSL);
[all …]
/dports/security/testssl.sh/testssl.sh-3.0.6/
H A Dtestssl.sh19015 local tmp port host_spec protocol ssl_hint dontcare dontcare1
19056 IFS=/ read -r port dontcare protocol ssl_hint dontcare1 <<< "$oneline"
19057 if [[ "$ssl_hint" =~ ^(ssl|https) ]] || [[ "$dontcare1" =~ ^(ssl|https) ]]; then