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

/freebsd-9.3-release/crypto/openssl/crypto/engine/
H A Dtb_digest.c79 const int *nids; local
80 int num_nids = e->digests(e, NULL, &nids, 0);
84 nids, num_nids, 0);
100 const int *nids; local
101 int num_nids = e->digests(e, NULL, &nids, 0);
105 nids, num_nids, 1);
H A Dtb_cipher.c79 const int *nids; local
80 int num_nids = e->ciphers(e, NULL, &nids, 0);
84 nids, num_nids, 0);
100 const int *nids; local
101 int num_nids = e->ciphers(e, NULL, &nids, 0);
105 nids, num_nids, 1);
H A Deng_openssl.c116 const int **nids, int nid);
120 const int **nids, int nid);
294 const int **nids, int nid)
297 /* We are returning a list of supported nids */
298 *nids = test_cipher_nids;
364 const int **nids, int nid)
367 /* We are returning a list of supported nids */
368 *nids = test_digest_nids;
293 openssl_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
363 openssl_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid) argument
H A Deng_cryptodev.c88 static int cryptodev_usable_ciphers(const int **nids);
89 static int cryptodev_usable_digests(const int **nids);
96 const int **nids, int nid);
98 const int **nids, int nid);
270 /* convert libcrypto nids to cryptodev */
289 static int nids[CRYPTO_ALGORITHM_MAX]; local
308 nids[count++] = ciphers[i].nid;
313 *cnids = nids;
328 static int nids[CRYPTO_ALGORITHM_MAX];
344 nids[coun
378 cryptodev_usable_ciphers(const int **nids) argument
383 cryptodev_usable_digests(const int **nids) argument
602 cryptodev_engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
632 cryptodev_engine_digests(ENGINE *e, const EVP_MD **digest, const int **nids, int nid) argument
[all...]
H A Deng_table.c125 ENGINE *e, const int *nids, int num_nids,
139 tmplate.nid = *nids;
146 fnd->nid = *nids;
175 nids++;
124 engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup, ENGINE *e, const int *nids, int num_nids, int setdefault) argument
H A Deng_int.h130 ENGINE *e, const int *nids, int num_nids,
H A Deng_padlock.c149 const int **nids, int nid);
713 padlock_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, argument
716 /* No specific cipher => return a list of supported nids ... */
718 *nids = padlock_cipher_nids;
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dsymtab.c255 size_t nelts, nids, overhead, headers; local
267 total_bytes = longest = sum_of_squares = nids = 0;
279 nids++;
290 (unsigned long) nids, nids * 100.0 / nelts);
/freebsd-9.3-release/crypto/openssl/apps/
H A Dengine.c430 const int *nids; local
450 n = fn_c(e, NULL, &nids, 0);
453 OBJ_nid2sn(nids[k]), &cap_size, 256))
460 n = fn_d(e, NULL, &nids, 0);
463 OBJ_nid2sn(nids[k]), &cap_size, 256))
/freebsd-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_req.c184 void X509_REQ_set_extension_nids(int *nids) argument
186 ext_nids = nids;
H A Dx509.h1005 void X509_REQ_set_extension_nids(int *nids);
/freebsd-9.3-release/crypto/openssl/demos/engines/zencod/
H A Dhw_zencod.c179 static int engine_digests(ENGINE *e, const EVP_MD **digest, const int **nids,
184 const int **nids, int nid);
1415 static int engine_digests(ENGINE *e, const EVP_MD **digest, const int **nids, argument
1424 /* We are returning a list of supported nids */
1425 *nids = engine_digest_nids;
1575 const int **nids, int nid)
1579 /* We are returning a list of supported nids */
1580 *nids = engine_cipher_nids;
1574 engine_ciphers(ENGINE *e, const EVP_CIPHER **cipher, const int **nids, int nid) argument
/freebsd-9.3-release/crypto/openssh/
H A Dkey.c1187 int nids[] = { local
1212 for (i = 0; nids[i] != -1; i++) {
1213 if ((eg = EC_GROUP_new_by_curve_name(nids[i])) == NULL)
1221 debug3("%s: nid = %d", __func__, nids[i]);
1222 if (nids[i] != -1) {
1228 return nids[i];
/freebsd-9.3-release/sys/dev/sound/pci/hda/
H A Dhdaa.c5638 nid_t *nids; local
5652 for (nids = devinfo->chans[chid].io; *nids != -1; nids++)
5653 printf(" %d", *nids);
5668 for (nids = devinfo->chans[chid].io; *nids != -1; nids++)
5669 printf(" %d", *nids);

Completed in 204 milliseconds