Lines Matching refs:nids
401 * Keep tables of known nids, associated methods, selected ciphers, and driver
555 static int get_cipher_nids(const int **nids)
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)
987 *nids = known_digest_nids;
1011 const int **nids, int nid)
1014 return get_digest_nids(nids);