Searched refs:num_nids (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/engine/ |
D | tb_digest.c | 79 int num_nids = e->digests(e, NULL, &nids, 0); in ENGINE_register_digests() local 80 if(num_nids > 0) in ENGINE_register_digests() 83 num_nids, 0); in ENGINE_register_digests() 101 int num_nids = e->digests(e, NULL, &nids, 0); in ENGINE_set_default_digests() local 102 if(num_nids > 0) in ENGINE_set_default_digests() 105 num_nids, 1); in ENGINE_set_default_digests()
|
D | tb_cipher.c | 79 int num_nids = e->ciphers(e, NULL, &nids, 0); in ENGINE_register_ciphers() local 80 if(num_nids > 0) in ENGINE_register_ciphers() 83 num_nids, 0); in ENGINE_register_ciphers() 101 int num_nids = e->ciphers(e, NULL, &nids, 0); in ENGINE_set_default_ciphers() local 102 if(num_nids > 0) in ENGINE_set_default_ciphers() 105 num_nids, 1); in ENGINE_set_default_ciphers()
|
D | eng_table.c | 131 ENGINE *e, const int *nids, int num_nids, int setdefault) in engine_table_register() argument 143 while(num_nids--) in engine_table_register()
|
D | eng_int.h | 121 ENGINE *e, const int *nids, int num_nids, int setdefault);
|