Home
last modified time | relevance | path

Searched refs:pmsg (Results 1 – 2 of 2) sorted by relevance

/openssl/ssl/
H A Dt1_trce.c666 const unsigned char *p = *pmsg; in ssl_print_hexbuf()
677 *pmsg += blen + nlen; in ssl_print_hexbuf()
690 vers = ((*pmsg)[0] << 8) | (*pmsg)[1]; in ssl_print_version()
696 *pmsg += 2; in ssl_print_version()
705 const unsigned char *p = *pmsg; in ssl_print_random()
719 *pmsg += 32; in ssl_print_random()
730 const unsigned char *p = *pmsg; in ssl_print_signature()
736 *pmsg += 2; in ssl_print_signature()
1312 *pmsg += clen + 3; in ssl_print_certificate()
1323 const unsigned char *msg = *pmsg; in ssl_print_raw_public_key()
[all …]
/openssl/crypto/
H A Dcryptlib.c212 const TCHAR *pmsg = buf; in OPENSSL_showfatal() local
215 1, 0, &pmsg, NULL)) { in OPENSSL_showfatal()
223 OutputDebugString(pmsg); in OPENSSL_showfatal()

Completed in 9 milliseconds