Home
last modified time | relevance | path

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

/external/openssl/crypto/engine/
Deng_cryptodev.c91 static int get_dev_crypto(void);
197 get_dev_crypto(void) in get_dev_crypto() function
221 fd = get_dev_crypto(); in get_asym_dev_crypto()
238 if ((fd = get_dev_crypto()) < 0) { in get_cryptodev_ciphers()
278 if ((fd = get_dev_crypto()) < 0) { in get_cryptodev_digests()
431 if ((state->d_fd = get_dev_crypto()) < 0) in cryptodev_init_key()
679 if ((state->d_fd = get_dev_crypto()) < 0) { in cryptodev_digest_init()
1341 if ((fd = get_dev_crypto()) < 0) { in ENGINE_load_cryptodev()