| /dragonfly/crypto/libressl/crypto/evp/ |
| HD | pmeth_fn.c | 93 ctx->operation = EVP_PKEY_OP_SIGN; in EVP_PKEY_sign_init() 98 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_sign_init() 110 if (ctx->operation != EVP_PKEY_OP_SIGN) { in EVP_PKEY_sign() 127 ctx->operation = EVP_PKEY_OP_VERIFY; in EVP_PKEY_verify_init() 132 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_verify_init() 144 if (ctx->operation != EVP_PKEY_OP_VERIFY) { in EVP_PKEY_verify() 160 ctx->operation = EVP_PKEY_OP_VERIFYRECOVER; in EVP_PKEY_verify_recover_init() 165 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_verify_recover_init() 177 if (ctx->operation != EVP_PKEY_OP_VERIFYRECOVER) { in EVP_PKEY_verify_recover() 194 ctx->operation = EVP_PKEY_OP_ENCRYPT; in EVP_PKEY_encrypt_init() [all …]
|
| HD | pmeth_gn.c | 80 ctx->operation = EVP_PKEY_OP_PARAMGEN; in EVP_PKEY_paramgen_init() 85 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_paramgen_init() 99 if (ctx->operation != EVP_PKEY_OP_PARAMGEN) { in EVP_PKEY_paramgen() 127 ctx->operation = EVP_PKEY_OP_KEYGEN; in EVP_PKEY_keygen_init() 132 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_keygen_init() 145 if (ctx->operation != EVP_PKEY_OP_KEYGEN) { in EVP_PKEY_keygen()
|
| HD | pmeth_lib.c | 208 ret->operation = EVP_PKEY_OP_UNDEFINED; in int_ctx_new() 317 rctx->operation = pctx->operation; in EVP_PKEY_CTX_dup() 368 if (ctx->operation == EVP_PKEY_OP_UNDEFINED) { in EVP_PKEY_CTX_ctrl() 373 if ((optype != -1) && !(ctx->operation & optype)) { in EVP_PKEY_CTX_ctrl() 448 return ctx->operation; in EVP_PKEY_CTX_get_operation()
|
| /dragonfly/contrib/lvm2/dist/lib/locking/ |
| HD | file_locking.c | 136 static int _do_flock(const char *file, int *fd, int operation, uint32_t nonblock) in _do_flock() argument 143 file, operation == LOCK_EX ? 'W' : 'R', nonblock ? ' ' : 'B'); in _do_flock() 154 operation |= LOCK_NB; in _do_flock() 158 r = flock(*fd, operation); in _do_flock() 180 static int _do_write_priority_flock(const char *file, int *fd, int operation, uint32_t nonblock) in _do_write_priority_flock() argument 189 if (operation == LOCK_EX) { in _do_write_priority_flock() 190 r = _do_flock(file, fd, operation, nonblock); in _do_write_priority_flock() 194 r = _do_flock(file, fd, operation, nonblock); in _do_write_priority_flock() 203 int operation; in _lock_file() local 212 operation = LOCK_SH; in _lock_file() [all …]
|
| /dragonfly/crypto/libressl/apps/openssl/ |
| HD | cms.c | 127 int operation; member 259 if (cms_config.operation == SMIME_ENCRYPT) { in cms_opt_keyopt() 330 if (cms_config.operation == SMIME_ENCRYPT) { in cms_opt_recip() 457 cms_config.operation = SMIME_VERIFY_RECEIPT; in cms_opt_verify_receipt() 576 .opt.value = &cms_config.operation, 583 .opt.value = &cms_config.operation, 604 .opt.value = &cms_config.operation, 611 .opt.value = &cms_config.operation, 625 .opt.value = &cms_config.operation, 632 .opt.value = &cms_config.operation, [all …]
|
| HD | smime.c | 98 int operation; member 380 .opt.value = &smime_config.operation, 387 .opt.value = &smime_config.operation, 534 .opt.value = &smime_config.operation, 548 .opt.value = &smime_config.operation, 555 .opt.value = &smime_config.operation, 597 .opt.value = &smime_config.operation, 743 if (!(smime_config.operation & SMIME_SIGNERS) && in smime_main() 748 if (smime_config.operation & SMIME_SIGNERS) { in smime_main() 782 } else if (smime_config.operation == SMIME_DECRYPT) { in smime_main() [all …]
|
| /dragonfly/contrib/zstd/programs/ |
| HD | zstdcli.c | 722 zstd_operation_mode operation = zom_compress; in main() local 767 if (exeNameMatch(programName, ZSTD_UNZSTD)) operation=zom_decompress; in main() 768 …if (exeNameMatch(programName, ZSTD_CAT)) { operation=zom_decompress; FIO_overwriteMode(prefs); for… in main() 769 …if (exeNameMatch(programName, ZSTD_ZCAT)) { operation=zom_decompress; FIO_overwriteMode(prefs); fo… in main() 771 …if (exeNameMatch(programName, ZSTD_GUNZIP)) { operation=zom_decompress; FIO_setRemoveSrcFile(prefs… in main() 772 …if (exeNameMatch(programName, ZSTD_GZCAT)) { operation=zom_decompress; FIO_overwriteMode(prefs); f… in main() 774 …if (exeNameMatch(programName, ZSTD_UNLZMA)) { operation=zom_decompress; FIO_setCompressionType(pre… in main() 776 …if (exeNameMatch(programName, ZSTD_UNXZ)) { operation=zom_decompress; FIO_setCompressionType(prefs… in main() 778 …if (exeNameMatch(programName, ZSTD_UNLZ4)) { operation=zom_decompress; FIO_setCompressionType(pref… in main() 806 if (!strcmp(argument, "--list")) { operation=zom_list; continue; } in main() [all …]
|
| /dragonfly/contrib/binutils-2.34/binutils/ |
| HD | ar.c | 120 } operation = none; variable 502 if (operation != none) in decode_options() 513 operation = del; in decode_options() 517 operation = move; in decode_options() 521 operation = print_files; in decode_options() 524 operation = quick_append; in decode_options() 528 operation = replace; in decode_options() 532 operation = print_table; in decode_options() 535 operation = extract; in decode_options() 617 if (operation == none && write_armap != 1 && !mri_mode in decode_options() [all …]
|
| /dragonfly/contrib/binutils-2.27/binutils/ |
| HD | ar.c | 116 } operation = none; variable 488 if (operation != none) in decode_options() 499 operation = del; in decode_options() 503 operation = move; in decode_options() 507 operation = print_files; in decode_options() 510 operation = quick_append; in decode_options() 514 operation = replace; in decode_options() 518 operation = print_table; in decode_options() 521 operation = extract; in decode_options() 756 if (operation == quick_append && write_armap) in main() [all …]
|
| /dragonfly/lib/libutil/ |
| HD | flopen.c | 41 int fd, operation, serrno, trunc; in flopen() local 58 operation = LOCK_EX; in flopen() 60 operation |= LOCK_NB; in flopen() 69 if (flock(fd, operation) == -1) { in flopen()
|
| /dragonfly/crypto/libressl/crypto/rsa/ |
| HD | rsa_asn1.c | 70 rsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) in rsa_cb() argument 72 if (operation == ASN1_OP_NEW_PRE) { in rsa_cb() 77 } else if (operation == ASN1_OP_FREE_PRE) { in rsa_cb() 206 rsa_pss_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) in rsa_pss_cb() argument 209 if (operation == ASN1_OP_FREE_PRE) { in rsa_pss_cb() 292 rsa_oaep_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) in rsa_oaep_cb() argument 295 if (operation == ASN1_OP_FREE_PRE) { in rsa_oaep_cb()
|
| /dragonfly/contrib/cvs-1.12/src/ |
| HD | login.c | 281 password_entry_operation (password_entry_operation_t operation, cvsroot_t *root, char *newpassword) in password_entry_operation() argument 353 if (operation == password_entry_lookup) in password_entry_operation() 357 if (operation == password_entry_delete && password == NULL) in password_entry_operation() 371 if (!noexec && password != NULL && (operation == password_entry_delete in password_entry_operation() 372 || (operation == password_entry_add in password_entry_operation() 450 if (!noexec && operation == password_entry_add in password_entry_operation() 480 if (operation != password_entry_lookup) in password_entry_operation()
|
| /dragonfly/sys/dev/drm/radeon/ |
| HD | radeon_gem.c | 620 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 630 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 639 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 651 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 655 switch (args->operation) { in radeon_gem_va_ioctl() 661 args->operation); in radeon_gem_va_ioctl() 662 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 668 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 674 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() 680 args->operation = RADEON_VA_RESULT_ERROR; in radeon_gem_va_ioctl() [all …]
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | genmatch.c | 640 : operand (OP_EXPR, loc), operation (operation_), in operand() 644 : operand (OP_EXPR, e->location), operation (e->operation), in expr() 649 id_base *operation; member 844 fprintf (f, "%s", e->operation->id); 847 fprintf (f, "(%s", e->operation->id); 952 if (operator_id *p = dyn_cast <operator_id *> (ne->operation)) in commutate() 955 ne->operation = swap_tree_comparison (p); in commutate() 957 else if (user_id *p = dyn_cast <user_id *> (ne->operation)) in commutate() 983 ne->operation = newop; in commutate() 1042 if (*e->operation == oper) in lower_opt_convert() [all …]
|
| /dragonfly/sys/dev/drm/amd/display/dc/i2caux/ |
| HD | i2c_generic_hw_engine.c | 116 if (i2caux_request->operation == I2CAUX_TRANSACTION_READ) in dal_i2c_generic_hw_engine_submit_request() 118 else if (i2caux_request->operation == I2CAUX_TRANSACTION_WRITE) in dal_i2c_generic_hw_engine_submit_request() 182 if (i2caux_request->operation == I2CAUX_TRANSACTION_WRITE) in dal_i2c_generic_hw_engine_submit_request() 213 if (i2caux_request->operation == I2CAUX_TRANSACTION_READ) in dal_i2c_generic_hw_engine_submit_request()
|
| HD | i2c_hw_engine.c | 97 if (i2caux_request->operation == I2CAUX_TRANSACTION_READ) in dal_i2c_hw_engine_submit_request() 101 else if (i2caux_request->operation == I2CAUX_TRANSACTION_WRITE) in dal_i2c_hw_engine_submit_request() 163 if (result && (i2caux_request->operation == I2CAUX_TRANSACTION_READ)) { in dal_i2c_hw_engine_submit_request()
|
| /dragonfly/contrib/binutils-2.27/gold/ |
| HD | arm-reloc-property.cc | 98 const std::string& operation, in Arm_reloc_property() argument 160 if (operation == "NONE") in Arm_reloc_property() 164 Tree_node* root_node = Tree_node::make_tree(operation); in Arm_reloc_property() 271 #define RD(name, type, deprecated, class, operation, is_implemented, \ in Arm_reloc_property_table() argument 281 (operation).s_expression(), is_implemented, \ in Arm_reloc_property_table()
|
| /dragonfly/test/stress/fsx/ |
| HD | fsx.c | 61 int operation; member 73 static void log4(int operation, int arg0, int arg1, int arg2); 198 log4(int operation, int arg0, int arg1, int arg2) in log4() argument 203 le->operation = operation; in log4() 205 le->operation = ~ le->operation; in log4() 237 if ((closeopen = lp->operation < 0)) in logdump() 238 lp->operation = ~ lp->operation; in logdump() 240 switch (lp->operation) { in logdump() 290 lp->operation); in logdump()
|
| /dragonfly/crypto/libressl/crypto/dh/ |
| HD | dh_asn1.c | 70 dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) in dh_cb() argument 72 if (operation == ASN1_OP_NEW_PRE) { in dh_cb() 77 } else if (operation == ASN1_OP_FREE_PRE) { in dh_cb()
|
| /dragonfly/crypto/libressl/crypto/dsa/ |
| HD | dsa_asn1.c | 71 sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) in sig_cb() argument 73 if (operation == ASN1_OP_NEW_PRE) { in sig_cb() 160 dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) in dsa_cb() argument 162 if (operation == ASN1_OP_NEW_PRE) { in dsa_cb() 167 } else if (operation == ASN1_OP_FREE_PRE) { in dsa_cb()
|
| /dragonfly/contrib/gdb-7/bfd/ |
| HD | section.c | 948 bfd_boolean (*operation) (bfd *, in bfd_get_section_by_name_if() 963 if ((*operation) (abfd, &sh->section, user_storage)) in bfd_get_section_by_name_if() 1323 void (*operation) (bfd *, asection *, void *), in bfd_map_over_sections() 1330 (*operation) (abfd, sect, user_storage); in bfd_map_over_sections() 1359 bfd_boolean (*operation) (bfd *, asection *, void *), in bfd_sections_find_if() 1365 if ((*operation) (abfd, sect, user_storage)) in bfd_sections_find_if()
|
| /dragonfly/sys/dev/drm/amd/amdgpu/ |
| HD | amdgpu_gem.c | 525 uint32_t operation) in amdgpu_gem_va_update_vm() argument 536 if (operation == AMDGPU_VA_OP_MAP || in amdgpu_gem_va_update_vm() 537 operation == AMDGPU_VA_OP_REPLACE) { in amdgpu_gem_va_update_vm() 606 switch (args->operation) { in amdgpu_gem_va_ioctl() 614 args->operation); in amdgpu_gem_va_ioctl() 620 if ((args->operation != AMDGPU_VA_OP_CLEAR) && in amdgpu_gem_va_ioctl() 646 } else if (args->operation != AMDGPU_VA_OP_CLEAR) { in amdgpu_gem_va_ioctl() 652 switch (args->operation) { in amdgpu_gem_va_ioctl() 689 args->operation); in amdgpu_gem_va_ioctl()
|
| /dragonfly/contrib/binutils-2.27/bfd/ |
| HD | section.c | 999 bfd_boolean (*operation) (bfd *, in bfd_get_section_by_name_if() 1015 && (*operation) (abfd, &sh->section, user_storage)) in bfd_get_section_by_name_if() 1388 void (*operation) (bfd *, asection *, void *), in bfd_map_over_sections() 1395 (*operation) (abfd, sect, user_storage); in bfd_map_over_sections() 1424 bfd_boolean (*operation) (bfd *, asection *, void *), in bfd_sections_find_if() 1430 if ((*operation) (abfd, sect, user_storage)) in bfd_sections_find_if()
|
| /dragonfly/contrib/binutils-2.34/bfd/ |
| HD | section.c | 986 bfd_boolean (*operation) (bfd *, in bfd_get_section_by_name_if() 1002 && (*operation) (abfd, &sh->section, user_storage)) in bfd_get_section_by_name_if() 1355 void (*operation) (bfd *, asection *, void *), in bfd_map_over_sections() 1362 (*operation) (abfd, sect, user_storage); in bfd_map_over_sections() 1391 bfd_boolean (*operation) (bfd *, asection *, void *), in bfd_sections_find_if() 1397 if ((*operation) (abfd, sect, user_storage)) in bfd_sections_find_if()
|
| /dragonfly/crypto/libressl/crypto/asn1/ |
| HD | nsseq.c | 66 nsseq_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) in nsseq_cb() argument 68 if (operation == ASN1_OP_NEW_POST) { in nsseq_cb()
|