Searched refs:kpp_tfm_ctx (Results 1 – 10 of 10) sorted by relevance
80 struct atmel_ecdh_ctx *ctx = kpp_tfm_ctx(tfm); in atmel_ecdh_set_secret()140 struct atmel_ecdh_ctx *ctx = kpp_tfm_ctx(tfm); in atmel_ecdh_generate_public_key()168 struct atmel_ecdh_ctx *ctx = kpp_tfm_ctx(tfm); in atmel_ecdh_compute_shared_secret()251 struct atmel_ecdh_ctx *ctx = kpp_tfm_ctx(tfm); in atmel_ecdh_init_tfm()275 struct atmel_ecdh_ctx *ctx = kpp_tfm_ctx(tfm); in atmel_ecdh_exit_tfm()284 struct atmel_ecdh_ctx *ctx = kpp_tfm_ctx(tfm); in atmel_ecdh_max_size()
12 u8 *secret = kpp_tfm_ctx(tfm); in curve25519_set_secret()27 const u8 *secret = kpp_tfm_ctx(tfm); in curve25519_compute_value()
45 return kpp_tfm_ctx(tfm); in dh_get_ctx()
23 return kpp_tfm_ctx(tfm); in ecdh_get_ctx()
52 u8 *secret = kpp_tfm_ctx(tfm); in curve25519_set_secret()67 const u8 *secret = kpp_tfm_ctx(tfm); in curve25519_compute_value()
577 struct hpre_ctx *ctx = kpp_tfm_ctx(tfm); in hpre_dh_compute_value()702 struct hpre_ctx *ctx = kpp_tfm_ctx(tfm); in hpre_dh_set_secret()728 struct hpre_ctx *ctx = kpp_tfm_ctx(tfm); in hpre_dh_max_size()735 struct hpre_ctx *ctx = kpp_tfm_ctx(tfm); in hpre_dh_init_tfm()742 struct hpre_ctx *ctx = kpp_tfm_ctx(tfm); in hpre_dh_exit_tfm()1376 struct hpre_ctx *ctx = kpp_tfm_ctx(tfm); in hpre_ecdh_set_secret()1563 struct hpre_ctx *ctx = kpp_tfm_ctx(tfm); in hpre_ecdh_compute_value()1605 struct hpre_ctx *ctx = kpp_tfm_ctx(tfm); in hpre_ecdh_max_size()1613 struct hpre_ctx *ctx = kpp_tfm_ctx(tfm); in hpre_ecdh_nist_p192_init_tfm()1622 struct hpre_ctx *ctx = kpp_tfm_ctx(tfm); in hpre_ecdh_nist_p256_init_tfm()[all …]
125 return kpp_tfm_ctx(crypto_kpp_reqtfm(req)); in kmb_ocs_ecc_tctx()543 struct ocs_ecc_ctx *tctx = kpp_tfm_ctx(tfm); in kmb_ocs_ecdh_set_secret()806 struct ocs_ecc_ctx *tctx = kpp_tfm_ctx(tfm); in kmb_ocs_ecdh_nist_p256_init_tfm()813 struct ocs_ecc_ctx *tctx = kpp_tfm_ctx(tfm); in kmb_ocs_ecdh_nist_p384_init_tfm()820 struct ocs_ecc_ctx *tctx = kpp_tfm_ctx(tfm); in kmb_ocs_ecdh_exit_tfm()827 struct ocs_ecc_ctx *tctx = kpp_tfm_ctx(tfm); in kmb_ocs_ecdh_max_size()
21 static inline void *kpp_tfm_ctx(struct crypto_kpp *tfm) in kpp_tfm_ctx() function
1407 u8 *secret = kpp_tfm_ctx(tfm); in curve25519_set_secret()1422 const u8 *secret = kpp_tfm_ctx(tfm); in curve25519_generate_public_key()1444 const u8 *secret = kpp_tfm_ctx(tfm); in curve25519_compute_shared_secret()
210 struct qat_dh_ctx *ctx = kpp_tfm_ctx(tfm); in qat_dh_compute_value()441 struct qat_dh_ctx *ctx = kpp_tfm_ctx(tfm); in qat_dh_set_secret()474 struct qat_dh_ctx *ctx = kpp_tfm_ctx(tfm); in qat_dh_max_size()481 struct qat_dh_ctx *ctx = kpp_tfm_ctx(tfm); in qat_dh_init_tfm()496 struct qat_dh_ctx *ctx = kpp_tfm_ctx(tfm); in qat_dh_exit_tfm()
Completed in 28 milliseconds