Searched refs:ATMEL_ECC_NIST_P256_N_SIZE (Results 1 – 2 of 2) sorted by relevance
26 #define ATMEL_ECC_NIST_P256_N_SIZE 32 macro27 #define ATMEL_ECC_PUBKEY_SIZE (2 * ATMEL_ECC_NIST_P256_N_SIZE)
59 n_sz = min_t(size_t, ATMEL_ECC_NIST_P256_N_SIZE, req->dst_len); in atmel_ecdh_done()