Home
last modified time | relevance | path

Searched defs:pbitlen (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/libecc/scripts/
H A Dexpand_libecc.py62 def compute_monty_coef(prime, pbitlen, wlen): argument
73 def compute_div_coef(prime, pbitlen, wlen): argument
1445 def curve_params(name, prime, pbitlen, a, b, gx, gy, order, cofactor, oid, alpha_montgomery, gamma_… argument
/freebsd/crypto/openssl/crypto/pem/
H A Dpvkfmt.c160 unsigned int *pmagic, unsigned int *pbitlen, in ossl_do_blob_header()