Home
last modified time | relevance | path

Searched refs:done (Results 1 – 25 of 176) sorted by relevance

12345678

/openssl/crypto/sm2/
H A Dsm2_sign.c49 goto done; in ossl_sm2_compute_z_digest()
62 goto done; in ossl_sm2_compute_z_digest()
67 goto done; in ossl_sm2_compute_z_digest()
133 done: in ossl_sm2_compute_z_digest()
189 done: in sm2_compute_msg_hash()
300 done: in sm2_sig_gen()
384 done: in sm2_sig_verify()
407 done: in ossl_sm2_do_sign()
430 done: in ossl_sm2_do_verify()
465 done: in ossl_sm2_internal_sign()
[all …]
H A Dsm2_crypt.c56 goto done;
59 goto done;
62 done:
143 goto done; in ossl_sm2_encrypt()
149 goto done; in ossl_sm2_encrypt()
157 goto done; in ossl_sm2_encrypt()
204 goto done; in ossl_sm2_encrypt()
238 goto done; in ossl_sm2_encrypt()
256 done: in ossl_sm2_encrypt()
296 goto done; in ossl_sm2_decrypt()
[all …]
/openssl/test/
H A Dsm2_internal_test.c95 goto done; in create_EC_group()
99 goto done; in create_EC_group()
103 goto done; in create_EC_group()
109 goto done; in create_EC_group()
114 goto done; in create_EC_group()
117 done: in create_EC_group()
154 goto done; in test_sm2_crypt()
199 done: in test_sm2_crypt()
295 done: in sm2_crypt_test()
359 done: in test_sm2_sign()
[all …]
H A Devp_extra_test.c1582 done: in test_d2i_AutoPrivateKey()
1665 done: in test_EVP_PKCS82PKEY()
1699 done: in test_EVP_PKCS82PKEY_wrong_tag()
1735 done: in test_privatekey_to_pkcs8()
1806 done: in test_EC_keygen_with_enc()
1880 done: in test_EVP_SM2_verify()
2076 done: in test_EVP_SM2()
2204 done: in test_set_get_raw_keys_int()
2289 done: in test_EVP_PKEY_check()
2371 done: in test_CMAC_keygen()
[all …]
H A Devp_extra_test2.c416 goto done; in test_d2i_AutoPrivateKey_ex()
421 goto done; in test_d2i_AutoPrivateKey_ex()
430 goto done; in test_d2i_AutoPrivateKey_ex()
434 goto done; in test_d2i_AutoPrivateKey_ex()
441 goto done; in test_d2i_AutoPrivateKey_ex()
445 done: in test_d2i_AutoPrivateKey_ex()
/openssl/crypto/x509/
H A Dv3_asid.c288 goto done; in ASIdentifierChoice_is_canonical()
296 goto done; in ASIdentifierChoice_is_canonical()
305 goto done; in ASIdentifierChoice_is_canonical()
312 goto done; in ASIdentifierChoice_is_canonical()
319 goto done; in ASIdentifierChoice_is_canonical()
338 done: in ASIdentifierChoice_is_canonical()
396 goto done; in ASIdentifierChoice_canonize()
402 goto done; in ASIdentifierChoice_canonize()
488 goto done; in ASIdentifierChoice_canonize()
492 done: in ASIdentifierChoice_canonize()
[all …]
/openssl/crypto/bn/
H A Dbn_rand.c262 unsigned done, todo; in BN_generate_dsa_nonce() local
294 for (done = 0; done < num_k_bytes;) { in BN_generate_dsa_nonce()
299 || !EVP_DigestUpdate(mdctx, &done, sizeof(done)) in BN_generate_dsa_nonce()
307 todo = num_k_bytes - done; in BN_generate_dsa_nonce()
310 memcpy(k_bytes + done, digest, todo); in BN_generate_dsa_nonce()
311 done += todo; in BN_generate_dsa_nonce()
/openssl/demos/bio/
H A Dsaccept.c28 static volatile int done = 0; variable
32 done = 1; in interrupt()
96 while (!done) { in main()
H A Dsconnect.c115 goto done; in main()
124 done: in main()
/openssl/providers/implementations/kdfs/
H A Dkbkdf.c216 goto done; in derive()
220 goto done; in derive()
228 goto done; in derive()
240 done: in derive()
279 goto done; in kbkdf_derive()
282 goto done; in kbkdf_derive()
290 goto done; in kbkdf_derive()
299 goto done; in kbkdf_derive()
304 done: in kbkdf_derive()
/openssl/crypto/property/
H A Dproperty_parse.c320 int done; in ossl_parse_property() local
326 done = *s == '\0'; in ossl_parse_property()
327 while (!done) { in ossl_parse_property()
358 done = !match_ch(&s, ','); in ossl_parse_property()
379 int done; in ossl_parse_query() local
385 done = *s == '\0'; in ossl_parse_query()
386 while (!done) { in ossl_parse_query()
421 done = !match_ch(&s, ','); in ossl_parse_query()
/openssl/apps/
H A Ddhparam.c250 int done; in dhparam_main() local
261 done = 1; in dhparam_main()
295 done = 0; in dhparam_main()
298 } while (!done); in dhparam_main()
/openssl/fuzz/
H A Dbignum.c74 goto done; in FuzzerTestOneInput()
94 done: in FuzzerTestOneInput()
H A Dbndiv.c80 goto done; in FuzzerTestOneInput()
116 done: in FuzzerTestOneInput()
/openssl/crypto/asn1/
H A Dbio_asn1.c185 goto done; in asn1_bio_write()
203 goto done; in asn1_bio_write()
223 goto done; in asn1_bio_write()
233 goto done; in asn1_bio_write()
246 done: in asn1_bio_write()
H A Dtasn_new.c235 goto done; in asn1_template_new()
239 goto done; in asn1_template_new()
243 done: in asn1_template_new()
/openssl/doc/man3/
H A DSSL_rstate_string.pod26 SSL_rstate_string[_long]() should always return "RD"/"read done".
45 =item "RD"/"read done"
H A DBN_new.pod30 If B<a> is NULL, nothing is done.
35 If B<a> is NULL, nothing is done.
H A DBIO_new.pod32 If B<a> is NULL nothing is done.
40 If B<a> is NULL nothing is done.
/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c222 size_t done = 0; in sysctl_random() local
261 return done > 0 ? done : -1; in sysctl_random()
262 done += len; in sysctl_random()
267 return done; in sysctl_random()
/openssl/Configurations/
H A Dunix-Makefile.tmpl572 done
673 done
708 done
718 done
756 done
780 done
787 done
809 done
831 done
840 done
[all …]
/openssl/crypto/dsa/
H A Ddsa_backend.c178 goto done; in ossl_dsa_key_from_pkcs8()
187 done: in ossl_dsa_key_from_pkcs8()
/openssl/doc/man5/
H A Dfips_config.pod19 This is normally done once, at installation time, but may also be set up to
24 This is done each time the module is used.
64 are not performed and FIPS compliance must be done by procedures documented in
/openssl/crypto/dh/
H A Ddh_backend.c239 goto done; in ossl_dh_key_from_pkcs8()
246 done: in ossl_dh_key_from_pkcs8()
/openssl/doc/internal/man7/
H A DEVP_PKEY.pod74 associated L<EVP_KEYMGMT(3)> implementation allows it. This is done
151 the previous time. This is done by comparing it with a copy of the
163 If such an entry is found, nothing more is done, the key data and
172 For legacy origin keys, that's done with the help of the
175 For provider native origin keys, that's done by retrieving the key

Completed in 68 milliseconds

12345678