Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A Dstatem.h162 __owur int ossl_statem_export_allowed(SSL_CONNECTION *s);
/freebsd/crypto/openssl/test/
H A Dtls13secretstest.c210 int ossl_statem_export_allowed(SSL_CONNECTION *s) in ossl_statem_export_allowed() function
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem.c1024 int ossl_statem_export_allowed(SSL_CONNECTION *s) in ossl_statem_export_allowed() function
/freebsd/crypto/openssl/ssl/
H A Dtls13_enc.c862 if (ctx == NULL || md == NULL || !ossl_statem_export_allowed(s)) in tls13_export_keying_material()