Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dcrypto_openssl.c3074 int priv_bin_len; in crypto_ec_key_set_priv() local
3086 priv_bin_len = BN_bn2lebinpad(priv, priv_bin, raw_len); in crypto_ec_key_set_priv()
3087 if (priv_bin_len < 0) in crypto_ec_key_set_priv()
3112 priv_bin, priv_bin_len); in crypto_ec_key_set_priv()