Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Decdh.h31 #define ECC_CURVE_NIST_P192 0x0001 macro
/Linux-v4.19/crypto/
Decdh.c33 case ECC_CURVE_NIST_P192: return ECC_CURVE_NIST_P192_DIGITS; in ecdh_supported_curve()
Decc.c46 case ECC_CURVE_NIST_P192: in ecc_get_curve()