Lines Matching refs:ossl_assert
167 if (!ossl_assert(ctx != NULL)) {
183 if (!ossl_assert(ctx != NULL)) {
199 if (!ossl_assert(ctx != NULL)) {
221 if (!ossl_assert(decoder != NULL)) {
317 if (!ossl_assert(ctx != NULL) || !ossl_assert(decoder != NULL)) {
485 if (!ossl_assert(ctx != NULL)) {
567 if (!ossl_assert(ctx != NULL)) {
578 if (!ossl_assert(ctx != NULL)) {
589 if (!ossl_assert(ctx != NULL)) {
627 if (!(ossl_assert(decoder_inst != NULL)
628 && ossl_assert(reference != NULL)
629 && ossl_assert(export_cb != NULL)
630 && ossl_assert(export_cbarg != NULL))) {