Searched refs:mask_ret (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/crypto/
H A Dalgapi.h166 int crypto_check_attr_type(struct rtattr **tb, u32 type, u32 *mask_ret);
/linux-master/crypto/
H A Dalgapi.c881 * @mask_ret: (output) the mask that should be passed to crypto_grab_*()
893 int crypto_check_attr_type(struct rtattr **tb, u32 type, u32 *mask_ret) argument
904 *mask_ret = crypto_algt_inherited_mask(algt);

Completed in 166 milliseconds