Searched refs:operation (Results 1 - 25 of 159) sorted by relevance

1234567

/freebsd-current/crypto/openssl/test/
H A Dfilterprov.h13 int filter_provider_set_filter(int operation, const char *name);
H A Dfilterprov.c29 int operation; member in struct:filter_prov_globals_st::__anon113
87 if (globs->dispatch[i].operation == operation_id) {
159 * Set a filter for the given operation id. The filter string is a colon
162 * a given operation id then all algorithms are made available.
164 int filter_provider_set_filter(int operation, const char *filterstr) argument
173 operation,
218 globs->dispatch[globs->num_dispatch].operation = operation;
224 OSSL_PROVIDER_unquery_operation(globs->deflt, operation, provalgs);
/freebsd-current/tests/sys/cddl/zfs/bin/
H A Dfile_write.c60 char *operation = NULL; local
89 operation = optarg;
115 if (!operation) {
116 (void) printf("Operation not specified (-o <operation>).\n");
129 * Prepare the buffer and determine the requested operation
146 * using the strncmp of operation will make the operation match the
150 if ((strncmp(operation, "create", strlen(operation) + 1)) == 0 ||
151 (strncmp(operation, "overwrit
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanShouldStopHere.cpp40 FrameComparison operation, Status &status) {
44 m_owner, m_flags, operation, status, m_baton);
59 ThreadPlan *current_plan, Flags &flags, FrameComparison operation,
68 if ((operation == eFrameCompareOlder && flags.Test(eStepOutAvoidNoDebug)) ||
69 (operation == eFrameCompareYounger && flags.Test(eStepInAvoidNoDebug)) ||
70 (operation == eFrameCompareSameParent &&
95 ThreadPlan *current_plan, Flags &flags, FrameComparison operation,
145 lldb_private::Flags &flags, lldb::FrameComparison operation,
150 m_owner, flags, operation, status, m_baton);
156 lldb::FrameComparison operation, Statu
39 InvokeShouldStopHereCallback( FrameComparison operation, Status &status) argument
58 DefaultShouldStopHereCallback( ThreadPlan *current_plan, Flags &flags, FrameComparison operation, Status &status, void *baton) argument
94 DefaultStepFromHereCallback( ThreadPlan *current_plan, Flags &flags, FrameComparison operation, Status &status, void *baton) argument
144 QueueStepOutFromHerePlan( lldb_private::Flags &flags, lldb::FrameComparison operation, Status &status) argument
155 CheckShouldStopHereAndQueueStepOut( lldb::FrameComparison operation, Status &status) argument
[all...]
/freebsd-current/sys/dev/qat/qat_api/common/compression/
H A Ddc_chain.c54 CpaDcChainOperations operation,
66 CpaDcChainOperations operation,
94 CpaDcChainOperations operation,
53 cpaDcChainGetSessionSize(CpaInstanceHandle dcInstance, CpaDcChainOperations operation, Cpa8U numSessions, CpaDcChainSessionSetupData *pSessionData, Cpa32U *pSessionSize) argument
64 cpaDcChainInitSession(CpaInstanceHandle dcInstance, CpaDcSessionHandle pSessionHandle, CpaDcChainOperations operation, Cpa8U numSessions, CpaDcChainSessionSetupData *pSessionData, CpaDcCallbackFn callbackFn) argument
90 cpaDcChainPerformOp(CpaInstanceHandle dcInstance, CpaDcSessionHandle pSessionHandle, CpaBufferList *pSrcBuff, CpaBufferList *pDestBuff, CpaDcChainOperations operation, Cpa8U numOpDatas, CpaDcChainOpData *pChainOpData, CpaDcChainRqResults *pResults, void *callbackTag) argument
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dnsseq.c16 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
19 if (operation == ASN1_OP_NEW_POST) {
/freebsd-current/crypto/openssl/crypto/rsa/
H A Drsa_asn1.c28 static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
31 if (operation == ASN1_OP_NEW_PRE) {
36 } else if (operation == ASN1_OP_FREE_PRE) {
40 } else if (operation == ASN1_OP_D2I_POST) {
77 static int rsa_pss_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
80 if (operation == ASN1_OP_FREE_PRE) {
98 static int rsa_oaep_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
101 if (operation == ASN1_OP_FREE_PRE) {
/freebsd-current/sys/contrib/xen/io/
H A Dblkif.h553 * operation code ("barrier request") must be completed prior to the
579 * This operation is analogous to performing a trim (ATA) or unamp (SCSI),
648 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_request
658 * Cast to this structure when blkif_request.operation == BLKIF_OP_DISCARD
662 uint8_t operation; /* BLKIF_OP_DISCARD */ member in struct:blkif_request_discard
673 uint8_t operation; /* BLKIF_OP_INDIRECT */ member in struct:blkif_request_indirect
688 uint8_t operation; /* copied from request */ member in struct:blkif_response
/freebsd-current/contrib/openbsm/compat/
H A Dflopen.h40 int fd, operation, serrno, trunc; local
57 operation = LOCK_EX;
59 operation |= LOCK_NB;
68 if (flock(fd, operation) == -1) {
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Dfile_write.c75 char *operation = NULL; local
105 operation = optarg;
131 if (!operation) {
132 (void) printf("Operation not specified (-o <operation>).\n");
148 * Prepare the buffer and determine the requested operation
170 * using the strncmp of operation will make the operation match the
174 if ((strncmp(operation, "create", strlen(operation) + 1)) == 0 ||
175 (strncmp(operation, "overwrit
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanShouldStopHere.h21 // comparison between where the step operation started and where you arrived.
97 bool InvokeShouldStopHereCallback(lldb::FrameComparison operation,
101 CheckShouldStopHereAndQueueStepOut(lldb::FrameComparison operation,
111 lldb::FrameComparison operation,
116 lldb::FrameComparison operation, Status &status,
120 QueueStepOutFromHerePlan(Flags &flags, lldb::FrameComparison operation,
/freebsd-current/crypto/heimdal/lib/roken/
H A Dflock.c44 rk_flock(int fd, int operation) argument
54 if (operation & LOCK_NB)
59 switch (operation & OP_MASK) {
103 if (operation & LOCK_NB)
106 switch (operation & OP_MASK) {
/freebsd-current/crypto/openssl/crypto/evp/
H A Dpmeth_gn.c25 static int gen_init(EVP_PKEY_CTX *ctx, int operation) argument
33 ctx->operation = operation;
38 switch (operation) {
62 || (operation == EVP_PKEY_OP_PARAMGEN
64 || (operation == EVP_PKEY_OP_KEYGEN
69 switch (operation) {
84 ctx->operation = EVP_PKEY_OP_UNDEFINED;
141 if ((ctx->operation & EVP_PKEY_OP_TYPE_GEN) == 0)
223 switch (ctx->operation) {
339 fromdata_init(EVP_PKEY_CTX *ctx, int operation) argument
[all...]
/freebsd-current/sys/xen/
H A Dblkif.h42 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_x86_32_request
51 uint8_t operation; /* copied from request */ member in struct:blkif_x86_32_response
60 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_x86_64_request
69 uint8_t operation; /* copied from request */ member in struct:blkif_x86_64_response
116 dst->operation = src->operation;
131 dst->operation = src->operation;
/freebsd-current/lib/libutil/
H A Dflopen.c51 int fd, operation, serrno, trunc; local
64 operation = LOCK_EX;
66 operation |= LOCK_NB;
75 if (flock(fd, operation) == -1) {
/freebsd-current/sys/dev/qat/qat_api/include/dc/
H A Dcpa_dc_chain.h82 * 1st operation is to perform compression on plain text
83 * 2nd operation is to perform hash on compressed text
89 * 1st operation is to perform compression on plain text
90 * 2nd operation is to perform encryption on compressed text
96 * 1st operation is to perform compression on plain text
97 * 2nd operation is to perform hash on compressed text and
104 * 1st operation is to perform compression on plain text
105 * 2nd operation is to perform encryption on compressed text and
112 * 1st operation is to perform compression on plain text
113 * 2nd operation i
[all...]
/freebsd-current/crypto/openssl/apps/
H A Dcms.c230 "For the -cmsout operation do not output the parsed CMS structure"},
232 "For the -cmsout operation print out all fields of the CMS structure"},
304 int operation = 0, ret = 1, rr_print = 0, rr_allorfirst = -1; local
342 operation = SMIME_ENCRYPT;
345 operation = SMIME_DECRYPT;
348 operation = SMIME_SIGN;
351 operation = SMIME_VERIFY;
354 operation = SMIME_RESIGN;
357 operation = SMIME_SIGN_RECEIPT;
360 operation
[all...]
H A Dsmime.c152 int flags = PKCS7_DETACHED, operation = 0, ret = 0, indef = 0; local
190 operation = SMIME_ENCRYPT;
193 operation = SMIME_DECRYPT;
196 operation = SMIME_SIGN;
199 operation = SMIME_RESIGN;
202 operation = SMIME_VERIFY;
205 operation = SMIME_PK7OUT;
373 if (!(operation & SMIME_SIGNERS) && (skkeys != NULL || sksigners != NULL)) {
377 if (!operation) {
379 "No operation (
[all...]
/freebsd-current/sys/security/mac/
H A Dmac_internal.h365 * the module list, invoking each instance of the operation, and combining
370 #define MAC_POLICY_BOOLEAN(operation, composition, args...) do { \
374 if (mpc->mpc_ops->mpo_ ## operation != NULL) \
376 mpc->mpc_ops->mpo_ ## operation (args); \
381 if (mpc->mpc_ops->mpo_ ## operation != NULL) \
383 mpc->mpc_ops->mpo_ ## operation \
390 #define MAC_POLICY_BOOLEAN_NOSLEEP(operation, composition, args...) do {\
394 if (mpc->mpc_ops->mpo_ ## operation != NULL) \
396 mpc->mpc_ops->mpo_ ## operation (args); \
403 if (mpc->mpc_ops->mpo_ ## operation !
[all...]
/freebsd-current/crypto/openssl/crypto/dsa/
H A Ddsa_asn1.c25 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
28 if (operation == ASN1_OP_NEW_PRE) {
33 } else if (operation == ASN1_OP_FREE_PRE) {
/freebsd-current/crypto/openssl/crypto/x509/
H A Dx_req.c35 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
40 if (operation == ASN1_OP_NEW_POST) {
48 static int req_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
53 switch (operation) {
/freebsd-current/crypto/openssl/providers/common/include/prov/
H A Dsecuritycheck.h13 int ossl_rsa_check_key(OSSL_LIB_CTX *ctx, const RSA *rsa, int operation);
/freebsd-current/lib/libcasper/services/cap_sysctl/
H A Dcap_sysctl.c97 nvlist_add_number(lnv, "operation", flags);
125 nvlist_add_number(lnv, "operation", flags);
155 uint8_t operation; local
157 operation = 0;
159 operation |= CAP_SYSCTL_READ;
161 operation |= CAP_SYSCTL_WRITE;
162 nvlist_add_number(nvl, "operation", (uint64_t)operation);
230 nvlist_add_number(req, "operation", 0);
259 * binary "mib" field or a string "name", and an operation
303 uint64_t mask, operation; local
459 uint64_t operation; local
[all...]
/freebsd-current/crypto/openssl/providers/common/
H A Dsecuritycheck.c29 int ossl_rsa_check_key(OSSL_LIB_CTX *ctx, const RSA *rsa, int operation) argument
33 switch (operation) {
50 "operation: %d", operation);
56 "invalid operation: %d", operation);
66 "operation: %d", operation);
/freebsd-current/usr.bin/elfctl/
H A Delfctl.c227 char operation; local
230 operation = *feature_str;
233 if (operation != '+' && operation != '-' && operation != '=')
234 errx(1, "'%c' not an operator - use '+', '-', '='", operation);
283 if (operation == '+') {
285 } else if (operation == '=') {
287 } else if (operation == '-') {

Completed in 393 milliseconds

1234567