Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td117 …g mnemonic, bits<32> minVersion, bits<32> maxVersion, list<Extension> reqExtensions, list<Capabili…
121 …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]>;
325 …<32> value, bits<32> minVersion, bits<32> maxVersion, list<Extension> reqExtensions, list<Capabili…
327 …hRequirements<CapabilityOperand, value, NAME, minVersion, maxVersion, reqExtensions, reqCapabiliti…
694 multiclass StorageClassOperand<bits<32> value, list<Extension> reqExtensions, list<Capability> reqC…
696 …defm : SymbolicOperandWithRequirements<StorageClassOperand, value, NAME, 0, 0, reqExtensions, reqC…
1147 …<32> value, bits<32> minVersion, bits<32> maxVersion, list<Extension> reqExtensions, list<Capabili…
1149 …hRequirements<DecorationOperand, value, NAME, minVersion, maxVersion, reqExtensions, reqCapabiliti…
[all …]
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_ctx.c239 X509_EXTENSIONS_free(ctx->reqExtensions); in OSSL_CMP_CTX_free()
645 X509_EXTENSIONS_free(ctx->reqExtensions);
646 ctx->reqExtensions = exts;
658 return ctx->reqExtensions != NULL in OSSL_CMP_CTX_reqExtensions_have_SAN()
659 && X509v3_get_ext_by_NID(ctx->reqExtensions, in OSSL_CMP_CTX_reqExtensions_have_SAN()
H A Dcmp_msg.c344 if (sk_X509_EXTENSION_num(ctx->reqExtensions) > 0 /* augment/override existing ones */ in OSSL_CMP_CTX_setup_CRM()
345 && X509v3_add_extensions(&exts, ctx->reqExtensions) == NULL) in OSSL_CMP_CTX_setup_CRM()
H A Dcmp_local.h116 X509_EXTENSIONS *reqExtensions; /* exts to be added to cert template */ member
/freebsd/crypto/openssl/test/
H A Dcmp_ctx_test.c791 DEFINE_SET_SK_TEST(OSSL_CMP, CTX, 0, reqExtensions, X509_EXTENSION) in DEFINE_SET_CB_TEST()