Searched refs:snum (Results 1 – 2 of 2) sorted by relevance
268 BIGNUM *tmp, *snum, *sdiv, *res; in bn_div_fixed_top() local283 snum = BN_CTX_get(ctx); in bn_div_fixed_top()304 num_n = snum->top; in bn_div_fixed_top()308 if (bn_wexpand(snum, div_n + 1) == NULL) in bn_div_fixed_top()311 snum->top = num_n = div_n + 1; in bn_div_fixed_top()319 wnum = &(snum->d[loop]); in bn_div_fixed_top()320 wnumtop = &(snum->d[num_n - 1]); in bn_div_fixed_top()446 snum->neg = num_neg; in bn_div_fixed_top()447 snum->top = div_n; in bn_div_fixed_top()448 snum->flags |= BN_FLG_FIXED_TOP; in bn_div_fixed_top()[all …]
327 int snum = EVP_CIPHER_CTX_get_num(ctx); in camellia_ctr_cipher() local331 if (snum < 0) in camellia_ctr_cipher()333 num = snum; in camellia_ctr_cipher()
Completed in 5 milliseconds