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

123456

/freebsd-10.1-release/crypto/openssl/crypto/evp/
H A Dpmeth_fn.c91 ctx->operation = EVP_PKEY_OP_SIGN;
96 ctx->operation = EVP_PKEY_OP_UNDEFINED;
109 if (ctx->operation != EVP_PKEY_OP_SIGN) {
125 ctx->operation = EVP_PKEY_OP_VERIFY;
130 ctx->operation = EVP_PKEY_OP_UNDEFINED;
143 if (ctx->operation != EVP_PKEY_OP_VERIFY) {
158 ctx->operation = EVP_PKEY_OP_VERIFYRECOVER;
163 ctx->operation = EVP_PKEY_OP_UNDEFINED;
176 if (ctx->operation != EVP_PKEY_OP_VERIFYRECOVER) {
192 ctx->operation
[all...]
H A Dpmeth_gn.c76 ctx->operation = EVP_PKEY_OP_PARAMGEN;
81 ctx->operation = EVP_PKEY_OP_UNDEFINED;
94 if (ctx->operation != EVP_PKEY_OP_PARAMGEN) {
121 ctx->operation = EVP_PKEY_OP_KEYGEN;
126 ctx->operation = EVP_PKEY_OP_UNDEFINED;
139 if (ctx->operation != EVP_PKEY_OP_KEYGEN) {
/freebsd-10.1-release/crypto/openssl/crypto/dh/
H A Ddh_asn1.c68 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
71 if (operation == ASN1_OP_NEW_PRE) {
76 } else if (operation == ASN1_OP_FREE_PRE) {
/freebsd-10.1-release/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c31 tree of operation structures. The tree of operation structures is
157 struct operation { struct
163 OP_PROPSET /* only for files for which no other operation is
166 } operation; member in struct:operation
171 apr_hash_t *children; /* const char *path -> struct operation * */
184 struct operation *child,
231 drive(struct operation *operation, argument
239 for (hi = apr_hash_first(pool, operation
336 get_operation(const char *path, struct operation *operation, apr_pool_t *pool) argument
380 build(action_code_t action, const char *path, const char *url, svn_revnum_t rev, const char *prop_name, const svn_string_t *prop_value, const char *src_file, svn_revnum_t head, const char *anchor, svn_ra_session_t *session, struct operation *operation, apr_pool_t *pool) argument
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/asn1/
H A Dnsseq.c66 static int nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
69 if (operation == ASN1_OP_NEW_POST) {
H A Dx_req.c83 static int rinf_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
88 if (operation == ASN1_OP_NEW_POST) {
/freebsd-10.1-release/contrib/openbsm/compat/
H A Dflopen.h41 int fd, operation, serrno, trunc; local
58 operation = LOCK_EX;
60 operation |= LOCK_NB;
69 if (flock(fd, operation) == -1) {
/freebsd-10.1-release/lib/libutil/
H A Dflopen.c43 int fd, operation, serrno, trunc; local
60 operation = LOCK_EX;
62 operation |= LOCK_NB;
71 if (flock(fd, operation) == -1) {
/freebsd-10.1-release/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-10.1-release/crypto/openssl/apps/
H A Dcms.c106 int operation = 0; local
162 operation = SMIME_ENCRYPT;
164 operation = SMIME_DECRYPT;
166 operation = SMIME_SIGN;
168 operation = SMIME_SIGN_RECEIPT;
170 operation = SMIME_RESIGN;
172 operation = SMIME_VERIFY;
176 operation = SMIME_VERIFY_RECEIPT;
182 operation = SMIME_CMSOUT;
184 operation
[all...]
H A Dsmime.c91 int operation = 0; local
138 operation = SMIME_ENCRYPT;
140 operation = SMIME_DECRYPT;
142 operation = SMIME_SIGN;
144 operation = SMIME_RESIGN;
146 operation = SMIME_VERIFY;
148 operation = SMIME_PK7OUT;
333 if (!(operation & SMIME_SIGNERS) && (skkeys || sksigners)) {
338 if (operation & SMIME_SIGNERS) {
361 } else if (operation
[all...]
/freebsd-10.1-release/sys/xen/
H A Dblkif.h44 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_x86_32_request
53 uint8_t operation; /* copied from request */ member in struct:blkif_x86_32_response
62 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_x86_64_request
71 uint8_t operation; /* copied from request */ member in struct:blkif_x86_64_response
118 dst->operation = src->operation;
133 dst->operation = src->operation;
/freebsd-10.1-release/contrib/subversion/subversion/svn/
H A Dcl-conflicts.c171 /* Return a localised string representation of the operation part of a
174 operation_str(svn_wc_operation_t operation) argument
176 switch (operation)
237 operation_str(conflict->operation));
247 const char *action, *reason, *operation; local
272 operation = operation_str(conflict->operation);
273 SVN_ERR_ASSERT(operation);
278 reason, action, operation);
292 operation);
[all...]
/freebsd-10.1-release/sys/xen/interface/io/
H A Dblkif.h418 * operation code ("barrier request") must be completed prior to the
444 * This operation is analogous to performing a trim (ATA) or unmap (SCSI),
510 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_request
531 * Cast to this structure when blkif_request.operation == BLKIF_OP_DISCARD
535 uint8_t operation; /* BLKIF_OP_DISCARD */ member in struct:blkif_request_discard
547 uint8_t operation; /* copied from request */ member in struct:blkif_response
/freebsd-10.1-release/sys/security/mac/
H A Dmac_internal.h348 * the module list, invoking each instance of the operation, and combining
353 #define MAC_POLICY_BOOLEAN(operation, composition, args...) do { \
357 if (mpc->mpc_ops->mpo_ ## operation != NULL) \
359 mpc->mpc_ops->mpo_ ## operation (args); \
364 if (mpc->mpc_ops->mpo_ ## operation != NULL) \
366 mpc->mpc_ops->mpo_ ## operation \
373 #define MAC_POLICY_BOOLEAN_NOSLEEP(operation, composition, args...) do {\
377 if (mpc->mpc_ops->mpo_ ## operation != NULL) \
379 mpc->mpc_ops->mpo_ ## operation (args); \
386 if (mpc->mpc_ops->mpo_ ## operation !
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/rsa/
H A Drsa_asn1.c68 static int rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
71 if (operation == ASN1_OP_NEW_PRE) {
76 } else if (operation == ASN1_OP_FREE_PRE) {
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dbdb-err.c95 svn_fs_bdb__wrap_db(svn_fs_t *fs, const char *operation, int db_err)
110 fs->path ? fs->path : "(none)", _(operation));
90 svn_fs_bdb__wrap_db(svn_fs_t *fs, const char *operation, int db_err) argument
H A Dbdb-err.h71 /* Check the return status from the Berkeley DB operation. If the
72 operation succeeded, return zero. Otherwise, construct an
78 const char *operation,
/freebsd-10.1-release/crypto/openssl/crypto/dsa/
H A Ddsa_asn1.c68 static int sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
71 if (operation == ASN1_OP_NEW_PRE) {
94 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
97 if (operation == ASN1_OP_NEW_PRE) {
102 } else if (operation == ASN1_OP_FREE_PRE) {
/freebsd-10.1-release/crypto/openssl/crypto/
H A Do_time.c192 long operation; local
200 operation = LIB$K_DELTA_SECONDS;
201 status = lib$cvt_to_internal_time(&operation, &t, deltatime);
220 operation = LIB$K_DAY_OF_WEEK;
221 status = lib$cvt_from_internal_time(&operation,
225 operation = LIB$K_DAY_OF_YEAR;
226 status = lib$cvt_from_internal_time(&operation,
/freebsd-10.1-release/usr.sbin/cron/lib/
H A Dcompat.c152 * flock (fd, operation)
183 flock(fd, operation)
185 int operation;
189 switch (operation) {
207 default: /* can't decipher operation */
/freebsd-10.1-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_asn1.c82 static int pk7_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, argument
88 switch (operation) {
131 /* Minor tweak to operation: free up EVP_PKEY */
132 static int si_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
135 if (operation == ASN1_OP_FREE_POST) {
174 /* Minor tweak to operation: free up X509 */
175 static int ri_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
178 if (operation == ASN1_OP_FREE_POST) {
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_gem.c455 args->operation = RADEON_VA_RESULT_ERROR;
465 args->operation = RADEON_VA_RESULT_ERROR;
474 args->operation = RADEON_VA_RESULT_ERROR;
486 args->operation = RADEON_VA_RESULT_ERROR;
491 args->operation = RADEON_VA_RESULT_ERROR;
495 switch (args->operation) {
500 dev_err(dev->device, "unsupported operation %d\n",
501 args->operation);
502 args->operation = RADEON_VA_RESULT_ERROR;
508 args->operation
[all...]
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_history.c436 log_internal(nvlist_t *nvl, const char *operation, spa_t *spa, argument
461 fnvlist_add_string(nvl, ZPOOL_HIST_INT_NAME, operation);
474 spa_history_log_internal(spa_t *spa, const char *operation, argument
490 log_internal(fnvlist_alloc(), operation, spa, htx, fmt, adx); local
499 spa_history_log_internal_ds(dsl_dataset_t *ds, const char *operation, argument
513 log_internal(nvl, operation, dsl_dataset_get_spa(ds), tx, fmt, adx);
518 spa_history_log_internal_dd(dsl_dir_t *dd, const char *operation, argument
533 log_internal(nvl, operation, dd->dd_pool->dp_spa, tx, fmt, adx);
538 spa_history_log_version(spa_t *spa, const char *operation) argument
540 spa_history_log_internal(spa, operation, NUL
[all...]
/freebsd-10.1-release/contrib/binutils/binutils/
H A Dar.c348 } operation = none;
489 if (operation != none)
490 fatal (_("two different operation options specified"));
494 operation = delete;
498 operation = move;
502 operation = print_files;
505 operation = quick_append;
509 operation = replace;
513 operation = print_table;
516 operation
345 } operation = none; local
[all...]

Completed in 248 milliseconds

123456