Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/
Decdh.h27 #define ECC_CURVE_NIST_P256 0x0002 macro
/Linux-v5.4/crypto/
Decdh.c30 case ECC_CURVE_NIST_P256: return ECC_CURVE_NIST_P256_DIGITS; in ecdh_supported_curve()
Decc.c51 case ECC_CURVE_NIST_P256: in ecc_get_curve()
/Linux-v5.4/net/bluetooth/
Decdh_helper.c129 p.curve_id = ECC_CURVE_NIST_P256; in set_ecdh_privkey()
/Linux-v5.4/drivers/crypto/
Datmel-ecc.c78 if (curve_id == ECC_CURVE_NIST_P256) in atmel_ecdh_supported_curve()