Home
last modified time | relevance | path

Searched refs:__attribute_cold__ (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/crypto/
Dtls_mbedtls_alt.c240 #ifndef __attribute_cold__
242 #define __attribute_cold__ __attribute__((__cold__)) macro
244 #define __attribute_cold__ macro
256 __attribute_cold__ __attribute_noinline__ static void emsg(int level, const char *const msg) in emsg()
261 __attribute_cold__ __attribute_noinline__ static void emsgrc(int level, const char *const msg, int … in emsgrc()
393 __attribute_cold__ void *tls_init(const struct tls_config *conf) in tls_init()
419 __attribute_cold__ void tls_deinit(void *tls_ctx) in tls_deinit()
606 __attribute_cold__ static void tls_pull_buf_discard(struct tls_connection *conn, const char *func) in tls_pull_buf_discard()
1926 __attribute_cold__ int tls_global_set_params(void *tls_ctx, const struct tls_connection_params *par… in tls_global_set_params()
2173 __attribute_cold__ static void tls_mbedtls_suiteb_handshake_alert(struct tls_connection *conn) in tls_mbedtls_suiteb_handshake_alert()
[all …]
Dcrypto_mbedtls_alt.c55 #ifndef __attribute_cold__
57 #define __attribute_cold__ __attribute__((__cold__)) macro
59 #define __attribute_cold__ macro
180 __attribute_cold__ __attribute_noinline__ static mbedtls_ctr_drbg_context *ctr_drbg_init(void) in ctr_drbg_init()
203 __attribute_cold__ void crypto_unload(void) in crypto_unload()