Home
last modified time | relevance | path

Searched refs:counter (Results 26 – 50 of 80) sorted by relevance

1234

/openssl/crypto/sm4/asm/
H A Dvpsm4-armv8.pl41 my ($ptr,$counter)=("x10","w11");
410 mov $counter,#8
419 subs $counter,$counter,#1
438 mov $counter,#8
443 subs $counter,$counter,#1
455 mov $counter,#8
460 subs $counter,$counter,#1
H A Dvpsm4_ex-armv8.pl44 my ($ptr,$counter)=("x10","w11");
411 mov $counter,#8
420 subs $counter,$counter,#1
439 mov $counter,#8
444 subs $counter,$counter,#1
456 mov $counter,#8
461 subs $counter,$counter,#1
/openssl/demos/pkey/
H A Ddsa.inc115 int rv = 0, gindex, counter;
138 if (EVP_PKEY_get_int_param(pkey, OSSL_PKEY_PARAM_FFC_PCOUNTER, &counter) > 0) {
139 if (counter != -1)
140 BIO_printf(bio, " %s = %d\n", OSSL_PKEY_PARAM_FFC_PCOUNTER, counter);
/openssl/test/
H A Ddsatest.c65 int counter, ret = 0, i, j; in dsa_test() local
88 &counter, &h, cb))) in dsa_test()
91 if (!TEST_int_eq(counter, 105)) in dsa_test()
H A Dbio_dgram_test.c462 uint32_t counter[4] = {0}; in random_data() local
464 counter[0] = (uint32_t)offset; in random_data()
474 if (EVP_EncryptInit_ex2(ctx, cipher, (uint8_t *)key, (uint8_t *)counter, NULL) == 0) in random_data()
H A Dacvp_test.c534 int ret = 0, counter = 0; in dsa_paramgen_test() local
562 &counter))) in dsa_paramgen_test()
567 test_printf_stderr("%s: %d\n", "counter", counter); in dsa_paramgen_test()
584 int counter, in dsa_create_pkey() argument
622 if (counter != -1) { in dsa_create_pkey()
625 counter))) in dsa_create_pkey()
662 tst->seed, tst->seed_len, tst->counter, in dsa_pqver_test()
/openssl/providers/implementations/kem/
H A Dec_kem.c390 unsigned char counter = 0; in ossl_ec_dhkem_derive_private() local
429 &counter, 1)) in ossl_ec_dhkem_derive_private()
434 if (counter == 0xFF) { in ossl_ec_dhkem_derive_private()
438 counter++; in ossl_ec_dhkem_derive_private()
/openssl/providers/implementations/ciphers/
H A Dciphercommon_gcm.c97 static void ctr64_inc(unsigned char *counter) in ctr64_inc() argument
104 c = counter[n]; in ctr64_inc()
106 counter[n] = c; in ctr64_inc()
H A Dcipher_aes_gcm_hw_ppc.inc73 /* add counter to ivec */
H A Dcipher_aes_gcm_hw_vaes_avx512.inc66 gcmctx->Yi.u[0] = 0; /* Current counter */
/openssl/doc/man7/
H A DEVP_KDF-X963.pod79 X963KDF appends the counter to the secret, whereas SSKDF prepends the counter.
H A DEVP_RAND-CTR-DRBG.pod9 Support for the counter deterministic random bit generator through the
H A DEVP_KDF-X942-ASN1.pod12 contains a 32 bit counter as well as optional fields for "partyu-info",
/openssl/crypto/ffc/
H A Dffc_params.c141 size_t seedlen, int counter) in ossl_ffc_params_set_validate_params() argument
145 params->pcounter = counter; in ossl_ffc_params_set_validate_params()
/openssl/crypto/modes/asm/
H A Daesni-gcm-x86_64.pl87 ($counter,$rounds,$ret,$const,$in0,$end0)=("%ebx","%ebp","%r10","%r11","%r14","%r15");
111 add \$`6<<24`,$counter
455 mov 12($ivp),$counter
557 add \$`6<<24`,$counter
683 mov 12($ivp),$counter
H A Daes-gcm-armv8_64.pl165 $counter="x16";
272 ldp $ctr96_b64x, $ctr96_t32x, [$counter] @ ctr96_b64, ctr96_t32
1111 str $ctr32w, [$counter, #12] @ store the updated counter
1160 ldp $ctr96_b64x, $ctr96_t32x, [$counter] @ ctr96_b64, ctr96_t32
1993 str $ctr32w, [$counter, #12] @ store the updated counter
2116 ldp $ctr96_b64x, $ctr96_t32x, [$counter] @ ctr96_b64, ctr96_t32
3003 str $ctr32w, [$counter, #12] @ store the updated counter
3054 ldp $ctr96_b64x, $ctr96_t32x, [$counter] @ ctr96_b64, ctr96_t32
4064 ldp $ctr96_b64x, $ctr96_t32x, [$counter] @ ctr96_b64, ctr96_t32
4990 str $ctr32w, [$counter, #12] @ store the updated counter
[all …]
/openssl/doc/man3/
H A DOPENSSL_instrument_bus.pod38 benchmark, either because oscillator counter or 'flush cache line' is
H A DOSSL_CRMF_MSG_set0_validity.pod55 On success the reference counter of the I<pubkey> (if given) is incremented,
/openssl/crypto/evp/
H A De_aria.c200 static void ctr64_inc(unsigned char *counter) in ctr64_inc() argument
207 c = counter[n]; in ctr64_inc()
209 counter[n] = c; in ctr64_inc()
/openssl/providers/implementations/rands/
H A Ddrbg_ctr.c376 static void ctr96_inc(unsigned char *counter) in ctr96_inc() argument
382 c += counter[n]; in ctr96_inc()
383 counter[n] = (u8)c; in ctr96_inc()
/openssl/include/internal/
H A Dffc.h144 size_t seedlen, int counter);
/openssl/util/perl/OpenSSL/
H A DTest.pm736 my $counter = 0;
738 my ($c, $dc, @el) = $_->(++$counter);
/openssl/crypto/des/asm/
H A Ddes_enc.m4143 ld [out2+280], out4 ! loop counter
294 ! out4 is loop counter
458 ifelse($6,{}, {}, {ld [out2+280], out4}) ! loop counter
621 ! also adds -8 to length in2 and loads loop counter to out4
734 ld [out2+280], out4 ! loop counter
1223 mov LOOPS, out4 ! loop counter
1251 mov LOOPS, out4 ! loop counter
1443 ! also adds -8 to length in2 and loads loop counter to out4
1645 ! also adds -8 to length in2 and loads loop counter to out4
/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm231 || MVK 8,A0 ; M, outer loop counter
293 ;; because of low-counter effect, when prologue phase finishes
/openssl/crypto/aes/asm/
H A Dbsaes-armv8.pl1269 // x4 -> initial value of 128-bit counter (stored big-endian) which increments, modulo 2^32, for …
1299 ldr q0, [x4] // load counter
1318 // to flip byte order in 32-bit counter
1331 add v15.4s, v4.4s, v14.4s // next counter
1428 ldr q1, [x4] // load whole counter value

Completed in 81 milliseconds

1234