Home
last modified time | relevance | path

Searched refs:kpp_instance (Results 1 – 3 of 3) sorted by relevance

/linux/include/crypto/internal/
H A Dkpp.h14 * struct kpp_instance - KPP template instance
20 struct kpp_instance { struct
21 void (*free)(struct kpp_instance *inst); argument
100 * kpp_crypto_instance() - Cast a &struct kpp_instance to the corresponding
102 * @inst: Pointer to the &struct kpp_instance to be cast.
106 struct kpp_instance *inst) in kpp_crypto_instance()
112 * kpp_instance() - Cast a generic &struct crypto_instance to the corresponding
113 * &struct kpp_instance.
115 * Return: A pointer to the &struct kpp_instance @inst is embedded in.
117 static inline struct kpp_instance *kpp_instanc function
22 __anon8e679e0e010akpp_instance global() argument
[all...]
/linux/crypto/
H A Dkpp.c64 struct kpp_instance *kpp = kpp_instance(inst); in crypto_kpp_free_instance()
132 struct kpp_instance *inst) in kpp_register_instance()
H A Ddh.c298 static void dh_safe_prime_free_instance(struct kpp_instance *inst) in dh_safe_prime_free_instance()
555 struct kpp_instance *inst; in __dh_safe_prime_create()