Home | History | Annotate | Download | only in engine

Lines Matching refs:nids

59                            const int **nids, int nid);
63 const int **nids, int nid);
75 const int **nids, int nid);
262 static int test_cipher_nids(const int **nids)
277 *nids = cipher_nids;
282 const int **nids, int nid)
285 /* We are returning a list of supported nids */
286 return test_cipher_nids(nids);
360 static int test_digest_nids(const int **nids)
373 *nids = digest_nids;
378 const int **nids, int nid)
381 /* We are returning a list of supported nids */
382 return test_digest_nids(nids);
619 const int **nids, int nid)
626 *nids = ossl_pkey_nids;