Searched refs:kpp_instance (Results 1 – 3 of 3) sorted by relevance
14 * struct kpp_instance - KPP template instance20 struct kpp_instance { struct 21 void (*free)(struct kpp_instance *inst); argument 100 * kpp_crypto_instance() - Cast a &struct kpp_instance to the corresponding102 * @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 corresponding113 * &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...]
64 struct kpp_instance *kpp = kpp_instance(inst); in crypto_kpp_free_instance() 132 struct kpp_instance *inst) in kpp_register_instance()
298 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()