Searched refs:__attribute_noinline__ (Results 1 – 2 of 2) sorted by relevance
| /hostap-latest/src/crypto/ |
| D | tls_mbedtls_alt.c | 248 #ifndef __attribute_noinline__ 250 #define __attribute_noinline__ __attribute__((__noinline__)) macro 252 #define __attribute_noinline__ 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() 523 __attribute_noinline__ char *tls_mbedtls_peer_serial_num(const mbedtls_x509_crt *crt, char *serial_… in tls_mbedtls_peer_serial_num() 751 __attribute_noinline__ static int tls_mbedtls_readfile(const char *path, u8 **buf, size_t *n); 1119 __attribute_noinline__ static int tls_mbedtls_append_ciphersuite(int *ids, int nids, int idsz, cons… in tls_mbedtls_append_ciphersuite() 1185 __attribute_noinline__ static int tls_mbedtls_set_ciphersuites(struct tls_conf *tls_conf, int *ids,… in tls_mbedtls_set_ciphersuites() 1311 __attribute_noinline__ static int tls_mbedtls_set_item(char **config_item, const char *item) in tls_mbedtls_set_item() [all …]
|
| D | crypto_mbedtls_alt.c | 63 #ifndef __attribute_noinline__ 65 #define __attribute_noinline__ __attribute__((__noinline__)) macro 67 #define __attribute_noinline__ macro 180 __attribute_cold__ __attribute_noinline__ static mbedtls_ctr_drbg_context *ctr_drbg_init(void) in ctr_drbg_init() 241 __attribute_noinline__ static int md_vector( in md_vector() 389 __attribute_noinline__ static int hmac_vector(const u8 *key, in hmac_vector() 481 __attribute_noinline__ static int hmac_kdf_expand(const u8 *prk, in hmac_kdf_expand() 562 __attribute_noinline__ static int hmac_prf_bits(const u8 *key, in hmac_prf_bits() 1447 __attribute_noinline__ static int crypto_mbedtls_dh_init_public( in crypto_mbedtls_dh_init_public()
|