Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/trust_token/
Dvoprf.c479 EC_RAW_POINT BT_batch, Z_batch; in voprf_sign() local
480 if (!ec_point_mul_scalar_public_batch(group, &BT_batch, in voprf_sign()
491 !dleq_generate(method, &proof, key, &BT_batch, &Z_batch) || in voprf_sign()
610 EC_RAW_POINT BT_batch, Z_batch; in STACK_OF() local
611 if (!ec_point_mul_scalar_public_batch(group, &BT_batch, in STACK_OF()
620 !dleq_verify(method, &proof, key, &BT_batch, &Z_batch) || in STACK_OF()