Searched refs:p_res (Results 1 - 1 of 1) sorted by relevance
/base/startup/hvb/libhvb/src/crypto/ |
H A D | hvb_rsa.c | 114 struct long_int_num *p_res = NULL; in lin_create() local 116 p_res = hvb_malloc(sizeof(struct long_int_num)); in lin_create() 117 if (p_res == NULL) { in lin_create() 121 if (lin_calloc(p_res, word_len) > 0) { in lin_create() 122 hvb_free(p_res); in lin_create() 125 p_res->valid_word_len = 0; in lin_create() 126 return p_res; in lin_create() 259 unsigned long n_n0_i, struct long_int_num *p_res) in montgomery_mul_add() 267 unsigned long *p_rd = p_res->p_uint; in montgomery_mul_add() 297 p_res in montgomery_mul_add() 258 montgomery_mul_add(struct long_int_num *p_a, unsigned long b, struct long_int_num *p_n, unsigned long n_n0_i, struct long_int_num *p_res) montgomery_mul_add() argument 303 montgomery_mod_mul(struct long_int_num *p_a, struct long_int_num *p_b, struct long_int_num *p_n, unsigned long n_n0_i, struct long_int_num *p_res) montgomery_mod_mul() argument 318 struct long_int_num *p_res = NULL; montgomery_mod_exp() local [all...] |
Completed in 2 milliseconds