Home
last modified time | relevance | path

Searched refs:val_sub (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/crypto/ec/
H A Dec_mult.c423 EC_POINT ***val_sub = NULL; /* pointers to sub-arrays of 'val' or in ossl_ec_wNAF_mul() local
509 val_sub = OPENSSL_malloc(totalnum * sizeof(val_sub[0])); in ossl_ec_wNAF_mul()
515 if (wsize == NULL || wNAF_len == NULL || wNAF == NULL || val_sub == NULL) in ossl_ec_wNAF_mul()
579 val_sub[num] = pre_comp->points; in ossl_ec_wNAF_mul()
637 val_sub[i] = tmp_points; in ossl_ec_wNAF_mul()
659 val_sub[i] = v; in ossl_ec_wNAF_mul()
684 if (!EC_POINT_copy(val_sub[i][0], points[i])) in ossl_ec_wNAF_mul()
687 if (!EC_POINT_copy(val_sub[i][0], generator)) in ossl_ec_wNAF_mul()
692 if (!EC_POINT_dbl(group, tmp, val_sub[i][0], ctx)) in ossl_ec_wNAF_mul()
695 if (!EC_POINT_add(group, val_sub[i][j], val_sub[i][j - 1], tmp, ctx)) in ossl_ec_wNAF_mul()
[all …]