Searched refs:testnum (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/apps/ |
| D | speed.c | 506 static unsigned int testnum; variable 560 for (count = 0; COND(c[algindex][testnum]); count++) { in EVP_Digest_loop() 561 if (!EVP_Digest(buf, (size_t)lengths[testnum], digest, NULL, md, in EVP_Digest_loop() 604 for (count = 0; COND(c[algindex][testnum]); count++) { in EVP_MAC_loop() 608 || !EVP_MAC_update(mctx, buf, lengths[testnum]) in EVP_MAC_loop() 660 for (count = 0; COND(c[algindex][testnum]); count++) in EVP_Cipher_loop() 661 if (EVP_Cipher(tempargs->ctx, buf, buf, (size_t)lengths[testnum]) <= 0) in EVP_Cipher_loop() 674 for (count = 0; COND(c[D_GHASH][testnum]); count++) { in GHASH_loop() 675 if (!EVP_MAC_update(mctx, buf, lengths[testnum])) in GHASH_loop() 727 for (count = 0; COND(c[D_RAND][testnum]); count++) in RAND_bytes_loop() [all …]
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| D | test_bn.c | 336 #define testnum 100 macro 349 for (i = 0; i < testnum; i++) { in test_BN_CTX() 354 for (i = 0; i < testnum; i++) in test_BN_CTX() 356 for (i = 0; i < testnum; i++) in test_BN_CTX() 359 for (i = 0; i < testnum; i++) { in test_BN_CTX() 366 for (i = 0; i < testnum; i++) { in test_BN_CTX() 372 for (i = 0; i < testnum; i++) in test_BN_CTX()
|