HomeSort by relevance Sort by last modified time
    Searched refs:num_nids (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/engine/
tb_cipher.c 79 int num_nids = e->ciphers(e, NULL, &nids, 0); local
80 if(num_nids > 0)
83 num_nids, 0);
101 int num_nids = e->ciphers(e, NULL, &nids, 0); local
102 if(num_nids > 0)
105 num_nids, 1);
tb_digest.c 79 int num_nids = e->digests(e, NULL, &nids, 0); local
80 if(num_nids > 0)
83 num_nids, 0);
101 int num_nids = e->digests(e, NULL, &nids, 0); local
102 if(num_nids > 0)
105 num_nids, 1);
eng_int.h 121 ENGINE *e, const int *nids, int num_nids, int setdefault);
eng_table.c 131 ENGINE *e, const int *nids, int num_nids, int setdefault)
143 while(num_nids--)

Completed in 206 milliseconds