gnutls_tpm_privkey_generate

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
  1. int gnutls_tpm_privkey_generate(gnutls_pk_algorithm_t pk, uint bits, const(char)* srk_password, const(char)* key_password, gnutls_tpmkey_fmt_t format, gnutls_x509_crt_fmt_t pub_format, gnutls_datum_t* privkey, gnutls_datum_t* pubkey, uint flags)
    version(BindGnuTLS_Static)
    extern (System) @nogc nothrow @system
    int
    gnutls_tpm_privkey_generate
  2. pgnutls_tpm_privkey_generate gnutls_tpm_privkey_generate;

Meta