Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/
Datmel-ecc.h35 #define ATMEL_ECC_NIST_P256_N_SIZE 32 macro
36 #define ATMEL_ECC_PUBKEY_SIZE (2 * ATMEL_ECC_NIST_P256_N_SIZE)
Datmel-ecc.c373 return ATMEL_ECC_NIST_P256_N_SIZE; in atmel_ecdh_supported_curve()