}
#endif
-/**
+/*-
* gnutls_pk_self_test:
* @all: if non-zero then tests to all public key algorithms are performed.
* @pk: the algorithm to use
* Returns: Zero or a negative error code on error.
*
* Since: 3.3.0-FIPS140
- **/
+ -*/
int gnutls_pk_self_test(unsigned all, gnutls_pk_algorithm_t pk)
{
int ret;
if (all == 0 || ret < 0) \
return ret
-/**
+/*-
* gnutls_cipher_self_test:
* @all: if non-zero then tests to all ciphers are performed.
* @cipher: the encryption algorithm to use
* Returns: Zero or a negative error code on error.
*
* Since: 3.3.0-FIPS140
- **/
+ -*/
int gnutls_cipher_self_test(unsigned all, gnutls_cipher_algorithm_t cipher)
{
int ret;
return 0;
}
-/**
+/*-
* gnutls_mac_self_test:
* @all: if non-zero then tests to all ciphers are performed.
* @mac: the message authentication algorithm to use
* Returns: Zero or a negative error code on error.
*
* Since: 3.3.0-FIPS140
- **/
+ -*/
int gnutls_mac_self_test(unsigned all, gnutls_mac_algorithm_t mac)
{
int ret;
return 0;
}
-/**
+/*-
* gnutls_digest_self_test:
* @all: if non-zero then tests to all ciphers are performed.
* @digest: the digest algorithm to use
* Returns: Zero or a negative error code on error.
*
* Since: 3.3.0-FIPS140
- **/
+ -*/
int gnutls_digest_self_test(unsigned all, gnutls_digest_algorithm_t digest)
{
int ret;