/netbsd-src/crypto/external/bsd/openssl/dist/crypto/crmf/ |
H A D | crmf_lib.c | 89 static int OSSL_CRMF_MSG_push0_regCtrl(OSSL_CRMF_MSG *crm, in OSSL_CRMF_MSG_push0_regCtrl() argument 94 if (crm == NULL || crm->certReq == NULL || ctrl == NULL) { in OSSL_CRMF_MSG_push0_regCtrl() 99 if (crm->certReq->controls == NULL) { in OSSL_CRMF_MSG_push0_regCtrl() 100 crm->certReq->controls = sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_new_null(); in OSSL_CRMF_MSG_push0_regCtrl() 101 if (crm->certReq->controls == NULL) in OSSL_CRMF_MSG_push0_regCtrl() 105 if (!sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_push(crm->certReq->controls, ctrl)) in OSSL_CRMF_MSG_push0_regCtrl() 111 sk_OSSL_CRMF_ATTRIBUTETYPEANDVALUE_free(crm->certReq->controls); in OSSL_CRMF_MSG_push0_regCtrl() 112 crm->certReq->controls = NULL; in OSSL_CRMF_MSG_push0_regCtrl() 215 static int OSSL_CRMF_MSG_push0_regInfo(OSSL_CRMF_MSG *crm, in IMPLEMENT_CRMF_CTRL_FUNC() 220 if (crm == NULL || ri == NULL) { in IMPLEMENT_CRMF_CTRL_FUNC() [all …]
|
/netbsd-src/games/hack/ |
H A D | hack.mklev.c | 573 struct rm *crm; in join() local 636 crm = &levl[xx][yy]; in join() 637 if (!(crm->typ)) { in join() 639 crm->typ = CORR; in join() 640 crm->scrsym = CORR_SYM; in join() 644 crm->typ = SCORR; in join() 645 crm->scrsym = ' '; in join() 647 } else if (crm->typ != CORR && crm->typ != SCORR) { in join() 659 crm = &levl[xx + ddx][yy]; in join() 660 if (!crm->typ || crm->typ == CORR || crm->typ == SCORR) { in join() [all …]
|
H A D | hack.vault.c | 127 struct rm *crm; in restfakecorr() local 136 crm = &levl[fcx][fcy]; in restfakecorr() 137 crm->typ = egd->fakecorr[fcbeg].ftyp; in restfakecorr() 138 if (!crm->typ) in restfakecorr() 139 crm->seen = 0; in restfakecorr() 271 struct rm *crm; in gd_move() local 291 if (!IS_WALL(typ = (crm = &levl[nx][ny])->typ) && typ != POOL) { in gd_move() 307 crm->typ = (typ == SCORR) ? CORR : DOOR; in gd_move() 323 while ((typ = (crm = &levl[nx][ny])->typ) != 0) { in gd_move() 331 crm->typ = DOOR; in gd_move() [all …]
|
H A D | hack.pri.c | 128 struct rm *crm = &levl[x][y]; in atl() local 134 if (crm->seen && crm->scrsym == ch) in atl() 136 crm->scrsym = ch; in atl() 137 crm->new = 1; in atl()
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | OSSL_CRMF_MSG_set0_validity.pod | 18 int OSSL_CRMF_MSG_set0_validity(OSSL_CRMF_MSG *crm, 21 int OSSL_CRMF_MSG_set_certReqId(OSSL_CRMF_MSG *crm, int rid); 29 int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts); 31 int OSSL_CRMF_MSG_push0_extension(OSSL_CRMF_MSG *crm, X509_EXTENSION *ext); 33 int OSSL_CRMF_MSG_create_popo(int meth, OSSL_CRMF_MSG *crm, 44 as validity constraints in the certTemplate of I<crm>. 47 On success ownership of I<notBefore> and I<notAfter> is transferred to I<crm>. 49 OSSL_CRMF_MSG_set_certReqId() sets I<rid> as the certReqId of I<crm>. 59 certTemplate of I<crm>. Frees any pre-existing ones and consumes I<exts>. 62 extensions in the certTemplate of I<crm>. Consumes I<ext>. [all …]
|
H A D | OSSL_CRMF_MSG_get0_tmpl.pod | 20 OSSL_CRMF_CERTTEMPLATE *OSSL_CRMF_MSG_get0_tmpl(const OSSL_CRMF_MSG *crm); 39 int OSSL_CRMF_MSG_get_certReqId(const OSSL_CRMF_MSG *crm); 44 OSSL_CRMF_MSG_get0_tmpl() retrieves the certificate template of I<crm>. 71 OSSL_CRMF_MSG_get_certReqId() retrieves the certReqId of I<crm>.
|
H A D | OSSL_CMP_exec_certreq.pod | 24 const OSSL_CRMF_MSG *crm); 34 const OSSL_CRMF_MSG *crm, int *checkAfter); 69 may be supplied via the I<crm> parameter pointing to a CRMF structure. 70 Typically I<crm> is NULL, then the template ingredients are taken from I<ctx> 81 constructed as stated above using the I<req_type> and optional I<crm> parameter.
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | crmf.h.in | 135 int OSSL_CRMF_MSG_set0_validity(OSSL_CRMF_MSG *crm, 137 int OSSL_CRMF_MSG_set_certReqId(OSSL_CRMF_MSG *crm, int rid); 138 int OSSL_CRMF_MSG_get_certReqId(const OSSL_CRMF_MSG *crm); 139 int OSSL_CRMF_MSG_set0_extensions(OSSL_CRMF_MSG *crm, X509_EXTENSIONS *exts); 141 int OSSL_CRMF_MSG_push0_extension(OSSL_CRMF_MSG *crm, X509_EXTENSION *ext); 147 int OSSL_CRMF_MSG_create_popo(int meth, OSSL_CRMF_MSG *crm, 153 OSSL_CRMF_CERTTEMPLATE *OSSL_CRMF_MSG_get0_tmpl(const OSSL_CRMF_MSG *crm);
|
H A D | cmp.h.in | 414 const OSSL_CRMF_MSG *crm, const X509_REQ *p10cr, 456 const OSSL_CRMF_MSG *crm); 470 const OSSL_CRMF_MSG *crm, int *checkAfter);
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
H A D | cmp_msg.c | 274 OSSL_CRMF_MSG *crm = NULL; in OSSL_CMP_CTX_setup_CRM() local 299 if ((crm = OSSL_CRMF_MSG_new()) == NULL) in OSSL_CMP_CTX_setup_CRM() 301 if (!OSSL_CRMF_MSG_set_certReqId(crm, rid) in OSSL_CMP_CTX_setup_CRM() 307 || !OSSL_CRMF_CERTTEMPLATE_fill(OSSL_CRMF_MSG_get0_tmpl(crm), rkey, in OSSL_CMP_CTX_setup_CRM() 317 || !OSSL_CRMF_MSG_set0_validity(crm, notBefore, notAfter)) { in OSSL_CMP_CTX_setup_CRM() 345 if (!OSSL_CRMF_MSG_set0_extensions(crm, exts)) in OSSL_CMP_CTX_setup_CRM() 359 ret = OSSL_CRMF_MSG_set1_regCtrl_oldCertID(crm, cid); in OSSL_CMP_CTX_setup_CRM() 368 OSSL_CRMF_MSG_free(crm); in OSSL_CMP_CTX_setup_CRM() 369 crm = NULL; in OSSL_CMP_CTX_setup_CRM() 374 return crm; in OSSL_CMP_CTX_setup_CRM() [all …]
|
H A D | cmp_client.c | 668 int req_type, const OSSL_CRMF_MSG *crm, in initial_certreq() argument 679 if ((req = ossl_cmp_certreq_new(ctx, req_type, crm)) == NULL) in initial_certreq() 689 const OSSL_CRMF_MSG *crm, int *checkAfter) in OSSL_CMP_try_certreq() argument 703 if (!initial_certreq(ctx, req_type, crm, &rep, rep_type)) in OSSL_CMP_try_certreq() 730 const OSSL_CRMF_MSG *crm) in OSSL_CMP_exec_certreq() argument 744 if (!initial_certreq(ctx, req_type, crm, &rep, rep_type)) in OSSL_CMP_exec_certreq()
|
H A D | cmp_server.c | 164 const OSSL_CRMF_MSG *crm = NULL; in process_cert_request() local 199 if ((crm = sk_OSSL_CRMF_MSG_value(reqs, OSSL_CMP_CERTREQID)) == NULL) { in process_cert_request() 203 certReqId = OSSL_CRMF_MSG_get_certReqId(crm); in process_cert_request() 221 si = srv_ctx->process_cert_request(srv_ctx, req, certReqId, crm, p10cr, in process_cert_request()
|
H A D | cmp_local.h | 867 const OSSL_CRMF_MSG *crm); 904 ossl_cmp_certrepmessage_get0_certresponse(const OSSL_CMP_CERTREPMESSAGE *crm,
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/ |
H A D | cmp_mock_srv.c | 176 const OSSL_CRMF_MSG *crm, in process_cert_request() argument 216 && crm != NULL && ctx->certOut != NULL) { in process_cert_request() 217 const OSSL_CRMF_CERTID *cid = OSSL_CRMF_MSG_get0_regCtrl_oldCertID(crm); in process_cert_request()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64SystemOperands.td | 44 class AT<string name, bits<3> op1, bits<4> crn, bits<4> crm, 53 let Encoding{6-3} = crm; 120 class DC<string name, bits<3> op1, bits<4> crn, bits<4> crm, 129 let Encoding{6-3} = crm; 174 class IC<string name, bits<3> op1, bits<4> crn, bits<4> crm, bits<3> op2, 183 let Encoding{6-3} = crm; 407 class TLBIEntry<string name, bits<3> op1, bits<4> crn, bits<4> crm, 413 let Encoding{6-3} = crm; 437 multiclass TLBI<string name, bits<3> op1, bits<4> crn, bits<4> crm, 439 def : TLBIEntry<name, op1, crn, crm, op2, needsreg>; [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
H A D | ossl_cmp_certreq_new.pod | 23 const OSSL_CRMF_MSG *crm); 53 The CRMF message to use may be given explicitly via a non-NULL I<crm> argument,
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | cmp_server_test.c | 52 const OSSL_CRMF_MSG *crm, in process_cert_request() argument
|
/netbsd-src/crypto/external/bsd/openssl/dist/fuzz/ |
H A D | cmp.c | 105 const OSSL_CRMF_MSG *crm, in process_cert_request() argument
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | aarch64-opc.c | 4852 #define CPENC(op0,op1,crn,crm,op2) \ argument 4853 ((((op0) << 19) | ((op1) << 16) | ((crn) << 12) | ((crm) << 8) | ((op2) << 5)) >> 5) 4855 #define CPEN_(op1,crm,op2) CPENC(3,(op1),4,(crm),(op2)) argument 4857 #define CPENS(op1,crn,crm,op2) CPENC(1,(op1),(crn),(crm),(op2)) argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 1803 uint64_t crm = fieldFromInstruction(insn, 8, 4); in DecodeSystemPStateInstruction() local 1814 pstate_field == AArch64PState::SSBS) && crm > 1) in DecodeSystemPStateInstruction() 1818 Inst.addOperand(MCOperand::createImm(crm)); in DecodeSystemPStateInstruction()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | aarch64-opc.c | 3951 #define CPENC(op0,op1,crn,crm,op2) \ argument 3952 ((((op0) << 19) | ((op1) << 16) | ((crn) << 12) | ((crm) << 8) | ((op2) << 5)) >> 5) 3954 #define CPEN_(op1,crm,op2) CPENC(3,(op1),4,(crm),(op2)) argument 3956 #define CPENS(op1,crn,crm,op2) CPENC(1,(op1),(crn),(crm),(op2)) argument
|
/netbsd-src/sys/arch/aarch64/aarch64/ |
H A D | disasm.c | 1727 #define CRm_OP2(crm,op) ((crm) << 3 | (op)) argument
|
/netbsd-src/external/gpl3/binutils/dist/cpu/ |
H A D | mep-ivc2.cpu | 268 (df f-ivc2-crm "ivc2 crm" (all-mep-isas) 4 4 UINT #f #f) 318 (dnop ivc2rm "reg Rm" (all-mep-isas) h-gpr f-ivc2-crm) 340 (dni cmov-rn-crm 384 (dni cmovh-rn-crm 405 (dni cmov-rn-crm-p0 445 (dni cmovh-rn-crm-p0
|
/netbsd-src/external/gpl3/binutils.old/dist/cpu/ |
H A D | mep-ivc2.cpu | 268 (df f-ivc2-crm "ivc2 crm" (all-mep-isas) 4 4 UINT #f #f) 318 (dnop ivc2rm "reg Rm" (all-mep-isas) h-gpr f-ivc2-crm) 340 (dni cmov-rn-crm 384 (dni cmovh-rn-crm 405 (dni cmov-rn-crm-p0 445 (dni cmovh-rn-crm-p0
|
/netbsd-src/external/gpl3/gdb/dist/cpu/ |
H A D | mep-ivc2.cpu | 268 (df f-ivc2-crm "ivc2 crm" (all-mep-isas) 4 4 UINT #f #f) 318 (dnop ivc2rm "reg Rm" (all-mep-isas) h-gpr f-ivc2-crm) 340 (dni cmov-rn-crm 384 (dni cmovh-rn-crm 405 (dni cmov-rn-crm-p0 445 (dni cmovh-rn-crm-p0
|