Searched refs:ecc_digits_from_bytes (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/crypto/ |
H A D | ecdsa.c | 58 ecc_digits_from_bytes(d, vlen, dest, ndigits); in ecdsa_get_signature_rs() 235 ecc_digits_from_bytes(d, digitlen, ctx->pub_key.x, ndigits); in ecdsa_set_pub_key() 236 ecc_digits_from_bytes(&d[digitlen], digitlen, ctx->pub_key.y, ndigits); in ecdsa_set_pub_key()
|
H A D | ecc.c | 69 void ecc_digits_from_bytes(const u8 *in, unsigned int nbytes, in ecc_digits_from_bytes() function 89 EXPORT_SYMBOL(ecc_digits_from_bytes);
|
/openbmc/linux/include/crypto/internal/ |
H A D | ecc.h | 66 void ecc_digits_from_bytes(const u8 *in, unsigned int nbytes,
|