Searched refs:todo (Results 1 – 4 of 4) sorted by relevance
77 size_t todo, i; in ChaCha20_ctr32() local108 todo = sizeof(buf); in ChaCha20_ctr32()109 if (len < todo) in ChaCha20_ctr32()110 todo = len; in ChaCha20_ctr32()114 for (i = 0; i < todo; i++) in ChaCha20_ctr32()116 out += todo; in ChaCha20_ctr32()117 inp += todo; in ChaCha20_ctr32()118 len -= todo; in ChaCha20_ctr32()
1543 } todo = { 0, }; in list_main() local1653 if (todo.commands) in list_main()1663 if (todo.kdf_algorithms) in list_main()1665 if (todo.mac_algorithms) in list_main()1685 if (todo.pk_algorithms) in list_main()1687 if (todo.pk_method) in list_main()1689 if (todo.store_loaders) in list_main()1691 if (todo.provider_info) in list_main()1694 if (todo.engines) in list_main()1697 if (todo.disabled) in list_main()[all …]
257 unsigned done, todo; in BN_generate_dsa_nonce() local302 todo = num_k_bytes - done; in BN_generate_dsa_nonce()303 if (todo > SHA512_DIGEST_LENGTH) in BN_generate_dsa_nonce()304 todo = SHA512_DIGEST_LENGTH; in BN_generate_dsa_nonce()305 memcpy(k_bytes + done, digest, todo); in BN_generate_dsa_nonce()306 done += todo; in BN_generate_dsa_nonce()
11 - Skip/todo tests which fail under Devel::Cover (Thanks Roy Ivy)
Completed in 7 milliseconds