Lines Matching defs:nids
68 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)
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)
390 *nids = digest_nids;
395 const int **nids, int nid)
398 /* We are returning a list of supported nids */
399 return test_digest_nids(nids);
636 const int **nids, int nid)
644 *nids = ossl_pkey_nids;