Searched refs:e_len (Results 1 – 6 of 6) sorted by relevance
/hostap-3.7.0/tests/ |
D | test-rsa-sig-ver.c | 24 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/ |
D | crypto_internal-rsa.c | 31 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()
|
D | crypto.h | 302 const u8 *e, size_t e_len);
|
/hostap-3.7.0/src/tls/ |
D | rsa.h | 18 const u8 *e, size_t e_len);
|
D | rsa.c | 116 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/ |
D | dpp_tcp.c | 1353 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()
|