Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/crypto/ !
Dapi-kpp.rst14 …o_kpp_set_secret crypto_kpp_generate_public_key crypto_kpp_compute_shared_secret crypto_kpp_maxsize
/linux-5.19.10/include/crypto/ !
Dkpp.h355 static inline unsigned int crypto_kpp_maxsize(struct crypto_kpp *tfm) in crypto_kpp_maxsize() function
/linux-5.19.10/security/keys/ !
Ddh.c236 outlen = crypto_kpp_maxsize(tfm); in __keyctl_dh_compute()
/linux-5.19.10/drivers/crypto/ !
Datmel-ecc.c287 return crypto_kpp_maxsize(ctx->fallback); in atmel_ecdh_max_size()
/linux-5.19.10/crypto/ !
Ddh.c545 return crypto_kpp_maxsize(tfm_ctx->dh_tfm); in dh_safe_prime_max_size()
Dtestmgr.c3806 out_len_max = crypto_kpp_maxsize(tfm); in do_test_kpp()