Home
last modified time | relevance | path

Searched refs:FORMAT_BINARY (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Crypt/PublicKey/
H A DDiffieHellman.php27 const FORMAT_BINARY = 'binary'; define in Zend\\Crypt\\PublicKey\\DiffieHellman
133 'p' => $this->convert($this->getPrime(), self::FORMAT_NUMBER, self::FORMAT_BINARY),
134 … 'g' => $this->convert($this->getGenerator(), self::FORMAT_NUMBER, self::FORMAT_BINARY)
140 self::FORMAT_BINARY
159 $this->setPrivateKey($data['dh']['priv_key'], self::FORMAT_BINARY);
160 $this->setPublicKey($data['dh']['pub_key'], self::FORMAT_BINARY);
233 $publicKey = $this->convert($publicKey, $publicKeyFormat, self::FORMAT_BINARY);
240 $this->secretKey = $this->convert($secretKey, self::FORMAT_BINARY, self::FORMAT_NUMBER);
371 $this->setPrivateKey($this->generatePrivateKey(), self::FORMAT_BINARY);
403 case self::FORMAT_BINARY:
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-crypt/src/PublicKey/
H A DDiffieHellman.php37 const FORMAT_BINARY = 'binary'; define in Laminas\\Crypt\\PublicKey\\DiffieHellman
143 'p' => $this->convert($this->getPrime(), self::FORMAT_NUMBER, self::FORMAT_BINARY),
144 … 'g' => $this->convert($this->getGenerator(), self::FORMAT_NUMBER, self::FORMAT_BINARY)
152 self::FORMAT_BINARY
171 $this->setPrivateKey($data['dh']['priv_key'], self::FORMAT_BINARY);
172 $this->setPublicKey($data['dh']['pub_key'], self::FORMAT_BINARY);
245 $publicKey = $this->convert($publicKey, $publicKeyFormat, self::FORMAT_BINARY);
252 $this->secretKey = $this->convert($secretKey, self::FORMAT_BINARY, self::FORMAT_NUMBER);
383 $this->setPrivateKey($this->generatePrivateKey(), self::FORMAT_BINARY);
415 case self::FORMAT_BINARY:
[all …]
/dports/www/moodle310/moodle/lib/plist/classes/CFPropertyList/
H A DCFPropertyList.php49 const FORMAT_BINARY = 1; define in CFPropertyList\\CFPropertyList
165 $this->load($file,CFPropertyList::FORMAT_BINARY);
178 $this->parse($contents,CFPropertyList::FORMAT_BINARY);
202 case CFPropertyList::FORMAT_BINARY:
215 $this->detectedFormat = CFPropertyList::FORMAT_BINARY;
248 case CFPropertyList::FORMAT_BINARY:
259 $this->detectedFormat = CFPropertyList::FORMAT_BINARY;
359 $this->save($file,CFPropertyList::FORMAT_BINARY);
377 if( !in_array( $format, array( self::FORMAT_BINARY, self::FORMAT_XML ) ) )
386 $content = $format == self::FORMAT_BINARY ? $this->toBinary() : $this->toXML();
/dports/www/moodle39/moodle/lib/plist/classes/CFPropertyList/
H A DCFPropertyList.php49 const FORMAT_BINARY = 1; define in CFPropertyList\\CFPropertyList
165 $this->load($file,CFPropertyList::FORMAT_BINARY);
178 $this->parse($contents,CFPropertyList::FORMAT_BINARY);
202 case CFPropertyList::FORMAT_BINARY:
215 $this->detectedFormat = CFPropertyList::FORMAT_BINARY;
248 case CFPropertyList::FORMAT_BINARY:
259 $this->detectedFormat = CFPropertyList::FORMAT_BINARY;
359 $this->save($file,CFPropertyList::FORMAT_BINARY);
377 if( !in_array( $format, array( self::FORMAT_BINARY, self::FORMAT_XML ) ) )
386 $content = $format == self::FORMAT_BINARY ? $this->toBinary() : $this->toXML();
/dports/audio/cuetools/cuetools-1.4.1/src/lib/
H A Dcdtext.c30 {PTI_DISC_ID, FORMAT_BINARY, NULL}, in cdtext_init()
31 {PTI_GENRE, FORMAT_BINARY, NULL}, in cdtext_init()
32 {PTI_TOC_INFO1, FORMAT_BINARY, NULL}, in cdtext_init()
33 {PTI_TOC_INFO2, FORMAT_BINARY, NULL}, in cdtext_init()
39 {PTI_SIZE_INFO, FORMAT_BINARY, NULL}, in cdtext_init()
/dports/textproc/libcue/libcue-2.1.0/
H A Dcdtext.c29 {PTI_DISC_ID, FORMAT_BINARY, NULL}, in cdtext_init()
30 {PTI_GENRE, FORMAT_BINARY, NULL}, in cdtext_init()
31 {PTI_TOC_INFO1, FORMAT_BINARY, NULL}, in cdtext_init()
32 {PTI_TOC_INFO2, FORMAT_BINARY, NULL}, in cdtext_init()
38 {PTI_SIZE_INFO, FORMAT_BINARY, NULL}, in cdtext_init()
H A Dcdtext.h16 FORMAT_BINARY /* binary data */ enumerator
/dports/www/moodle311/moodle/lib/plist/classes/CFPropertyList/
H A DCFPropertyList.php70 const FORMAT_BINARY = 1; define in CFPropertyList\\CFPropertyList
194 $this->load($file, CFPropertyList::FORMAT_BINARY);
210 $this->parse($contents, CFPropertyList::FORMAT_BINARY);
237 case CFPropertyList::FORMAT_BINARY:
254 $this->detectedFormat = CFPropertyList::FORMAT_BINARY;
299 case CFPropertyList::FORMAT_BINARY:
314 $this->detectedFormat = CFPropertyList::FORMAT_BINARY;
444 $this->save($file, CFPropertyList::FORMAT_BINARY);
466 if (!in_array($format, array( self::FORMAT_BINARY, self::FORMAT_XML ))) {
479 … $content = $format == self::FORMAT_BINARY ? $this->toBinary() : $this->toXML($formatted_xml);
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/remote/
H A Dstmt_params.c107 params->formats[idx] = isbinary ? FORMAT_BINARY : FORMAT_TEXT; in stmt_params_create()
120 params->formats[idx] = isbinary ? FORMAT_BINARY : FORMAT_TEXT; in stmt_params_create()
168 if (formats[i] != FORMAT_BINARY) in all_values_in_binary_format()
198 if (params->formats[idx] == FORMAT_BINARY) in stmt_params_convert_values()
231 else if (params->formats[idx] == FORMAT_BINARY) in stmt_params_convert_values()
H A Ddata_format.h14 #define FORMAT_BINARY 1 macro
/dports/graphics/libetonyek01/libetonyek-0.1.10/src/lib/
H A DEtonyekDocument.cpp67 FORMAT_BINARY enumerator
267 info.m_format = FORMAT_BINARY; in detectBinary()
319 if ((info.m_format == FORMAT_BINARY) || (info.m_format == FORMAT_UNKNOWN)) in detect()
400 if (info.m_format == FORMAT_BINARY) in detect()
475 else if (info.m_format == FORMAT_BINARY) in parse()
509 else if (info.m_format == FORMAT_BINARY) in parse()
543 else if (info.m_format == FORMAT_BINARY) in parse()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/io/reader/testing/
H A DUnitTestVTKDataSetReader.cxx433 FORMAT_BINARY enumerator
601 TestReadingPolyData(FORMAT_BINARY); in TestReadingVTKDataSet()
606 TestReadingStructuredPoints(FORMAT_BINARY); in TestReadingVTKDataSet()
610 TestReadingUnstructuredGrid(FORMAT_BINARY); in TestReadingVTKDataSet()
/dports/devel/itext/itext-4.2.0/rtf/com/lowagie/text/rtf/parser/destinations/
H A DRtfDestinationShppict.java177 public static final int FORMAT_BINARY = 1; field in RtfDestinationShppict
366 case FORMAT_BINARY: in handleCharacter()
489 this.dataFormat = FORMAT_BINARY; in handleControlWord()
619 dataFormat = FORMAT_BINARY; in handleControlWord()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/include/
H A Dfmt.h29 # define FORMAT_BINARY 2 /* Generic binary */ macro
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/include/
H A Dfmt.h29 # define FORMAT_BINARY 2 /* Generic binary */ macro
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/include/
H A Dfmt.h29 # define FORMAT_BINARY 2 /* Generic binary */ macro
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/include/
H A Dfmt.h29 # define FORMAT_BINARY 2 /* Generic binary */ macro
/dports/security/openssl-devel/openssl-3.0.2/apps/include/
H A Dfmt.h29 # define FORMAT_BINARY 2 /* Generic binary */ macro
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/apps/include/
H A Dfmt.h29 # define FORMAT_BINARY 2 /* Generic binary */ macro
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Dmac.c89 int inform = FORMAT_BINARY; in mac_main()
180 out = bio_open_default(outfile, 'w', out_bin ? FORMAT_BINARY : FORMAT_TEXT); in mac_main()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Dmac.c89 int inform = FORMAT_BINARY; in mac_main()
180 out = bio_open_default(outfile, 'w', out_bin ? FORMAT_BINARY : FORMAT_TEXT); in mac_main()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Dmac.c89 int inform = FORMAT_BINARY; in mac_main()
180 out = bio_open_default(outfile, 'w', out_bin ? FORMAT_BINARY : FORMAT_TEXT); in mac_main()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/apps/
H A Dmac.c89 int inform = FORMAT_BINARY; in mac_main()
180 out = bio_open_default(outfile, 'w', out_bin ? FORMAT_BINARY : FORMAT_TEXT); in mac_main()
/dports/security/openssl-devel/openssl-3.0.2/apps/
H A Dmac.c89 int inform = FORMAT_BINARY; in mac_main()
180 out = bio_open_default(outfile, 'w', out_bin ? FORMAT_BINARY : FORMAT_TEXT); in mac_main()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/apps/
H A Dmac.c89 int inform = FORMAT_BINARY; in mac_main()
180 out = bio_open_default(outfile, 'w', out_bin ? FORMAT_BINARY : FORMAT_TEXT); in mac_main()

12345678910>>...16