Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/crypto/
Dapi-kpp.rst14 …o_kpp_set_secret crypto_kpp_generate_public_key crypto_kpp_compute_shared_secret crypto_kpp_maxsize
/Linux-v5.15/include/crypto/
Dkpp.h355 static inline unsigned int crypto_kpp_maxsize(struct crypto_kpp *tfm) in crypto_kpp_maxsize() function
/Linux-v5.15/drivers/crypto/
Datmel-ecc.c287 return crypto_kpp_maxsize(ctx->fallback); in atmel_ecdh_max_size()
/Linux-v5.15/security/keys/
Ddh.c325 outlen = crypto_kpp_maxsize(tfm); in __keyctl_dh_compute()
/Linux-v5.15/crypto/
Dtestmgr.c3755 out_len_max = crypto_kpp_maxsize(tfm); in do_test_kpp()