Home
last modified time | relevance | path

Searched refs:TLS1_PRF (Results 1 – 11 of 11) sorted by relevance

/openssl/providers/implementations/kdfs/
H A Dtls1_prf.c111 } TLS1_PRF; typedef
115 TLS1_PRF *ctx; in kdf_tls1_prf_new()
129 TLS1_PRF *ctx = (TLS1_PRF *)vctx; in kdf_tls1_prf_free()
139 TLS1_PRF *ctx = (TLS1_PRF *)vctx; in kdf_tls1_prf_reset()
152 const TLS1_PRF *src = (const TLS1_PRF *)vctx; in kdf_tls1_prf_dup()
153 TLS1_PRF *dest; in kdf_tls1_prf_dup()
179 static int fips_ems_check_passed(TLS1_PRF *ctx) in fips_ems_check_passed()
230 static int fips_key_check_passed(TLS1_PRF *ctx) in fips_key_check_passed()
250 TLS1_PRF *ctx = (TLS1_PRF *)vctx; in kdf_tls1_prf_derive()
286 TLS1_PRF *ctx = vctx; in kdf_tls1_prf_set_ctx_params()
[all …]
/openssl/ssl/
H A Ds3_lib.c176 SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF,
192 SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF,
210 SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF,
226 SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF,
242 SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF,
258 SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF,
275 SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF,
291 SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF,
307 SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF,
323 SSL_HANDSHAKE_MAC_DEFAULT | TLS1_PRF,
[all …]
H A Dssl_local.h222 # define TLS1_PRF (SSL_MD_MD5_SHA1_IDX << TLS1_PRF_DGST_SHIFT) macro
/openssl/doc/man7/
H A DEVP_KDF-TLS1_PRF.pod5 EVP_KDF-TLS1_PRF - The TLS1 PRF EVP_KDF implementation
11 The EVP_KDF-TLS1_PRF algorithm implements the PRF used by TLS versions up to
H A DOSSL_PROVIDER-default.pod138 =item TLS1-PRF, see L<EVP_KDF-TLS1_PRF(7)>
H A DOSSL_PROVIDER-FIPS.pod119 =item TLS1-PRF, see L<EVP_KDF-TLS1_PRF(7)>
/openssl/doc/designs/
H A Dfips_indicator.md285 - TLS1_PRF If we are only trying to support TLS1.2 here then we should remove the tls1.0/1.1 code …
294 - TLS1_PRF (Only SHA256,SHA384,SHA512 are allowed)
/openssl/doc/man1/
H A Dopenssl-kdf.pod.in208 L<EVP_KDF-TLS1_PRF(7)>,
H A Dopenssl-fipsinstall.pod.in210 when using the TLS1_PRF KDF algorithm. This check is disabled by default.
/openssl/doc/
H A Dbuild.info4590 DEPEND[html/man7/EVP_KDF-TLS1_PRF.html]=man7/EVP_KDF-TLS1_PRF.pod
4591 GENERATE[html/man7/EVP_KDF-TLS1_PRF.html]=man7/EVP_KDF-TLS1_PRF.pod
4592 DEPEND[man/man7/EVP_KDF-TLS1_PRF.7]=man7/EVP_KDF-TLS1_PRF.pod
4593 GENERATE[man/man7/EVP_KDF-TLS1_PRF.7]=man7/EVP_KDF-TLS1_PRF.pod
5099 html/man7/EVP_KDF-TLS1_PRF.html \
5246 man/man7/EVP_KDF-TLS1_PRF.7 \
/openssl/
H A DCHANGES.md1293 Extended Master Secret (EMS) check during the TLS1_PRF KDF.

Completed in 81 milliseconds