Searched refs:cinf (Results 1 – 2 of 2) sorted by relevance
345 X509_CINF cinf; in X509_find_by_issuer_and_serial() local351 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()
3621 struct cert_info *cinf /* certificate info/value structure */ in cert_free() argument3624 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 …]