Home
last modified time | relevance | path

Searched refs:algorithm2 (Results 1 – 6 of 6) sorted by relevance

/minix3/crypto/external/bsd/openssl/dist/ssl/
H A Dt1_enc.c371 if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC) in tls1_change_cipher_state()
415 if (s->s3->tmp.new_cipher->algorithm2 & TLS1_STREAM_MAC) in tls1_change_cipher_state()
H A Ds2_clnt.c650 if (sess->cipher->algorithm2 & SSL2_CF_8_BYTE_ENC) in client_master_key()
H A Ds2_srvr.c496 if (s->session->cipher->algorithm2 & SSL2_CF_8_BYTE_ENC) { in get_client_master_key()
H A Dssl_ciph.c1591 alg2 = cipher->algorithm2; in SSL_CIPHER_description()
H A Dssl.h409 unsigned long algorithm2; /* Extra flags */ member
H A Ds3_lib.c4318 long alg2 = s->s3->tmp.new_cipher->algorithm2; in ssl_get_algorithm2()