Searched defs:crt (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dcrypto.c305 gnutls_x509_crt_t crt = NULL; local
461 err = gnutls_x509_crt_init(&crt);
468 err = gnutls_x509_crt_import(crt, &dkey,
476 err = gnutls_x509_crt_get_key_purpose_oid(crt, 0,
499 err = gnutls_x509_crt_get_fingerprint(crt,
515 gnutls_x509_crt_deinit(crt);
516 crt = NULL;
533 if (crt)
534 gnutls_x509_crt_deinit(crt);

Completed in 25 milliseconds