Home
last modified time | relevance | path

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

/dports/security/gnutls/gnutls-3.6.16/lib/includes/gnutls/
H A Dcrypto.h61 unsigned gnutls_cipher_get_block_size(gnutls_cipher_algorithm_t algorithm) __GNUTLS_CONST__;
62 unsigned gnutls_cipher_get_iv_size(gnutls_cipher_algorithm_t algorithm) __GNUTLS_CONST__;
63 unsigned gnutls_cipher_get_tag_size(gnutls_cipher_algorithm_t algorithm) __GNUTLS_CONST__;
116 size_t gnutls_mac_get_nonce_size(gnutls_mac_algorithm_t algorithm) __GNUTLS_CONST__;
125 unsigned gnutls_hmac_get_len(gnutls_mac_algorithm_t algorithm) __GNUTLS_CONST__;
126 unsigned gnutls_hmac_get_key_size(gnutls_mac_algorithm_t algorithm) __GNUTLS_CONST__;
137 unsigned gnutls_hash_get_len(gnutls_digest_algorithm_t algorithm) __GNUTLS_CONST__;
H A Dgnutls.h.in75 # define __GNUTLS_CONST__ __attribute__((const)) macro
78 # define __GNUTLS_CONST__
1320 type) __GNUTLS_CONST__;
1356 gnutls_digest_algorithm_t hash) __GNUTLS_CONST__;
1370 gnutls_kx_get_id(const char *name) __GNUTLS_CONST__;
1376 gnutls_pk_get_id(const char *name) __GNUTLS_CONST__;
1386 gnutls_oid_to_mac(const char *oid) __GNUTLS_CONST__;
1388 gnutls_oid_to_pk(const char *oid) __GNUTLS_CONST__;
1390 gnutls_oid_to_sign(const char *oid) __GNUTLS_CONST__;
1426 int gnutls_error_is_fatal(int error) __GNUTLS_CONST__;
[all …]
H A Dcompat.h229 algorithm) __GNUTLS_CONST__ _GNUTLS_GCC_ATTR_DEPRECATED;
232 gnutls_compression_get_id(const char *name) __GNUTLS_CONST__ _GNUTLS_GCC_ATTR_DEPRECATED;
H A Dx509.h1037 …cate_verification_profile_get_name(gnutls_certificate_verification_profiles_t id) __GNUTLS_CONST__;
1038 …ation_profiles_t gnutls_certificate_verification_profile_get_id(const char *name) __GNUTLS_CONST__;
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Derrors.h41 int _gnutls_asn2err(int asn_err) __GNUTLS_CONST__;
H A Dgnutls_int.h90 #ifndef __GNUTLS_CONST__
91 # define __GNUTLS_CONST__ macro