Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_crypto.c3638 struct cert_info *cinf /* certificate info/value structure */ in cert_free() argument
3641 if (cinf->pkey != NULL) in cert_free()
3642 EVP_PKEY_free(cinf->pkey); in cert_free()
3643 if (cinf->subject != NULL) in cert_free()
3644 free(cinf->subject); in cert_free()
3645 if (cinf->issuer != NULL) in cert_free()
3646 free(cinf->issuer); in cert_free()
3647 if (cinf->grpkey != NULL) in cert_free()
3648 BN_free(cinf->grpkey); in cert_free()
3649 value_free(&cinf->cert); in cert_free()
[all …]
/freebsd-12-stable/crypto/openssl/ssl/
Ds3_lib.c3612 const TLS_GROUP_INFO *cinf = tls1_group_id_lookup(clist[i]); in ssl3_ctrl() local
3614 if (cinf != NULL) in ssl3_ctrl()
3615 cptr[i] = cinf->nid; in ssl3_ctrl()