OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:capitalS
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/include/daa/
daa_structs.h
131
bi_ptr
capitalS
;
144
// (
capitalS
^ ( 1 << DAA_PARAM_SIZE_SPLIT_EXPONENT)) % modulus
150
const bi_ptr
capitalS
,
/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
issue_credential.c
291
bi_ptr
capitalS
= NULL;
352
capitalS
= bi_set_as_nbin( daa_pk_extern->capitalSLength,
353
daa_pk_extern->
capitalS
); // allocation
354
if(
capitalS
== NULL) {
355
LogError("malloc of BI <%s> failed", "
capitalS
");
437
// capitalU_hat_prime = ( capitalU_hat_prime * (
capitalS
^ sv_prime)) % n
438
bi_mod_exp( tmp1,
capitalS
, sv_prime, n);
470
// capital_Uhat = ( capital_Uhat * (
capitalS
^ sv_tilde_prime) % n ) % n
471
bi_mod_exp( tmp1, pk_intern->
capitalS
, sv_tilde_prime, n);
498
LogDebug("calculation Uhat:
capitalS
:%s\n", bi_2_hex_char( pk_intern->capitalS))
[
all
...]
/src/crypto/external/cpl/trousers/dist/src/include/tss/
tss_structs.h
151
BYTE*
capitalS
;
Completed in 29 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026