Home
last modified time | relevance | path

Searched refs:crl_max (Results 1 – 6 of 6) sorted by relevance

/dports/security/gnutls/gnutls-3.6.16/doc/functions/
H A Dgnutls_x509_crl_list_import5 …09_crl_list_import} (gnutls_x509_crl_t * @var{crls}, unsigned int * @var{crl_max}, const gnutls_da…
8 @var{crl_max}: Initially must hold the maximum number of crls. It will be updated with the number o…
H A Dgnutls_x509_crl_list_import.short1 …09_crl_list_import} (gnutls_x509_crl_t * @var{crls}, unsigned int * @var{crl_max}, const gnutls_da…
/dports/security/gnutls/gnutls-3.6.16/lib/x509/
H A Dcrl.c1318 unsigned int *crl_max, in gnutls_x509_crl_list_import() argument
1330 if (*crl_max < 1) { in gnutls_x509_crl_list_import()
1331 *crl_max = 1; in gnutls_x509_crl_list_import()
1349 *crl_max = 1; in gnutls_x509_crl_list_import()
1365 if (count >= *crl_max) { in gnutls_x509_crl_list_import()
1415 *crl_max = count; in gnutls_x509_crl_list_import()
/dports/security/gnutls/gnutls-3.6.16/src/
H A Dcerttool-common.c453 unsigned int crl_max; in load_crl_list() local
486 ret = gnutls_x509_crl_list_import2(&crl, &crl_max, &dat, GNUTLS_X509_FMT_PEM, 0); in load_crl_list()
488 ret = gnutls_x509_crl_list_import2(&crl, &crl_max, &dat, GNUTLS_X509_FMT_DER, 0); in load_crl_list()
495 *crl_size = crl_max; in load_crl_list()
/dports/security/gnutls/gnutls-3.6.16/lib/includes/gnutls/
H A Dx509.h854 unsigned int *crl_max,
/dports/security/gnutls/gnutls-3.6.16/doc/
H A Dx509-api.texi1017 …09_crl_list_import} (gnutls_x509_crl_t * @var{crls}, unsigned int * @var{crl_max}, const gnutls_da…
1020 @var{crl_max}: Initially must hold the maximum number of crls. It will be updated with the number o…