Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dragonfly/crypto/libressl/crypto/evp/
H A Dpmeth_fn.c93 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()
165 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_verify_recover_init()
194 ctx->operation = EVP_PKEY_OP_ENCRYPT; in EVP_PKEY_encrypt_init()
199 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_encrypt_init()
228 ctx->operation = EVP_PKEY_OP_DECRYPT; in EVP_PKEY_decrypt_init()
233 ctx->operation = EVP_PKEY_OP_UNDEFINED; in EVP_PKEY_decrypt_init()
[all …]
H A Dpmeth_gn.c80 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()
H A Dpmeth_lib.c208 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/
H A Dfile_locking.c143 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()
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()
216 operation = LOCK_EX; in _lock_file()
240 r = _do_write_priority_flock(file, &ll->lf, operation, nonblock); in _lock_file()
[all …]
/dragonfly/crypto/libressl/apps/openssl/
H A Dcms.c127 int operation; member
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,
639 .opt.value = &cms_config.operation,
653 .opt.value = &cms_config.operation,
660 .opt.value = &cms_config.operation,
[all …]
H A Dsmime.c98 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,
795 } else if (!smime_config.operation) { in smime_main()
814 if (smime_config.operation & SMIME_OP) { in smime_main()
822 if (smime_config.operation & SMIME_IP) { in smime_main()
[all …]
/dragonfly/contrib/zstd/programs/
H A Dzstdcli.c722 zstd_operation_mode operation = zom_compress; in main() local
853 operation = zom_train; in main()
864 operation = zom_train; in main()
875 operation = zom_train; in main()
1025 operation=zom_bench; in main()
1147 if (operation == zom_list) { in main()
1158 if (operation==zom_bench) { in main()
1205 if (operation==zom_train) { in main()
1254 && operation!=zom_decompress ) { in main()
1269 if (operation == zom_decompress) { in main()
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Dar.c120 } operation = none; variable
513 operation = del; in decode_options()
517 operation = move; in decode_options()
528 operation = replace; in decode_options()
535 operation = extract; in decode_options()
796 operation = replace; in main()
798 if ((operation == none || operation == print_table) in main()
802 if (operation == none) in main()
826 if (operation != extract && operation != del) in main()
850 switch (operation) in main()
[all …]
/dragonfly/contrib/binutils-2.27/binutils/
H A Dar.c116 } operation = none; variable
499 operation = del; in decode_options()
503 operation = move; in decode_options()
514 operation = replace; in decode_options()
521 operation = extract; in decode_options()
757 operation = replace; in main()
759 if ((operation == none || operation == print_table) in main()
763 if (operation == none) in main()
783 if (operation != extract && operation != del) in main()
803 switch (operation) in main()
[all …]
/dragonfly/lib/libutil/
H A Dflopen.c41 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/
H A Drsa_asn1.c70 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/
H A Dlogin.c281 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/
H A Dradeon_gem.c620 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()
686 switch (args->operation) { in radeon_gem_va_ioctl()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenmatch.c644 : operand (OP_EXPR, e->location), operation (e->operation), in expr()
649 id_base *operation; member
1042 if (*e->operation == oper) in lower_opt_convert()
1080 if (*e->operation == oper) in has_opt_convert()
1303 ne->operation = with; in replace_id()
1674 return (e1->operation == e2->operation in cmp_operand()
3713 e->operation->id); in gen()
3718 e->operation->id); in gen()
3772 e->operation->id); in gen()
3778 e->operation->id); in gen()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/i2caux/
H A Di2c_generic_hw_engine.c116 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()
H A Di2c_hw_engine.c97 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/
H A Darm-reloc-property.cc98 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/
H A Dfsx.c61 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/
H A Ddh_asn1.c70 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/
H A Ddsa_asn1.c71 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/
H A Dsection.c948 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/
H A Damdgpu_gem.c525 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.34/bfd/
H A Dsection.c986 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/contrib/binutils-2.27/bfd/
H A Dsection.c999 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/crypto/libressl/crypto/asn1/
H A Dnsseq.c66 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()

1234567891011