Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td121 …assert !le(!size(reqExtensions), 1), "Too many required extensions for a symbolic/named operand: "…
122 if !eq(!size(reqExtensions), 1) then {
123 def : ExtensionEntry<category, value, reqExtensions[0]>;
319 …hRequirements<CapabilityOperand, value, NAME, minVersion, maxVersion, reqExtensions, reqCapabiliti…
1117 …hRequirements<DecorationOperand, value, NAME, minVersion, maxVersion, reqExtensions, reqCapabiliti…
1203 …WithRequirements<BuiltInOperand, value, NAME, minVersion, maxVersion, reqExtensions, reqCapabiliti…
1405 …irements<MemorySemanticsOperand, value, NAME, minVersion, maxVersion, reqExtensions, reqCapabiliti…
1443 …quirements<MemoryOperandOperand, value, NAME, minVersion, maxVersion, reqExtensions, reqCapabiliti…
1474 …ndWithRequirements<ScopeOperand, value, NAME, minVersion, maxVersion, reqExtensions, reqCapabiliti…
1504 …uirements<GroupOperationOperand, value, NAME, minVersion, maxVersion, reqExtensions, reqCapabiliti…
[all …]
/freebsd-14.2/crypto/openssl/crypto/cmp/
H A Dcmp_ctx.c225 sk_X509_EXTENSION_pop_free(ctx->reqExtensions, X509_EXTENSION_free); in OSSL_CMP_CTX_free()
700 sk_X509_EXTENSION_pop_free(ctx->reqExtensions, X509_EXTENSION_free); in DEFINE_OSSL_CMP_CTX_set1_up_ref()
701 ctx->reqExtensions = exts; in DEFINE_OSSL_CMP_CTX_set1_up_ref()
713 return ctx->reqExtensions != NULL in OSSL_CMP_CTX_reqExtensions_have_SAN()
714 && X509v3_get_ext_by_NID(ctx->reqExtensions, in OSSL_CMP_CTX_reqExtensions_have_SAN()
H A Dcmp_msg.c334 if (ctx->reqExtensions != NULL /* augment/override existing ones */ in OSSL_CMP_CTX_setup_CRM()
335 && !add_extensions(&exts, ctx->reqExtensions)) in OSSL_CMP_CTX_setup_CRM()
H A Dcmp_local.h110 X509_EXTENSIONS *reqExtensions; /* exts to be added to cert template */ member
/freebsd-14.2/crypto/openssl/test/
H A Dcmp_ctx_test.c772 DEFINE_SET_SK_TEST(OSSL_CMP, CTX, 0, reqExtensions, X509_EXTENSION) in DEFINE_SET_CB_TEST()