HomeSort by relevance Sort by last modified time
    Searched refs:tmp_scalar (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/ec/
p256-x86_64.c 424 BIGNUM *tmp_scalar = BN_CTX_get(ctx); local
425 if (tmp_scalar == NULL) {
429 if (!BN_nnmod(tmp_scalar, g_scalar, &group->order, ctx)) {
433 g_scalar = tmp_scalar;
p224-64.c 1139 BIGNUM *x, *y, *z, *tmp_scalar; local
    [all...]
p256-64.c 1718 BIGNUM *x, *y, *z, *tmp_scalar; local
    [all...]

Completed in 419 milliseconds