Searched refs:cert_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl2.h205 unsigned int cert_type; member in struct:ssl2_state_st::__anon6475
H A Ds2_clnt.c369 s->s2->tmp.cert_type = *(p++);
409 if (s->s2->tmp.cert_type != 0) {
440 if (ssl2_set_certificate(s, s->s2->tmp.cert_type,
H A Dt1_lib.c4502 int cert_type = X509_certificate_type(x, pk); local
4503 if (cert_type & EVP_PKS_RSA)
4505 if (cert_type & EVP_PKS_DSA)
/freebsd-11-stable/crypto/openssl/apps/
H A Ds_cb.c302 unsigned char cert_type = p[i]; local
304 switch (cert_type) {
351 BIO_printf(bio, "UNKNOWN (%d),", cert_type);
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dsoftp11.c430 CK_CERTIFICATE_TYPE cert_type = CKC_X_509; local
497 add_object_attribute(o, 0, CKA_CERTIFICATE_TYPE, &cert_type, sizeof(cert_type));

Completed in 104 milliseconds