Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Decc_curve_defs.h18 static struct ecc_curve nist_p192 = { variable
H A Decc.c58 return fips_enabled ? NULL : &nist_p192; in ecc_get_curve()