Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Decdh.h32 #define ECC_CURVE_NIST_P256 0x0002 macro
/Linux-v4.19/crypto/
Decdh.c34 case ECC_CURVE_NIST_P256: return ECC_CURVE_NIST_P256_DIGITS; in ecdh_supported_curve()
Decc.c48 case ECC_CURVE_NIST_P256: in ecc_get_curve()
/Linux-v4.19/net/bluetooth/
Decdh_helper.c129 p.curve_id = ECC_CURVE_NIST_P256; in set_ecdh_privkey()
/Linux-v4.19/drivers/crypto/
Datmel-ecc.c372 if (curve_id == ECC_CURVE_NIST_P256) in atmel_ecdh_supported_curve()