| /src/external/gpl2/groff/dist/font/devps/generate/ |
| lgreekmap | 30 zeta *z
|
| symbolchars | 36 Zeta *Z 65 zeta *z
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_verifier/ |
| verifier_transaction.c | 102 bi_ptr zeta = bi_new_ptr(); local 106 zeta == NULL) return NULL; 111 // zeta = ( base ^ exponent) % capital_gamma 121 bi_mod_exp( zeta, base, exponent, capital_gamma); 122 LogDebug("project_into_group_gamma: result:%s", bi_2_hex_char( zeta)); 124 return zeta; 145 LogDebug("return zeta:%s\n", bi_2_hex_char( result)); 230 bi_ptr zeta, 258 LogDebug("zeta[%ld]:%s", bi_nbin_size( zeta), bi_2_hex_char( zeta)) [all...] |
| /src/crypto/external/cpl/trousers/dist/src/include/daa/ |
| verifier.h | 98 bi_ptr zeta,
|
| daa_structs.h | 318 bi_ptr zeta; member in struct:__anon2304
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_bo.h | 40 unsigned zeta:3; member in struct:nouveau_bo
|
| nouveau_bo.c | 110 u32 size, u32 pitch, u32 zeta) 133 nv10_bo_update_tile_region(dev, found, addr, size, pitch, zeta); 249 nvbo->zeta = (tile_flags & 0x00000007); 377 if (nvbo->zeta) { 1433 nvbo->mode, nvbo->zeta);
|
| nouveau_gem.c | 265 rep->tile_flags |= nvbo->zeta;
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/ |
| platform.c | 920 bi_ptr zeta = NULL; local 1074 zeta = compute_zeta( pk_internal->issuerBaseNameLength, 1077 if( zeta == NULL) { 1078 LogError("malloc of bi <%s> failed", "zeta"); 1088 LogDebug("zeta[%ld] = %s", bi_nbin_size( zeta), bi_2_hex_char( zeta)); 1089 bi_2_byte_array( buffer, TPM_DAA_SIZE_w, zeta); 1090 LogDebug("zeta[%d] = %s", TPM_DAA_SIZE_w, dump_byte_array( TPM_DAA_SIZE_w, buffer)); 1095 TPM_DAA_SIZE_w, buffer, // zeta 1942 bi_ptr zeta = NULL; local [all...] |
| test_join.c | 50 bi_ptr zeta; member in struct:tdIssuer 215 issuer->zeta = compute_zeta( issuer->pk->issuerBaseNameLength,
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/ |
| issue_credential.c | 308 bi_ptr zeta = NULL; local 489 zeta = compute_zeta( pk_intern->issuerBaseNameLength, 493 // ( ( issuer.zeta ^ exp) % pk->capitalGamma) ) % pk->capitalGamma 494 bi_mod_exp( tmp1, zeta, exp, pk_intern->capitalGamma); 502 LogDebug("calculation NhatI: zeta:%s\n", bi_2_hex_char( zeta)); 791 FREE_BI( zeta);
|
| /src/crypto/external/apache2/openssl/dist/crypto/ml_kem/ |
| ml_kem.c | 846 uint32_t zeta = *++roots; local 851 odd = reduce(*peer * zeta); 878 uint32_t zeta = *++roots; local 884 *peer++ = reduce(zeta * (even - odd + kPrime));
|
| /src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| tss_structs.h | 531 BYTE* zeta;
member in struct:tdTSS_DAA_SIGNATURE
|
| tspi.h | 1184 BYTE* zeta, // in
|
| /src/external/lgpl3/mpfr/lib/libmpfr/ |
| Makefile | 275 zeta.c \
|
| /src/crypto/external/bsd/openssh/dist/ |
| libcrux_mlkem768_sha3.h | 7046 libcrux_ml_kem_vector_portable_vector_type_PortableVector *v, int16_t zeta, 7050 v->elements[j], zeta); 7126 libcrux_ml_kem_vector_portable_vector_type_PortableVector v, int16_t zeta) { 7127 libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta, (size_t)0U, (size_t)8U); 7128 libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta, (size_t)1U, (size_t)9U); 7129 libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta, (size_t)2U, 7131 libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta, (size_t)3U, 7133 libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta, (size_t)4U, 7135 libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta, (size_t)5U, 7137 libcrux_ml_kem_vector_portable_ntt_ntt_step(&v, zeta, (size_t)6U [all...] |
| /src/crypto/external/cpl/trousers/dist/src/tspi/daa/ |
| daa_structs.c | 1107 signature_intern->zeta = bi_set_as_nbin( signature->zetaLength, signature->zeta); 1143 bi_free_ptr( signature->zeta);
|
| /src/external/bsd/tcpdump/dist/ |
| configure | 5324 for i in inria kame linux-glibc linux-libinet6 toshiba v6d zeta; do 5698 zeta)
|
| /src/crypto/external/bsd/heimdal/dist/ |
| configure | 20380 for i in v6d toshiba kame inria zeta linux; do 20456 zeta)
|
| /src/external/gpl3/binutils/dist/gprofng/doc/ |
| texinfo.tex | 10863 \DeclareUnicodeCharacter{03B6}{\ensuremath\zeta}%
|
| /src/external/gpl3/binutils.old/dist/gprofng/doc/ |
| texinfo.tex | 10863 \DeclareUnicodeCharacter{03B6}{\ensuremath\zeta}%
|
| /src/external/gpl3/gcc/dist/gcc/doc/include/ |
| texinfo.tex | 10800 \DeclareUnicodeCharacter{03B6}{\ensuremath\zeta}%
|
| /src/external/lgpl3/mpc/dist/build-aux/ |
| texinfo.tex | 10743 \DeclareUnicodeCharacter{03B6}{\ensuremath\zeta}%
|
| /src/external/lgpl3/mpfr/dist/doc/ |
| texinfo.tex | 10833 \DeclareUnicodeCharacter{03B6}{\ensuremath\zeta}%
|