Searched refs:sample (Results 1 – 15 of 15) sorted by relevance
/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_ecdsa_rfc6979.txt | 34 Input = "sample" 39 Input = "sample" 44 Input = "sample" 51 Input = "sample" 56 Input = "sample" 61 Input = "sample" 68 Input = "sample" 73 Input = "sample" 78 Input = "sample" 85 Input = "sample" [all …]
|
H A D | evppkey_dsa_rfc6979.txt | 46 Input = "sample" 51 Input = "sample" 57 Input = "sample" 62 Input = "sample" 68 Input = "sample" 73 Input = "sample" 79 Input = "sample" 84 Input = "sample" 90 Input = "sample" 95 Input = "sample" [all …]
|
/openssl/test/ |
H A D | drbgtest.c | 409 unsigned char sample[DRBG_FORK_RESULT_COUNT * RANDOM_SIZE]; in test_rand_reseed_on_fork() local 410 unsigned char *psample = &sample[0]; in test_rand_reseed_on_fork() 486 qsort(sample, sizeof(sample)/2, 2, compare_rand_chunk); in test_rand_reseed_on_fork() 489 for (i = 2, psample = sample + 2 ; i < sizeof(sample) ; i += 2, psample += 2) { in test_rand_reseed_on_fork()
|
/openssl/ssl/quic/ |
H A D | quic_wire_pkt.c | 77 const unsigned char *sample, size_t sample_len, in hdr_generate_mask() argument 93 || !EVP_CipherUpdate(hpr->cipher_ctx, dst, &l, sample, 16)) { in hdr_generate_mask() 106 if (!EVP_CipherInit_ex(hpr->cipher_ctx, NULL, NULL, NULL, sample, 1) in hdr_generate_mask() 137 const unsigned char *sample, in ossl_quic_hdr_protector_decrypt_fields() argument 144 if (!hdr_generate_mask(hpr, sample, sample_len, mask)) in ossl_quic_hdr_protector_decrypt_fields() 167 const unsigned char *sample, in ossl_quic_hdr_protector_encrypt_fields() argument 174 if (!hdr_generate_mask(hpr, sample, sample_len, mask)) in ossl_quic_hdr_protector_encrypt_fields()
|
/openssl/include/internal/ |
H A D | quic_wire_pkt.h | 251 const unsigned char *sample, 261 const unsigned char *sample,
|
/openssl/test/smime-eml/ |
H A D | SignedInvalidMappingFromanyPolicyTest7.eml | 12 This is a sample signed message.
|
/openssl/doc/designs/quic-design/ |
H A D | quic-statm.md | 51 - `override_latest_rtt` provides a new latest RTT sample. If it is
|
H A D | debugging.md | 62 website](https://qvis.quictools.info/) also has some sample qlog files which you
|
/openssl/doc/man3/ |
H A D | d2i_RSAPrivateKey.pod | 196 function names. The sample code to get DER encoded output in a type 226 The following sample code does the rest of the work:
|
/openssl/doc/man1/ |
H A D | openssl-ca.pod.in | 6 openssl-ca - sample minimal CA application 666 To use the sample configuration file below the directories F<demoCA>, 700 A sample SPKAC file (the SPKAC line has been truncated for clarity): 708 A sample configuration file with the relevant sections for this command:
|
/openssl/doc/man5/ |
H A D | config.pod | 519 F<sample>. 521 sample = fips_config
|
/openssl/doc/internal/man3/ |
H A D | OPTIONS.pod | 88 The third line is a sample
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | LICENSE | 261 necessary. Here a sample; alter the names:
|
/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_enrollment.csv | 51 …-newkey,new.key,, -newkeypass,pass:,,,BLANK,,,,BLANK,, -sans,https://www.sample.com,BLANK,,BLANK,,…
|
/openssl/ |
H A D | CHANGES.md | 9238 against a number of sample certificates. 20450 and add a sample to openssl.cnf so req -x509 now adds appropriate 20561 encryption from sample DSA keys (in case anyone is interested the password
|
Completed in 66 milliseconds