Searched refs:expected_type (Results 1 – 4 of 4) sorted by relevance
25 ossl_unused int expected_type) in unprotected_exception() argument137 expected_type != OSSL_CMP_PKIBODY_POLLREP in send_receive_check()138 && expected_type != OSSL_CMP_PKIBODY_PKICONF; in send_receive_check()204 expected_type)) in send_receive_check()214 if (bt == expected_type in send_receive_check()215 || (expected_type == OSSL_CMP_PKIBODY_POLLREP in send_receive_check()414 if (!send_receive_check(ctx, req, rep, expected_type)) in send_receive_also_delayed()421 if (expected_type != OSSL_CMP_PKIBODY_PKICONF in send_receive_also_delayed()434 if (OSSL_CMP_MSG_get_bodytype(*rep) != expected_type) { in send_receive_also_delayed()648 ossl_unused int expected_type) in cert_response() argument[all …]
293 int OSSL_STORE_expect(OSSL_STORE_CTX *ctx, int expected_type) in OSSL_STORE_expect() argument298 || expected_type < 0 || expected_type > OSSL_STORE_INFO_CRL) { in OSSL_STORE_expect()307 ctx->expected_type = expected_type; in OSSL_STORE_expect()313 OSSL_PARAM_construct_int(OSSL_STORE_PARAM_EXPECT, &expected_type); in OSSL_STORE_expect()319 ret = ctx->loader->expect(ctx->loader_ctx, expected_type); in OSSL_STORE_expect()473 if (v != NULL && ctx->expected_type != 0) { in OSSL_STORE_load()477 if (ctx->expected_type != returned_type) { in OSSL_STORE_load()
288 switch (ctx->expected_type) { in try_key_value()335 if (ctx->expected_type == 0 in try_key_value_legacy()336 || ctx->expected_type == OSSL_STORE_INFO_PUBKEY) { in try_key_value_legacy()346 && (ctx->expected_type == 0 in try_key_value_legacy()347 || ctx->expected_type == OSSL_STORE_INFO_PKEY)) { in try_key_value_legacy()
139 int expected_type; member
Completed in 15 milliseconds