Home
last modified time | relevance | path

Searched refs:ocsp_staple_len (Results 1 – 3 of 3) sorted by relevance

/dragonfly/crypto/libressl/tls/
H A Dtls_ocsp.c350 ctx->keypair->ocsp_staple_len == 0) in tls_ocsp_stapling_cb()
353 if ((ocsp_staple = malloc(ctx->keypair->ocsp_staple_len)) == NULL) in tls_ocsp_stapling_cb()
357 ctx->keypair->ocsp_staple_len); in tls_ocsp_stapling_cb()
360 ctx->keypair->ocsp_staple_len) != 1) in tls_ocsp_stapling_cb()
H A Dtls_keypair.c108 &keypair->ocsp_staple, &keypair->ocsp_staple_len); in tls_keypair_set_ocsp_staple_file()
115 return tls_set_mem(&keypair->ocsp_staple, &keypair->ocsp_staple_len, in tls_keypair_set_ocsp_staple_mem()
H A Dtls_internal.h61 size_t ocsp_staple_len; member