Home
last modified time | relevance | path

Searched refs:todo (Results 1 – 5 of 5) sorted by relevance

/openssl/apps/
H A Dlist.c1570 } todo = { 0, }; in list_main() local
1691 if (todo.commands) in list_main()
1731 if (todo.kdf_algorithms) in list_main()
1733 if (todo.mac_algorithms) in list_main()
1753 if (todo.pk_algorithms) in list_main()
1755 if (todo.pk_method) in list_main()
1757 if (todo.store_loaders) in list_main()
1759 if (todo.provider_info) in list_main()
1762 if (todo.engines) in list_main()
1765 if (todo.disabled) in list_main()
[all …]
/openssl/crypto/chacha/
H A Dchacha_enc.c103 size_t todo, i; in ChaCha20_ctr32_c() local
134 todo = sizeof(buf); in ChaCha20_ctr32_c()
135 if (len < todo) in ChaCha20_ctr32_c()
136 todo = len; in ChaCha20_ctr32_c()
140 for (i = 0; i < todo; i++) in ChaCha20_ctr32_c()
142 out += todo; in ChaCha20_ctr32_c()
143 inp += todo; in ChaCha20_ctr32_c()
144 len -= todo; in ChaCha20_ctr32_c()
/openssl/crypto/bn/
H A Dbn_rand.c306 unsigned done, todo; in ossl_bn_gen_dsa_nonce_fixed_top() local
360 todo = num_k_bytes - done; in ossl_bn_gen_dsa_nonce_fixed_top()
361 if (todo > SHA512_DIGEST_LENGTH) in ossl_bn_gen_dsa_nonce_fixed_top()
362 todo = SHA512_DIGEST_LENGTH; in ossl_bn_gen_dsa_nonce_fixed_top()
363 memcpy(k_bytes + done, digest, todo); in ossl_bn_gen_dsa_nonce_fixed_top()
364 done += todo; in ossl_bn_gen_dsa_nonce_fixed_top()
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_siv_hw.c342 size_t todo; in aes_gcm_siv_ctr32() local
365 todo = len - i; in aes_gcm_siv_ctr32()
366 if (todo > sizeof(keystream)) in aes_gcm_siv_ctr32()
367 todo = sizeof(keystream); in aes_gcm_siv_ctr32()
369 for (j = 0; j < todo; j++) in aes_gcm_siv_ctr32()
/openssl/external/perl/Text-Template-1.56/
H A DChanges11 - Skip/todo tests which fail under Devel::Cover (Thanks Roy Ivy)

Completed in 20 milliseconds