| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/ |
| H A D | nssov.h | 204 int nssov_dn2uid(Operation *op,nssov_info *ni,struct berval *dn,struct berval *uid); 207 int nssov_uid2dn(Operation *op,nssov_info *ni,struct berval *uid,struct berval *dn); 208 int nssov_name2dn_cb(Operation *op, SlapReply *rs); 232 int nssov_alias_byname(nssov_info *ni,TFILE *fp,Operation *op); 233 int nssov_alias_all(nssov_info *ni,TFILE *fp,Operation *op); 234 int nssov_ether_byname(nssov_info *ni,TFILE *fp,Operation *op); 235 int nssov_ether_byether(nssov_info *ni,TFILE *fp,Operation *op); 236 int nssov_ether_all(nssov_info *ni,TFILE *fp,Operation *op); 237 int nssov_group_byname(nssov_info *ni,TFILE *fp,Operation *op); 238 int nssov_group_bygid(nssov_info *ni,TFILE *fp,Operation *op); [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/ |
| H A D | evpciph_camellia.txt | 36 Operation = ENCRYPT 42 Operation = ENCRYPT 48 Operation = ENCRYPT 218 Operation = ENCRYPT 226 Operation = ENCRYPT 234 Operation = ENCRYPT 242 Operation = ENCRYPT 252 Operation = DECRYPT 260 Operation = DECRYPT 268 Operation = DECRYPT [all …]
|
| H A D | evpciph_aes_common.txt | 20 Operation = ENCRYPT 28 Operation = ENCRYPT 37 Operation = ENCRYPT 239 Operation = ENCRYPT 247 Operation = ENCRYPT 255 Operation = ENCRYPT 263 Operation = ENCRYPT 272 Operation = DECRYPT 280 Operation = DECRYPT 288 Operation = DECRYPT [all …]
|
| H A D | evpciph_aes_wrap.txt | 52 Operation = DECRYPT 76 Operation = DECRYPT 82 Operation = DECRYPT 88 Operation = DECRYPT 94 Operation = DECRYPT 101 Operation = DECRYPT 108 Operation = DECRYPT 133 Operation = DECRYPT 139 Operation = DECRYPT 146 Operation = DECRYPT [all …]
|
| H A D | evpciph_aes_ccm_cavs.txt | 28 Operation = DECRYPT 38 Operation = DECRYPT 48 Operation = DECRYPT 66 Operation = DECRYPT 76 Operation = DECRYPT 86 Operation = DECRYPT 96 Operation = DECRYPT 106 Operation = DECRYPT 116 Operation = DECRYPT 150 Operation = DECRYPT [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| H A D | proto-mdb.h | 74 int mdb_dn2entry LDAP_P(( Operation *op, MDB_txn *tid, MDB_cursor *mc, 82 Operation *op, 92 Operation *op, 101 Operation *op, 107 Operation *op, 112 Operation *op, 119 Operation *op, 127 Operation *op, 133 Operation *op, 141 Operation *op, [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | proto-slap.h | 52 Operation *op, 59 Operation *op, 67 Operation *op, 76 Operation *op, Entry *e, Modifications *ml )); 93 Operation *op, 216 Operation *op, 327 Operation *op, 333 Operation *op, 369 LDAP_SLAPD_F (int) be_isroot LDAP_P(( Operation *op )); 371 LDAP_SLAPD_F (int) be_isroot_pw LDAP_P(( Operation *op )); [all …]
|
| H A D | operation.c | 66 Operation *op, *op2; in slap_op_q_destroy() 74 slap_op_groups_free( Operation *op ) in slap_op_groups_free() 85 slap_op_free( Operation *op, void *ctx ) in slap_op_free() 143 memset( &op->o_do_not_cache, 0, sizeof( Operation ) - offsetof( Operation, o_do_not_cache )); in slap_op_free() 148 Operation *op2 = NULL; in slap_op_free() 186 Operation * 194 Operation *op = NULL; in slap_op_alloc() 209 op = (Operation *) ch_calloc( 1, sizeof(OperationBuffer) ); in slap_op_alloc()
|
| H A D | matchedValues.c | 32 Operation *op, 40 Operation *op, 48 Operation *op, 56 Operation *op, 66 Operation *op, in filter_matched_values() 141 Operation *op, in test_ava_vrFilter() 214 Operation *op, in test_presence_vrFilter() 235 Operation *op, in test_substrings_vrFilter() 273 Operation *op, in test_mra_vrFilter()
|
| /netbsd-src/external/bsd/elftosb/dist/common/ |
| H A D | Operation.h | 22 class Operation 25 Operation() {} in Operation() function 26 virtual ~Operation() {} in ~Operation() 32 class LoadOperation : public Operation 35 LoadOperation() : Operation(), m_source(), m_target() {} in LoadOperation() 55 class ExecuteOperation : public Operation 65 ExecuteOperation() : Operation(), m_target(), m_argument(0), m_type(kCall), m_isHAB(false) {} in ExecuteOperation() 98 class BootModeOperation : public Operation 101 BootModeOperation() : Operation() {} in BootModeOperation() 120 typedef std::vector<Operation*> operation_list_t; //!< Type for a list of operation objects. [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/ |
| H A D | evpciph.txt | 33 Operation = DECRYPT 91 Operation = ENCRYPT 99 Operation = ENCRYPT 108 Operation = ENCRYPT 298 Operation = ENCRYPT 305 Operation = ENCRYPT 312 Operation = ENCRYPT 319 Operation = ENCRYPT 327 Operation = DECRYPT 334 Operation = DECRYPT [all …]
|
| H A D | evpccmcavs.txt | 28 Operation = DECRYPT 38 Operation = DECRYPT 48 Operation = DECRYPT 66 Operation = DECRYPT 76 Operation = DECRYPT 86 Operation = DECRYPT 96 Operation = DECRYPT 106 Operation = DECRYPT 116 Operation = DECRYPT 150 Operation = DECRYPT [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFExpression.cpp | 22 typedef std::vector<DWARFExpression::Operation::Description> DescVector; 26 typedef DWARFExpression::Operation Op; in getDescriptions() 111 static DWARFExpression::Operation::Description getOpDesc(unsigned OpCode) { in getOpDesc() 120 bool DWARFExpression::Operation::extract(DataExtractor Data, in extract() 127 if (Desc.Version == Operation::DwarfNA) in extract() 132 unsigned Signed = Size & Operation::SignBit; in extract() 134 if (Size == Operation::SizeNA) in extract() 137 switch (Size & ~Operation::SignBit) { in extract() 138 case Operation::Size1: in extract() 143 case Operation::Size2: in extract() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/ |
| H A D | back-asyncmeta.h | 104 Operation *op; 105 Operation copy_op; 442 Operation *op; 469 Operation *op, 479 Operation *op, 489 Operation *op, 498 Operation *op, 507 Operation *op, 535 Operation *op, 609 Operation* asyncmeta_copy_op(Operation *op); [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| H A D | proto-wt.h | 37 int wt_id2entry_add(Operation *op, WT_SESSION *session, Entry *e ); 38 int wt_id2entry_update(Operation *op, WT_SESSION *session, Entry *e ); 39 int wt_id2entry_delete(Operation *op, WT_SESSION *session, Entry *e ); 45 int wt_entry_release(Operation *op, Entry *e, int rw); 60 int wt_index_entry LDAP_P(( Operation *op, wt_ctx *wc, int r, Entry *e )); 95 Operation *op, 114 Operation *op, 121 Operation *op, 128 Operation *op, 150 wt_ctx *wt_ctx_get(Operation *op, struct wt_info *wi);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 306 ArchiveOperation Operation; in parseCommandLine() local 314 Operation = Delete; in parseCommandLine() 318 Operation = Move; in parseCommandLine() 322 Operation = Print; in parseCommandLine() 326 Operation = QuickAppend; in parseCommandLine() 330 Operation = ReplaceOrInsert; in parseCommandLine() 334 Operation = DisplayTable; in parseCommandLine() 338 Operation = Extract; in parseCommandLine() 419 Operation = CreateSymTab; in parseCommandLine() 433 if (Operation != Move && Operation != ReplaceOrInsert) in parseCommandLine() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| H A D | proto-sql.h | 85 Operation *op, 92 Operation *op, 106 int backsql_api_dn2odbc( Operation *op, SlapReply *rs, struct berval *dn ); 107 int backsql_api_odbc2dn( Operation *op, SlapReply *rs, struct berval *dn ); 118 backsql_dn2id( Operation *op, SlapReply *rs, SQLHDBC dbh, 124 backsql_count_children( Operation *op, SQLHDBC dbh, 130 backsql_has_children( Operation *op, SQLHDBC dbh, struct berval *dn ); 150 Attribute *backsql_operational_entryCSN( Operation *op ); 180 Operation *op, SlapReply *rs, AttributeName *attrs, 183 void backsql_entry_clean( Operation *op, Entry *e ); [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 463 OpType Operation; 475 : Operation(Op), Label(L), Register(R), Offset(O), in Operation() function 481 : Operation(Op), Label(L), Register(R1), Register2(R2) { in MCCFIInstruction() 586 OpType getOperation() const { return Operation; } in getOperation() 590 assert(Operation == OpDefCfa || Operation == OpOffset || in getRegister() 591 Operation == OpRestore || Operation == OpUndefined || in getRegister() 592 Operation == OpSameValue || Operation == OpDefCfaRegister || in getRegister() 593 Operation == OpRelOffset || Operation == OpRegister); in getRegister() 598 assert(Operation == OpRegister); in getRegister2() 603 assert(Operation == OpDefCfa || Operation == OpOffset || in getOffset() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | Mips32r6InstrFormats.td | 248 class COP1_BCCZ_FM<OPCODE5 Operation> : MipsR6Inst { 255 let Inst{25-21} = Operation.Value; 260 class COP2_BCCZ_FM<OPCODE5 Operation> : MipsR6Inst { 267 let Inst{25-21} = Operation.Value; 272 class PCREL16_FM<OPCODE5 Operation> : MipsR6Inst { 280 let Inst{20-16} = Operation.Value; 284 class PCREL19_FM<OPCODE2 Operation> : MipsR6Inst { 292 let Inst{20-19} = Operation.Value; 296 class PCREL18_FM<OPCODE3 Operation> : MipsR6Inst { 304 let Inst{20-18} = Operation.Value; [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
| H A D | proto-ldap.h | 52 int ldap_back_dobind( ldapconn_t **lcp, Operation *op, SlapReply *rs, ldap_back_send_t sendok ); 53 int ldap_back_retry( ldapconn_t **lcp, Operation *op, SlapReply *rs, ldap_back_send_t sendok ); 55 int ldap_back_op_result( ldapconn_t *lc, Operation *op, SlapReply *rs, 57 int ldap_back_cancel( ldapconn_t *lc, Operation *op, SlapReply *rs, ber_int_t msgid, ldap_back_send… 74 Operation *op, 83 Operation *op, 89 ldap_back_controls_free( Operation *op, SlapReply *rs, LDAPControl ***pctrls ); 93 Operation *op,
|
| /netbsd-src/external/bsd/elftosb/dist/elftosb.xcodeproj/ |
| H A D | creed.pbxuser | 86 0208C28A0A0A4E5F00255D31 /* Operation.cpp */ = { 94 0208C28B0A0A4E5F00255D31 /* Operation.h */ = { 535 fRef = 0208C28A0A0A4E5F00255D31 /* Operation.cpp */; 542 fRef = 0208C28A0A0A4E5F00255D31 /* Operation.cpp */; 543 name = "Operation.cpp: 29"; 652 fRef = 0208C28A0A0A4E5F00255D31 /* Operation.cpp */; 653 name = "Operation.cpp: 29"; 722 fRef = 0208C28A0A0A4E5F00255D31 /* Operation.cpp */; 723 name = "Operation.cpp: 29"; 756 fRef = 0208C28A0A0A4E5F00255D31 /* Operation.cpp */; [all …]
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| H A D | slapi_overlay.c | 42 static int slapi_over_response( Operation *op, SlapReply *rs ); 43 static int slapi_over_cleanup( Operation *op, SlapReply *rs ); 46 slapi_over_pblock_new( Operation *op, SlapReply *rs ) in slapi_over_pblock_new() 62 slapi_op_internal_p( Operation *op, SlapReply *rs, slap_callback *cb ) in slapi_op_internal_p() 149 slapi_over_aux_operational( Operation *op, SlapReply *rs ) in slapi_over_aux_operational() 197 Operation *op; in slapi_over_call_plugins() 213 slapi_over_search( Operation *op, SlapReply *rs, int type ) in slapi_over_search() 238 slapi_over_result( Operation *op, SlapReply *rs, int type ) in slapi_over_result() 251 slapi_op_bind_callback( Operation *op, SlapReply *rs, int prc ) in slapi_op_bind_callback() 302 slapi_op_search_callback( Operation *op, SlapReply *rs, int prc ) in slapi_op_search_callback() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCWin64EH.cpp | 27 switch (static_cast<Win64EH::UnwindOpcodes>(I.Operation)) { in CountOfUnwindCodes() 65 b2 = (inst.Operation & 0x0F); in EmitUnwindCode() 66 switch (static_cast<Win64EH::UnwindOpcodes>(inst.Operation)) { in EmitUnwindCode() 103 if (inst.Operation == Win64EH::UOP_SaveXMM128) in EmitUnwindCode() 112 if (inst.Operation == Win64EH::UOP_SaveXMM128Big) in EmitUnwindCode() 189 assert(frameInst.Operation == Win64EH::UOP_SetFPReg); in EmitUnwindInfo() 271 switch (static_cast<Win64EH::UnwindOpcodes>(I.Operation)) { in ARM64CountOfUnwindCodes() 356 switch (static_cast<Win64EH::UnwindOpcodes>(inst.Operation)) { in ARM64EmitUnwindCode() 534 if (Instrs[i].Operation != EpilogInstrs[i].Operation || in FindMatchingEpilog() 554 if (Inst.Operation == Win64EH::UOP_SaveRegP && Inst.Register == 29) { in simplifyOpcodes() [all …]
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/ |
| H A D | rbac.h | 342 rbac_user_t *rbac_read_user( Operation *op, rbac_req_t *rabc_reqp ); 343 int rbac_authenticate_user( Operation *op, rbac_user_t *user ); 349 rbac_session_t *rbac_session_byid( Operation *op, rbac_req_t *reqp ); 351 int rbac_register_session( Operation *op, SlapReply *rs, rbac_session_t *sess ); 352 int rbac_int_delete_session( Operation *op, rbac_session_t *sessp ); 354 Operation *op, 358 Operation *op, 362 Operation *op, 381 rbac_permission_t *rbac_read_permission( Operation *op, rbac_req_t *rbac_reqp ); 390 Operation *op,
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
| H A D | back-meta.h | 112 Operation *op, 487 meta_back_candidates_get( Operation *op ); 491 Operation *op, 505 Operation *op, 524 Operation *op, 534 Operation *op, 540 Operation *op, 547 Operation *op, 559 Operation *op, 569 Operation *op, [all …]
|