Home
last modified time | relevance | path

Searched refs:noncebuf (Results 1 – 4 of 4) sorted by relevance

/dports/security/gnutls/gnutls-3.6.16/doc/examples/
H A Dex-ocsp-client.c52 unsigned char noncebuf[23]; in main() local
53 gnutls_datum_t nonce = { noncebuf, sizeof(noncebuf) }; in main()
/dports/security/gnutls/gnutls-3.6.16/src/
H A Docsptool.c577 unsigned char noncebuf[23]; in ask_server() local
578 gnutls_datum_t nonce = { noncebuf, sizeof(noncebuf) }; in ask_server()
H A Dcli.c2079 unsigned char noncebuf[23]; in cert_verify_ocsp() local
2080 gnutls_datum_t nonce = { noncebuf, sizeof(noncebuf) }; in cert_verify_ocsp()
/dports/www/wget2/wget2-2.0.0/libwget/
H A Dssl_gnutls.c831 unsigned char noncebuf[23]; in cert_verify_ocsp() local
832 gnutls_datum_t nonce = { noncebuf, sizeof(noncebuf) }; in cert_verify_ocsp()