Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/engine/
Deng_cryptodev.c83 static int cipher_nid_to_cryptodev(int nid);
271 static int cipher_nid_to_cryptodev(int nid) in cipher_nid_to_cryptodev() function
464 if ((cipher = cipher_nid_to_cryptodev(ctx->cipher->nid)) == NID_undef) in cryptodev_init_key()