/openbsd-src/lib/libcbor/src/cbor/ |
H A D | serialization.c | 168 size_t written = cbor_serialize(item, *buffer, serialized_size); in cbor_serialize_alloc() local 169 CBOR_ASSERT(written == serialized_size); in cbor_serialize_alloc() 171 return written; in cbor_serialize_alloc() 211 size_t written = cbor_encode_bytestring_start(length, buffer, buffer_size); in cbor_serialize_bytestring() local 212 if (written > 0 && (buffer_size - written >= length)) { in cbor_serialize_bytestring() 213 memcpy(buffer + written, cbor_bytestring_handle(item), length); in cbor_serialize_bytestring() 214 return written + length; in cbor_serialize_bytestring() 220 size_t written = cbor_encode_indef_bytestring_start(buffer, buffer_size); in cbor_serialize_bytestring() local 221 if (written == 0) return 0; in cbor_serialize_bytestring() 226 chunks[i], buffer + written, buffer_size - written); in cbor_serialize_bytestring() [all …]
|
/openbsd-src/lib/libcrypto/bio/ |
H A D | b_dump.c | 5 * This package is an SSL implementation written 7 * The implementation was written so as to conform with Netscapes SSL. 33 * "This product includes cryptographic software written by 39 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" 83 int bytes_per_line, dumped, printed, trailing, written; in BIO_dump_indent() local 135 if ((written = BIO_printf(bio, "%*s%04x - ", indent, "", in BIO_dump_indent() 138 if (printed > INT_MAX - written) in BIO_dump_indent() 140 printed += written; in BIO_dump_indent() 158 if ((written = BIO_printf(bio, "%02x%c", u8, sep)) < 0) in BIO_dump_indent() 160 if (printed > INT_MAX - written) in BIO_dump_indent() [all …]
|
/openbsd-src/lib/libssl/man/ |
H A D | SSL_write.3 | 5 .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org> 29 .\" prior written permission. For written permission, please contact 33 .\" nor may "OpenSSL" appear in their names without prior written 64 .Fn SSL_write_ex "SSL *ssl" "const void *buf" "size_t num" "size_t *written" 80 stores the number of bytes written in 81 .Pf * Fa written . 151 pair, data must be written into or retrieved out of the BIO before being able 159 have been written. 193 written to the TLS connection or, if 195 is in use, at least one application data byte has been written [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
H A D | str.c | 72 This routine's code is actually written by a utility called FINI, itself 73 written specifically for the Gnu Fortran project. FINI takes an input 96 This routine's code is actually written by a utility called FINI, itself 97 written specifically for the Gnu Fortran project. FINI takes an input 118 This routine's code is actually written by a utility called FINI, itself 119 written specifically for the Gnu Fortran project. FINI takes an input 140 This routine's code is actually written by a utility called FINI, itself 141 written specifically for the Gnu Fortran project. FINI takes an input 162 This routine's code is actually written by a utility called FINI, itself 163 written specifically for the Gnu Fortran project. FINI takes an input [all …]
|
/openbsd-src/lib/libcrypto/man/ |
H A D | ASN1_put_object.3 | 64 and is written to the two most significant bits of the first byte written. 72 of the first byte written to 0. 76 of the first byte written to 1, and use the definite form. 85 it is written to the five least significant bits 86 of the only identifier byte written. 99 the special byte 0x80 is written instead and the 105 is set to the byte following the last byte written. 136 returns the number of bytes written, which is always 2. 222 If the calling code wants to find out how many bytes were written,
|
H A D | BIO_new_CMS.3 | 4 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 26 .\" prior written permission. For written permission, please contact 30 .\" nor may "OpenSSL" appear in their names without prior written 70 The output of the filter is written to 72 Any data written to the chain is automatically translated 80 After all content has been written through the chain, 101 If no additional data needs to be written, 105 Any content written through the filter is used verbatim:
|
H A D | X509_NAME_get_index_by_NID.3 | 4 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 27 .\" prior written permission. For written permission, please contact 31 .\" nor may "OpenSSL" appear in their names without prior written 149 nothing is written, but the return value is calculated as usual. 156 bytes will be written and the text written to 164 byte, no data will be written and the call will return failure. 202 return the length of the output UTF-8 string written, not counting the
|
H A D | EVP_PKEY_decrypt.3 | 4 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 27 .\" prior written permission. For written permission, please contact 31 .\" nor may "OpenSSL" appear in their names without prior written 93 then the maximum size of the output buffer is written to the 105 If the call is successful, the decrypted data is written to 107 and the amount of data written to 161 /* Decrypted data is outlen bytes written to buffer out */
|
H A D | EVP_PKEY_encrypt.3 | 4 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 27 .\" prior written permission. For written permission, please contact 31 .\" nor may "OpenSSL" appear in their names without prior written 93 then the maximum size of the output buffer is written to the 105 If the call is successful, the encrypted data is written to 107 and the amount of data written to 169 /* Encrypted data is outlen bytes written to buffer out */
|
H A D | EVP_PKEY_verify_recover.3 | 4 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 27 .\" prior written permission. For written permission, please contact 31 .\" nor may "OpenSSL" appear in their names without prior written 93 then the maximum size of the output buffer is written to the 105 If the call is successful, recovered data is written to 107 and the amount of data written to 174 /* Recovered data is routlen bytes written to buffer rout */
|
H A D | EVP_PKEY_sign.3 | 4 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 27 .\" prior written permission. For written permission, please contact 31 .\" nor may "OpenSSL" appear in their names without prior written 93 then the maximum size of the output buffer is written to the 105 If the call is successful, the signature is written to 107 and the amount of data written to 175 /* Signature is siglen bytes written to buffer sig */
|
H A D | EVP_DigestSignInit.3 | 5 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 28 .\" prior written permission. For written permission, please contact 32 .\" nor may "OpenSSL" appear in their names without prior written 154 then the maximum size of the output buffer is written to 165 If the call is successful, the signature is written to 167 and the amount of data written to
|
H A D | EVP_PKEY_derive.3 | 21 .\" The original file was written by Dr. Stephen Henson <steve@openssl.org>. 44 .\" prior written permission. For written permission, please contact 48 .\" nor may "OpenSSL" appear in their names without prior written 149 then the maximum size of the output buffer is written to the 161 If the call is successful, the shared secret is written to 163 and the amount of data written to 237 /* Shared secret is skey bytes written to buffer skey */
|
H A D | ASN1_item_d2i.3 | 22 .\" The original file was written by Dr. Stephen Henson <steve@openssl.org>. 44 .\" prior written permission. For written permission, please contact 48 .\" nor may "OpenSSL" appear in their names without prior written 225 and increments it to point after the data just written. 237 is not incremented, but points to the start of the data just written. 243 the encoded bytes are not written anywhere but discarded. 247 find the number of bytes that will be written. 293 the pointer is also written to 302 return the number of bytes written 439 to point after the data just written.
|
H A D | EVP_SealInit.3 | 4 .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 27 .\" prior written permission. For written permission, please contact 31 .\" nor may "OpenSSL" appear in their names without prior written 110 written. 117 The actual size of each encrypted secret key is written to the array 126 parameter is a buffer where the generated IV is written to.
|
/openbsd-src/usr.sbin/nsd/ |
H A D | buffer.c | 110 int written; in buffer_printf() local 118 written = vsnprintf((char *) buffer_current(buffer), remaining, in buffer_printf() 121 if (written >= 0 && (size_t) written >= remaining) { in buffer_printf() 122 buffer_reserve(buffer, written + 1); in buffer_printf() 124 written = vsnprintf((char *) buffer_current(buffer), in buffer_printf() 129 buffer->_position += written; in buffer_printf() 130 return written; in buffer_printf()
|
/openbsd-src/usr.bin/vi/docs/internals/ |
H A D | openmode | 17 lines, or the last line in the edit buffer has been written. A 19 display divided by two or 40 ``-'' characters shall be written 20 immediately before and after the specified is written. These two 21 lines shall count against the total number of lines to be written. 22 A blank line shall be written after the last line is written.
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | BinaryStreamWriter.h | 48 /// \returns a success error code if the data was successfully written, 56 /// \returns a success error code if the data was successfully written, 79 /// \returns a success error code if the data was successfully written, 86 /// \returns a success error code if the data was successfully written, 95 /// \returns a success error code if the data was successfully written, 103 /// \returns a success error code if the data was successfully written, 111 /// \returns a success error code if the data was successfully written, 119 /// \returns a success error code if the data was successfully written, 127 /// \returns a success error code if the data was successfully written, 143 /// \returns a success error code if the data was successfully written, [all …]
|
/openbsd-src/lib/libcrypto/err/ |
H A D | err_local.h | 5 * This package is an SSL implementation written 7 * The implementation was written so as to conform with Netscapes SSL. 33 * "This product includes cryptographic software written by 39 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" 80 * prior written permission. For written permission, please contact 84 * nor may "OpenSSL" appear in their names without prior written 106 * This product includes cryptographic software written by Eric Young 107 * (eay@cryptsoft.com). This product includes software written by Tim
|
/openbsd-src/lib/libcrypto/ |
H A D | mem_dbg.c |
|
/openbsd-src/usr.bin/openssl/ |
H A D | apps_posix.c | 4 * This package is an SSL implementation written 6 * The implementation was written so as to conform with Netscapes SSL. 32 * "This product includes cryptographic software written by 38 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" 79 * prior written permission. For written permission, please contact 83 * nor may "OpenSSL" appear in their names without prior written 87 * nor may "OpenSSL" appear in their names without prior written 109 * This product includes cryptographic software written by Eric Young 110 * (eay@cryptsoft.com). This product includes software written by Tim
|
/openbsd-src/gnu/usr.bin/perl/t/io/ |
H A D | tell.t | 105 my $written = tempfile(); 108 open($tst,">$written") || die "Cannot open $written:$!"; 123 open($tst,"+>>$written") || die "Cannot open $written:$!"; 148 open($tst,">$written") || die "Cannot open $written:$!"; 151 open($tst,">>$written") || die "Cannot open $written:$!";
|
/openbsd-src/lib/libssl/ |
H A D | srtp.h | 5 * This package is an SSL implementation written 7 * The implementation was written so as to conform with Netscapes SSL. 33 * "This product includes cryptographic software written by 39 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" 80 * prior written permission. For written permission, please contact 84 * nor may "OpenSSL" appear in their names without prior written 106 * This product includes cryptographic software written by Eric Young 107 * (eay@cryptsoft.com). This product includes software written by Tim
|
H A D | LICENSE | 42 * prior written permission. For written permission, please contact 46 * nor may "OpenSSL" appear in their names without prior written 68 * This product includes cryptographic software written by Eric Young 69 * (eay@cryptsoft.com). This product includes software written by Tim 80 * This package is an SSL implementation written 82 * The implementation was written so as to conform with Netscapes SSL. 108 * "This product includes cryptographic software written by 114 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
|
/openbsd-src/lib/libcurses/ |
H A D | scr_dump.5 | 26 .\" sale, use or other dealings in this Software without prior written * 70 A \*(``magic number\*('' is written to the beginning of the dump file, 97 The screen dumps are written in textual form, 117 The \fBWINDOW\fP structure was written in binary form. 120 which were written as an array of binary data following the \fBWINDOW\fP. 148 In the mid-1990s when the X/Open Curses document was written, 157 for applications originally written to be compiled on systems 195 the magic number is written with the high-order byte first, e.g., 201 written in binary format. 234 Unlike ncurses6, the contents of the window are written piecemeal, [all …]
|