Home
last modified time | relevance | path

Searched refs:counter (Results 51 – 75 of 80) sorted by relevance

1234

/openssl/doc/man3/
H A DSSL_CTX_use_certificate.pod71 function. On success the reference counter of the B<x> is incremented.
100 On success the reference counter of the B<pkey>/B<rsa> is incremented.
H A DSSL_get_session.pod63 reference counter is not incremented, the pointer is only valid while
H A DPKCS7_sign.pod103 Some advanced attributes such as counter signatures are not supported.
H A DX509v3_get_ext_by_NID.pod126 X509v3_delete_ext() and its variants are a bit counter-intuitive
H A DCMS_sign.pod114 Some attributes such as counter signatures are not supported.
/openssl/crypto/chacha/asm/
H A Dchacha-s390x.pl249 my ($out,$inp,$len,$key,$counter)=map("%r$_",(2..6));
283 lmg ("%r12","%r13","0($counter)"); # load counter
479 vl (@K[3],"0($counter)"); # load counter
766 vl (@K[3],"0($counter)"); # load counter
/openssl/crypto/modes/asm/
H A Daes-gcm-armv8-unroll8_64.pl184 $counter="x16";
268 mov $counter, x4
281 ld1 { $ctr0b}, [$counter] @ CTR block 0
1367 mov $counter, x4
1377 ld1 { $ctr0b}, [$counter] @ CTR block 0
2521 mov $counter, x4
2531 ld1 { $ctr0b}, [$counter] @ CTR block 0
3683 mov $counter, x4
3693 ld1 { $ctr0b}, [$counter] @ CTR block 0
4898 mov $counter, x4
[all …]
/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_gcm_siv.txt445 # test correct wrapping of the block counter.
H A Devpciph_aes_common.txt911 # 192 bytes plaintext, iv is chosen so that initial counter LSB is 0xFF
920 # 240 bytes plaintext, iv is chosen so that initial counter LSB is 0xFF
929 # 288 bytes plaintext, iv is chosen so that initial counter LSB is 0xFF
/openssl/doc/internal/man3/
H A Dossl_cmp_certreq_new.pod74 are not consumed if present but their internal reference counter is increased.
H A Dossl_method_construct.pod128 If such a reference is kept, the I<provider object> reference counter
H A Devp_generic_fetch.pod59 increments the reference counter for the given method, if there is
H A Dossl_provider_new.pod119 Activation affects a separate counter.
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ccm_hw_s390x.inc137 * and initialize it with counter value.
H A Dcipher_aes_gcm_hw_s390x.inc78 /* Set the 32 bit counter */
/openssl/test/
H A Dquic_record_test.c1755 static OSSL_TIME expected_time(uint64_t counter) in expected_time() argument
1757 return ossl_time_multiply(ossl_ticks2time(OSSL_TIME_MS), counter); in expected_time()
H A Dquic_multistream_test.c2716 static int script_20_trigger(struct helper *h, volatile uint64_t *counter) in script_20_trigger() argument
2720 ++*counter; in script_20_trigger()
2727 static int script_20_wait(struct helper *h, volatile uint64_t *counter, uint64_t threshold) in script_20_wait() argument
2734 stop = (*counter >= threshold); in script_20_wait()
/openssl/doc/man7/
H A DEVP_PKEY-FFC.pod90 An optional domain parameter I<counter> value that is output during generation
H A DEVP_RAND.pod259 reseed counter is not reset.
H A Dossl-guide-tls-client-non-block.pod111 * Let's say for example that you want to update the progress counter on
H A Dossl-guide-quic-client-non-block.pod113 * Let's say for example that you want to update the progress counter on
/openssl/doc/designs/
H A Dxof.md56 multiple calls. To counter this the provider needs a mechanism to indicate that
/openssl/doc/designs/quic-design/
H A Drecord-layer.md276 counter. In most cases the record layer will entirely manage its own sequence
278 the record layer with an incremented sequence counter.
/openssl/crypto/evp/
H A De_aes.c122 static void ctr64_inc(unsigned char *counter) in ctr64_inc() argument
129 c = counter[n]; in ctr64_inc()
131 counter[n] = c; in ctr64_inc()
/openssl/doc/man1/
H A Dopenssl-ca.pod.in220 serial number counter as all other certificates sign with the

Completed in 148 milliseconds

1234