HomeSort by: relevance | last modified time | path
    Searched defs:algos (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
portalgo.c 118 static const portalgo_algorithm_t algos[] = { variable
145 #define NALGOS __arraycount(algos)
810 error = (*algos[algo].func)(algo, &lport, inp, cred);
834 if (strcmp(algos[ai].name, name) == 0) {
870 strlcpy(newalgo, algos[*algo].name, sizeof(newalgo));
881 strncmp(newalgo, algos[*algo].name, sizeof(newalgo)) == 0)
974 len = strlcat(availalgo, algos[ai].name, sizeof(availalgo));
979 DPRINTF("available algos: %s\n", availalgo);
  /src/crypto/external/bsd/openssl/dist/test/
evp_extra_test.c 3225 * We check for certain algos in the null provider.
3551 static const char *algos[4] = { local
3560 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, algos[idx], testpropq))
  /src/crypto/external/apache2/openssl/dist/test/
evp_extra_test.c 4276 * We check for certain algos in the null provider.
4621 static const char *algos[4] = { local
4630 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, algos[idx], testpropq))

Completed in 37 milliseconds