Home
last modified time | relevance | path

Searched refs:dasync_cipher_nids (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/engines/
H A De_dasync.c184 static int dasync_cipher_nids[] = { variable
378 *nids = dasync_cipher_nids + 1; in dasync_ciphers()
381 *nids = dasync_cipher_nids; in dasync_ciphers()
382 return (sizeof(dasync_cipher_nids) - in dasync_ciphers()
383 1) / sizeof(dasync_cipher_nids[0]); in dasync_ciphers()
/netbsd-src/crypto/external/bsd/openssl/dist/engines/
H A De_dasync.c219 static int dasync_cipher_nids[] = { variable
480 *nids = dasync_cipher_nids; in dasync_ciphers()
481 return (sizeof(dasync_cipher_nids) - in dasync_ciphers()
482 1) / sizeof(dasync_cipher_nids[0]); in dasync_ciphers()