Home
last modified time | relevance | path

Searched refs:GNUTLS_KEYGEN_SEED (Results 1 – 8 of 8) sorted by relevance

/dports/security/gnutls/gnutls-3.6.16/doc/functions/
H A Dgnutls_privkey_generate226 (by default a random seed is used), use the @code{data} with a @code{GNUTLS_KEYGEN_SEED}
H A Dgnutls_x509_privkey_generate226 (by default a random seed is used), use the @code{data} with a @code{GNUTLS_KEYGEN_SEED}
/dports/security/gnutls/gnutls-3.6.16/lib/x509/
H A Dprivkey.c1793 if (data[i].type == GNUTLS_KEYGEN_SEED && data[i].size < sizeof(key->params.seed)) { in gnutls_x509_privkey_generate2()
2106 data.type = GNUTLS_KEYGEN_SEED; in gnutls_x509_privkey_verify_seed()
/dports/security/gnutls/gnutls-3.6.16/lib/includes/gnutls/
H A Dx509.h1264 GNUTLS_KEYGEN_SEED = 1, enumerator
/dports/security/gnutls/gnutls-3.6.16/src/
H A Dcerttool-common.c1468 data.type = GNUTLS_KEYGEN_SEED; in generate_prime()
H A Dcerttool.c223 kdata[kdata_size].type = GNUTLS_KEYGEN_SEED; in generate_private_key_int()
/dports/security/gnutls/gnutls-3.6.16/doc/
H A Dabstract-api.texi756 (by default a random seed is used), use the @code{data} with a @code{GNUTLS_KEYGEN_SEED}
H A Dx509-api.texi6612 (by default a random seed is used), use the @code{data} with a @code{GNUTLS_KEYGEN_SEED}