| H A D | crypto_v2_pka.h | 261 #define RK_PKA_Add(len_id, op_a, op_b, res, tag) \ argument 266 #define RK_PKA_AddIm(len_id, op_a, op_b_im, res, tag) \ argument 271 #define RK_PKA_Sub(len_id, op_a, op_b, res, tag) \ argument 276 #define RK_PKA_SubIm(len_id, op_a, op_b_im, res, tag) \ argument 286 #define RK_PKA_ModAdd(len_id, op_a, op_b, res, tag) \ argument 291 #define RK_PKA_ModAddIm(len_id, op_a, op_b_im, res, tag) \ argument 296 #define RK_PKA_ModSub(len_id, op_a, op_b, res, tag) \ argument 301 #define RK_PKA_ModSubIm(len_id, op_a, op_b_im, res, tag) \ argument 315 #define RK_PKA_AND(len_id, op_a, op_b, res, tag) \ argument 320 #define RK_PKA_AndIm(len_id, op_a, op_b, res, tag) \ argument [all …]
|