Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssl/ssl/statem/
HDstatem.h154 __owur int ossl_statem_export_early_allowed(SSL *s);
HDstatem.c984 int ossl_statem_export_early_allowed(SSL *s) in ossl_statem_export_early_allowed() function
/freebsd-14-stable/crypto/openssl/test/
HDtls13secretstest.c214 int ossl_statem_export_early_allowed(SSL *s) in ossl_statem_export_early_allowed() function
/freebsd-14-stable/crypto/openssl/ssl/
HDtls13_enc.c890 if (ctx == NULL || !ossl_statem_export_early_allowed(s)) in tls13_export_keying_material_early()