Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dtls_mbedtls_alt.c1119 …ne__ static int tls_mbedtls_append_ciphersuite(int *ids, int nids, int idsz, const int *x, int xsz) in tls_mbedtls_append_ciphersuite() argument
1121 if (xsz >= idsz - (nids + 1)) in tls_mbedtls_append_ciphersuite()
1127 for (int i = 0; i < xsz; ++i) in tls_mbedtls_append_ciphersuite()