Searched refs:nids (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/crypto/openssl/crypto/engine/
H A Dtb_cipher.c30 const int *nids; local
31 int num_nids = e->ciphers(e, NULL, &nids, 0);
35 nids, num_nids, 0);
51 const int *nids; local
52 int num_nids = e->ciphers(e, NULL, &nids, 0);
56 nids, num_nids, 1);
H A Dtb_digest.c30 const int *nids; local
31 int num_nids = e->digests(e, NULL, &nids, 0);
35 nids, num_nids, 0);
51 const int *nids; local
52 int num_nids = e->digests(e, NULL, &nids, 0);
56 nids, num_nids, 1);
H A Dtb_pkmeth.c31 const int *nids; local
32 int num_nids = e->pkey_meths(e, NULL, &nids, 0);
36 nids, num_nids, 0);
52 const int *nids; local
53 int num_nids = e->pkey_meths(e, NULL, &nids, 0);
57 nids, num_nids, 1);
H A Dtb_asnmth.c41 const int *nids; local
42 int num_nids = e->pkey_asn1_meths(e, NULL, &nids, 0);
46 e, nids, num_nids, 0);
62 const int *nids; local
63 int num_nids = e->pkey_asn1_meths(e, NULL, &nids, 0);
67 e, nids, num_nids, 1);
144 const int *nids; local
150 nidcount = e->pkey_asn1_meths(e, NULL, &nids, 0);
152 e->pkey_asn1_meths(e, &ameth, NULL, nids[i]);
H A Deng_openssl.c68 const int **nids, int nid);
72 const int **nids, int nid);
84 const int **nids, int nid);
279 static int test_cipher_nids(const int **nids) argument
294 *nids = cipher_nids;
299 const int **nids, int nid)
302 /* We are returning a list of supported nids */
303 return test_cipher_nids(nids);
377 static int test_digest_nids(const int **nids) argument
390 *nids
298 openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
394 openssl_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid) argument
635 ossl_pkey_meths(ENGINE *e, EVP_PKEY_METHOD **pmeth, const int **nids, int nid) argument
[all...]
H A Deng_table.c84 ENGINE *e, const int *nids, int num_nids,
103 tmplate.nid = *nids;
110 fnd->nid = *nids;
143 nids++;
83 engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup, ENGINE *e, const int *nids, int num_nids, int setdefault) argument
H A Deng_local.h61 ENGINE *e, const int *nids, int num_nids,
/freebsd-current/crypto/openssh/
H A Dsftp-usergroup.c135 has_id(u_int id, u_int *ids, u_int nids) argument
139 if (nids == 0)
143 for (i = 0; i < nids; i++) {
147 return i < nids;
H A Dsshkey.c1355 int nids[] = { local
1377 for (i = 0; nids[i] != -1; i++) {
1378 if ((eg = EC_GROUP_new_by_curve_name(nids[i])) == NULL)
1384 if (nids[i] != -1) {
1392 return nids[i];
/freebsd-current/crypto/openssl/apps/
H A Dengine.c400 const int *nids; local
421 n = fn_c(e, NULL, &nids, 0);
423 if (!append_buf(&cap_buf, &cap_size, OBJ_nid2sn(nids[k])))
430 n = fn_d(e, NULL, &nids, 0);
432 if (!append_buf(&cap_buf, &cap_size, OBJ_nid2sn(nids[k])))
439 n = fn_pk(e, NULL, &nids, 0);
441 if (!append_buf(&cap_buf, &cap_size, OBJ_nid2sn(nids[k])))
/freebsd-current/crypto/openssl/engines/
H A De_ossltest.c59 const int **nids, int nid);
217 static int ossltest_digest_nids(const int **nids) argument
238 *nids = digest_nids;
493 const int **nids, int nid)
497 /* We are returning a list of supported nids */
498 return ossltest_digest_nids(nids);
526 const int **nids, int nid)
530 /* We are returning a list of supported nids */
531 *nids = ossltest_cipher_nids;
492 ossltest_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid) argument
525 ossltest_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
H A De_devcrypto.c401 * Keep tables of known nids, associated methods, selected ciphers, and driver
555 static int get_cipher_nids(const int **nids) argument
557 *nids = known_cipher_nids;
581 const int **nids, int nid)
584 return get_cipher_nids(nids);
856 * Keep tables of known nids, associated methods, selected digests, and
985 static int get_digest_nids(const int **nids) argument
987 *nids = known_digest_nids;
1011 const int **nids, int nid)
1014 return get_digest_nids(nids);
580 devcrypto_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
1010 devcrypto_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid) argument
[all...]
H A De_dasync.c65 const int **nids, int nid);
90 static int dasync_digest_nids(const int **nids) argument
103 *nids = digest_nids;
217 const int **nids, int nid);
454 const int **nids, int nid)
458 /* We are returning a list of supported nids */
459 return dasync_digest_nids(nids);
475 const int **nids, int nid)
479 /* We are returning a list of supported nids */
480 *nids
453 dasync_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid) argument
474 dasync_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
[all...]
H A De_afalg.c85 const int **nids, int nid);
748 const int **nids, int nid)
753 *nids = afalg_cipher_nids;
747 afalg_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
H A De_padlock.c81 const int **nids, int nid);
547 padlock_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, argument
550 /* No specific cipher => return a list of supported nids ... */
552 *nids = padlock_cipher_nids;
H A De_loader_attic.c555 const int *nids = NULL; local
556 int nids_n = asn1meths(curengine, NULL, &nids, 0);
564 if (!asn1meths(curengine, &ameth2, NULL, nids[i])
/freebsd-current/crypto/openssl/crypto/x509/
H A Dx509_req.c134 void X509_REQ_set_extension_nids(int *nids) argument
136 ext_nids = nids;
/freebsd-current/sys/dev/sound/pci/hda/
H A Dhdaa.c5946 nid_t *nids; local
5961 for (nids = devinfo->chans[chid].io; *nids != -1; nids++)
5962 printf(" %d", *nids);
5984 nid_t *nids; local
5999 for (nids = devinfo->chans[chid].io; *nids != -1; nids++)
6000 printf(" %d", *nids);
[all...]
/freebsd-current/crypto/openssl/include/openssl/
H A Dx509.h891 void X509_REQ_set_extension_nids(int *nids);

Completed in 405 milliseconds