Searched refs:reqExtensions (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVSymbolicOperands.td | 117 …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 D | cmp_ctx.c | 225 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 D | cmp_msg.c | 334 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 D | cmp_local.h | 110 X509_EXTENSIONS *reqExtensions; /* exts to be added to cert template */ member
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_ctx_test.c | 772 DEFINE_SET_SK_TEST(OSSL_CMP, CTX, 0, reqExtensions, X509_EXTENSION) in DEFINE_SET_CB_TEST()
|