Loading crypto/engine/eng_cryptodev.c +2 −2 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ get_cryptodev_ciphers(const int **cnids) int fd, i, count = 0; if ((fd = get_dev_crypto()) < 0) { *nids = NULL; *cnids = NULL; return (0); } memset(&sess, 0, sizeof(sess)); Loading Loading @@ -299,7 +299,7 @@ get_cryptodev_digests(const int **cnids) int fd, i, count = 0; if ((fd = get_dev_crypto()) < 0) { *nids = NULL; *cnids = NULL; return (0); } memset(&sess, 0, sizeof(sess)); Loading Loading
crypto/engine/eng_cryptodev.c +2 −2 Original line number Diff line number Diff line Loading @@ -260,7 +260,7 @@ get_cryptodev_ciphers(const int **cnids) int fd, i, count = 0; if ((fd = get_dev_crypto()) < 0) { *nids = NULL; *cnids = NULL; return (0); } memset(&sess, 0, sizeof(sess)); Loading Loading @@ -299,7 +299,7 @@ get_cryptodev_digests(const int **cnids) int fd, i, count = 0; if ((fd = get_dev_crypto()) < 0) { *nids = NULL; *cnids = NULL; return (0); } memset(&sess, 0, sizeof(sess)); Loading