Home | History | Annotate | Download | only in engine

Lines Matching refs:nid

104     const int **nids, int nid);
106 const int **nids, int nid);
142 int nid;
161 int nid;
246 if (ciphers[i].nid == NID_undef)
253 nids[count++] = ciphers[i].nid;
285 if (digests[i].nid == NID_undef)
292 nids[count++] = digests[i].nid;
417 if (ctx->cipher->nid == ciphers[i].nid &&
484 * gets called when libcrypto requests a cipher NID.
596 * a particular NID in the ENGINE. this says what we'll do at the
601 const int **nids, int nid)
606 switch (nid) {
643 digest_nid_to_cryptodev(int nid)
648 if (digests[i].nid == nid)
655 digest_key_length(int nid)
660 if (digests[i].nid == nid)
868 const int **nids, int nid)
873 switch (nid) {