Home | Sort by: relevance | last modified time | path |
/src/sys/opencrypto/ | |
crypto.c | 172 struct crypto_crp_ret_kq crp_ret_kq; member in struct:crypto_crp_ret_qs 544 TAILQ_INIT(&qs->crp_ret_kq); 1670 * When crp_ret_kq is full, we restrict here to avoid crp_ret_kq 1734 struct crypto_crp_ret_kq *crp_ret_kq; local in function:crypto_kdone 1742 crp_ret_kq = &qs->crp_ret_kq; 1744 wasempty = TAILQ_EMPTY(crp_ret_kq); 1746 TAILQ_INSERT_TAIL(crp_ret_kq, krp, krp_next); 1951 struct crypto_crp_ret_kq *crp_ret_kq; local in function:cryptoret_softint [all...] |
crypto.c | 172 struct crypto_crp_ret_kq crp_ret_kq; member in struct:crypto_crp_ret_qs 544 TAILQ_INIT(&qs->crp_ret_kq); 1670 * When crp_ret_kq is full, we restrict here to avoid crp_ret_kq 1734 struct crypto_crp_ret_kq *crp_ret_kq; local in function:crypto_kdone 1742 crp_ret_kq = &qs->crp_ret_kq; 1744 wasempty = TAILQ_EMPTY(crp_ret_kq); 1746 TAILQ_INSERT_TAIL(crp_ret_kq, krp, krp_next); 1951 struct crypto_crp_ret_kq *crp_ret_kq; local in function:cryptoret_softint [all...] |