bindbc.gnutls.self_test

Undocumented in source.

Members

Aliases

pgnutls_cipher_self_test
alias pgnutls_cipher_self_test = int function(uint flags, gnutls_cipher_algorithm_t cipher)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_digest_self_test
alias pgnutls_digest_self_test = int function(uint flags, gnutls_digest_algorithm_t digest)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_mac_self_test
alias pgnutls_mac_self_test = int function(uint flags, gnutls_mac_algorithm_t mac)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_pk_self_test
alias pgnutls_pk_self_test = int function(uint flags, gnutls_pk_algorithm_t pk)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Functions

bindSelfTest
void bindSelfTest(SharedLib lib)
Undocumented in source. Be warned that the author may not have intended to support it.
gnutls_cipher_self_test
int gnutls_cipher_self_test(uint flags, gnutls_cipher_algorithm_t cipher)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_digest_self_test
int gnutls_digest_self_test(uint flags, gnutls_digest_algorithm_t digest)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_mac_self_test
int gnutls_mac_self_test(uint flags, gnutls_mac_algorithm_t mac)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_pk_self_test
int gnutls_pk_self_test(uint flags, gnutls_pk_algorithm_t pk)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Manifest constants

GNUTLS_SELF_TEST_FLAG_ALL
enum GNUTLS_SELF_TEST_FLAG_ALL;
Undocumented in source.
GNUTLS_SELF_TEST_FLAG_NO_COMPAT
enum GNUTLS_SELF_TEST_FLAG_NO_COMPAT;
Undocumented in source.

Static variables

gnutls_cipher_self_test
pgnutls_cipher_self_test gnutls_cipher_self_test;
Undocumented in source.
gnutls_digest_self_test
pgnutls_digest_self_test gnutls_digest_self_test;
Undocumented in source.
gnutls_mac_self_test
pgnutls_mac_self_test gnutls_mac_self_test;
Undocumented in source.
gnutls_pk_self_test
pgnutls_pk_self_test gnutls_pk_self_test;
Undocumented in source.

Meta