Home
last modified time | relevance | path

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

/hostap-latest/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
78 n_len = tmp_len / 2; in cavp_rsa_sig_ver()
79 if (hexstr2bin(pos, n, n_len) < 0) { in cavp_rsa_sig_ver()
154 pk = crypto_public_key_import_parts(n, n_len, in cavp_rsa_sig_ver()
/hostap-latest/src/crypto/
Dcrypto_internal-rsa.c30 crypto_public_key_import_parts(const u8 *n, size_t n_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.h303 crypto_public_key_import_parts(const u8 *n, size_t n_len,
/hostap-latest/src/tls/
Drsa.h17 crypto_rsa_import_public_key_parts(const u8 *n, size_t n_len,
Drsa.c115 crypto_rsa_import_public_key_parts(const u8 *n, size_t n_len, in crypto_rsa_import_public_key_parts() argument
127 bignum_set_unsigned_bin(key->n, n, n_len) < 0 || in crypto_rsa_import_public_key_parts()