Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/x509/
Dx509_cmp.c345 X509_CINF cinf; in X509_find_by_issuer_and_serial() local
351 x.cert_info = &cinf; in X509_find_by_issuer_and_serial()
352 cinf.serialNumber = serial; in X509_find_by_issuer_and_serial()
353 cinf.issuer = name; in X509_find_by_issuer_and_serial()
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_crypto.c3621 struct cert_info *cinf /* certificate info/value structure */ in cert_free() argument
3624 if (cinf->pkey != NULL) in cert_free()
3625 EVP_PKEY_free(cinf->pkey); in cert_free()
3626 if (cinf->subject != NULL) in cert_free()
3627 free(cinf->subject); in cert_free()
3628 if (cinf->issuer != NULL) in cert_free()
3629 free(cinf->issuer); in cert_free()
3630 if (cinf->grpkey != NULL) in cert_free()
3631 BN_free(cinf->grpkey); in cert_free()
3632 value_free(&cinf->cert); in cert_free()
[all …]