Searched defs:get_dev_crypto (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/engine/
H A Deng_cryptodev.c89 static int get_dev_crypto(void);
195 get_dev_crypto(void) function
230 fd = get_dev_crypto();
247 if ((fd = get_dev_crypto()) < 0) {
287 if ((fd = get_dev_crypto()) < 0) {
440 if ((state->d_fd = get_dev_crypto()) < 0)
688 if ((state->d_fd = get_dev_crypto()) < 0) {
842 dstate->d_fd = get_dev_crypto();
1372 if ((fd = get_dev_crypto()) < 0) {

Completed in 119 milliseconds