Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_crypto.c3629 struct cert_info *cinf /* certificate info/value structure */ in cert_parse()
3632 if (cinf->pkey != NULL)
3633 EVP_PKEY_free(cinf->pkey);
3634 if (cinf->subject != NULL)
3635 free(cinf->subject);
3636 if (cinf->issuer != NULL)
3637 free(cinf->issuer); in cert_free()
3638 if (cinf->grpkey != NULL) in cert_free() argument
3639 BN_free(cinf->grpkey); in cert_free()
3640 value_free(&cinf in cert_free()
[all...]
/freebsd/crypto/openssl/ssl/
H A Ds3_lib.c3618 const TLS_GROUP_INFO *cinf in ssl3_ctrl() local
3621 if (cinf != NULL) in ssl3_ctrl()
3622 cptr[i] = tls1_group_id2nid(cinf->group_id, 1); in ssl3_ctrl()
4957 const TLS_GROUP_INFO *cinf = NULL; in SSL_group_to_name() local
4966 cinf = tls1_group_id_lookup(s->ctx, group_id); in SSL_group_to_name()
4968 if (cinf != NULL) in SSL_group_to_name()
4969 return cinf->tlsname; in SSL_group_to_name()