Home
last modified time | relevance | path

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

/hostap-3.7.0/tests/
Dtest-rsa-sig-ver.c24 size_t msg_len = 0, n_len = 0, s_len = 0, em_len, e_len = 0; in cavp_rsa_sig_ver() local
91 e_len = tmp_len / 2; in cavp_rsa_sig_ver()
92 if (hexstr2bin(pos, e, e_len) < 0) { in cavp_rsa_sig_ver()
155 e, e_len); in cavp_rsa_sig_ver()
/hostap-3.7.0/src/crypto/
Dcrypto_internal-rsa.c31 const u8 *e, size_t e_len) in crypto_public_key_import_parts() argument
34 crypto_rsa_import_public_key_parts(n, n_len, e, e_len); in crypto_public_key_import_parts()
Dcrypto.h302 const u8 *e, size_t e_len);
/hostap-3.7.0/src/tls/
Drsa.h18 const u8 *e, size_t e_len);
Drsa.c116 const u8 *e, size_t e_len) in crypto_rsa_import_public_key_parts() argument
128 bignum_set_unsigned_bin(key->e, e, e_len) < 0) { in crypto_rsa_import_public_key_parts()
/hostap-3.7.0/src/common/
Ddpp_tcp.c1353 size_t e_len = os_strlen(auth->e_name); in dpp_controller_rx_gas_req() local
1355 buf = os_malloc(e_len * 4 + 1); in dpp_controller_rx_gas_req()
1358 (const u8 *) auth->e_name, e_len); in dpp_controller_rx_gas_req()
1375 size_t e_len = os_strlen(auth->e_mud_url); in dpp_controller_rx_gas_req() local
1377 if (!has_ctrl_char((const u8 *) auth->e_mud_url, e_len)) in dpp_controller_rx_gas_req()