Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/openssl/ssl/
H A Ds2_clnt.c862 EVP_SignInit_ex(&ctx,s->ctx->rsa_md5, NULL); in client_certificate()
H A Ds2_srvr.c1063 EVP_VerifyInit_ex(&ctx,s->ctx->rsa_md5, NULL); in request_certificate()
H A Dssl.h705 const EVP_MD *rsa_md5;/* For SSLv2 - name is 'ssl2-md5' */ member
H A Dssl_lib.c1432 if ((ret->rsa_md5=EVP_get_digestbyname("ssl2-md5")) == NULL) in IMPLEMENT_LHASH_HASH_FN()