| /freebsd/share/examples/BSD_daemon/ |
| H A D | beastie.svg | 4 …l 5 -11 l 4 -10 l 6 -11 l 6 -12 l 7 -12 l 8 -13 l 9 -12 l 8 -13 l 9 -12 l 10 -13 l 8 -9 l 8 -10 l … 5 …l 12 -1 l 12 0 l 13 -1 l 14 -1 l 13 0 l 14 -1 l 50 0 l 12 -1 l 109 0 l 10 -1 l 21 0 l 11 -1 l 11 -… 6 …l -1 0 l -3 -3 l -9 -7 l -15 -11 l -19 -14 l -21 -17 l -22 -16 l -21 -16 l -19 -15 l -17 -12 l -15… 7 …l 1 1 l 3 4 l 7 10 l 10 14 l 11 15 l 11 13 l 9 12 l 8 10 l 7 8 l 6 7 l 8 8 l 8 8 l 9 8 l 9 7 l 10 … 8 …l 1 0 l 4 3 l 10 6 l 16 10 l 19 11 l 20 12 l 18 11 l 17 9 l 14 8 l 13 7 l 10 5 l 11 5 l 22 10 l 11… 9 …l 3 5 l 4 5 l 5 5 l 4 5 l 5 4 l 5 4 l 12 6 l 7 3 l 7 2 l 7 2 l 7 1 l 7 1 l 16 2 l 7 1 l 7 1 l 7 0 … 10 …l 2 1 l 9 3 l 13 4 l 13 5 l 10 3 l 9 3 l 8 3 l 9 3 l 10 3 l 9 3 l 9 3 l 9 2 l 8 2 l 9 2 l 10 1 l 9… 11 …l -6 -7 l -6 -7 l -8 -7 l -8 -7 l -8 -8 l -9 -7 l -8 -7 l -7 -6 l -8 -6 l -9 -7 l -9 -6 l -9 -7 l … 12 …l -2 1 l -8 6 l -12 8 l -12 8 l -9 5 l -8 4 l -7 3 l -8 3 l -18 4 l -9 1 l -8 1 l -7 1 l -8 0 l -8… 13 …l -1 -1 l -7 -4 l -12 -8 l -15 -10 l -14 -9 l -12 -7 l -10 -6 l -10 -4 l -10 -4 l -10 -3 l -12 -3 … [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | ossl-guide-migration.pod | 16 L<https://github.com/openssl/openssl/blob/master/CHANGES.md>. 18 L<crypto(7)>. 57 In previous versions, OpenSSL was licensed under the L<dual OpenSSL and SSLeay 60 L<Apache License v2|https://www.openssl.org/source/apache-license-2.0.txt>. 72 be accessed using the L</Low Level APIs>. 86 the application should verify the result of the L<EVP_EncryptInit(3)>, 87 L<EVP_EncryptInit_ex(3)>, and L<EVP_DigestInit(3)> functions. In case when 90 See also L</Legacy Algorithms> for information on the legacy provider. 92 See also L</Completing the installation of the FIPS Module> and 93 L</Using the FIPS Module in applications>. [all …]
|
| H A D | openssl-quic.pod | 17 support in. QUIC clients can use L<OSSL_QUIC_client_method(3)> or 18 L<OSSL_QUIC_client_thread_method(3)> with L<SSL_CTX_new(3)>. See below for more 20 option: SSL method L<OSSL_QUIC_server_method(3)> with L<SSL_CTX_new(3)>. 55 associated with it. Calls to L<SSL_read(3)> and L<SSL_write(3)> on the QUIC 58 L<SSL_read(3)> or L<SSL_write(3)> is called first. 72 connection SSL object; L<SSL_read(3)> and L<SSL_write(3)> calls to the QUIC 81 mode, if a client application calls L<SSL_read(3)> first before any call to 82 L<SSL_write(3)> on the connection, it is assumed that the application protocol 83 is using a server-initiated stream, and the L<SSL_read(3)> call will not 86 application calls L<SSL_write(3)> before any call to L<SSL_read(3)> on the [all …]
|
| H A D | evp.pod | 16 The L<B<EVP_Seal>I<XXX>|EVP_SealInit(3)> and L<B<EVP_Open>I<XXX>|EVP_OpenInit(3)> 19 The L<B<EVP_DigestSign>I<XXX>|EVP_DigestSignInit(3)> and 20 L<B<EVP_DigestVerify>I<XXX>|EVP_DigestVerifyInit(3)> functions implement 22 L<B<EVP_Sign>I<XXX>|EVP_SignInit(3)> and L<B<EVP_Verify>I<XXX>|EVP_VerifyInit(3)> 25 Symmetric encryption is available with the L<B<EVP_Encrypt>I<XXX>|EVP_EncryptInit(3)> 26 functions. The L<B<EVP_Digest>I<XXX>|EVP_DigestInit(3)> functions provide message digests. 30 L<EVP_PKEY_new(3)>. EVP_PKEYs can be associated 32 described on the L<EVP_PKEY_fromdata(3)> page, or 33 new keys can be generated using L<EVP_PKEY_keygen(3)>. 34 EVP_PKEYs can be compared using L<EVP_PKEY_eq(3)>, or printed using [all …]
|
| H A D | bio.pod | 85 L<BIO_ctrl(3)>, 86 L<BIO_f_base64(3)>, L<BIO_f_buffer(3)>, 87 L<BIO_f_cipher(3)>, L<BIO_f_md(3)>, 88 L<BIO_f_null(3)>, L<BIO_f_ssl(3)>, 89 L<BIO_f_readbuffer(3)>, 90 L<BIO_find_type(3)>, 91 L<BIO_get_conn_mode(3)>, 92 L<BIO_new(3)>, 93 L<BIO_new_bio_pair(3)>, 94 L<BIO_push(3)>, L<BIO_read_ex(3)>, [all …]
|
| H A D | ossl-guide-libcrypto-introduction.pod | 33 L<ossl-guide-libraries-introduction(7)> for information about providers. 42 the encryption functions detailed on the L<EVP_EncryptInit(3)> page. Or to 44 functions on the L<EVP_DigestInit(3)> page. 53 Two types of fetching are supported by OpenSSL - L</Explicit fetching> and 54 L</Implicit fetching>. 61 where C<APINAME> is the name of the operation. For example L<EVP_MD_fetch(3)> 73 See L<OSSL_LIB_CTX(3)> for a more detailed description. 76 L<OSSL_PROVIDER_load(3)>) will be considered by the fetching function. In case 78 will be loaded as a fallback (see L<OSSL_PROVIDER-default(7)>). 86 L<OSSL_PROVIDER-default(7)/OPERATIONS AND ALGORITHMS>, [all …]
|
| H A D | ossl-guide-quic-multi-stream.pod | 19 it is used in OpenSSL. See L<ossl-guide-quic-introduction(7)> and 20 L<ossl-guide-quic-client-block(7)>. 29 application calling L<SSL_new(3)>. 43 L<SSL_connect(3)> has returned 1), stream B<SSL> objects are created by the 44 application calling L<SSL_new_stream(3)> or L<SSL_accept_stream(3)> (see 45 L</CREATING NEW STREAMS> below). 48 (see L<ossl-guide-libraries-introduction(7)>). In particular most OpenSSL 60 L<SSL_read_ex(3)>, L<SSL_read(3)>, L<SSL_write_ex(3)> or L<SSL_write(3)> and 63 If a client application calls L<SSL_write_ex(3)> or L<SSL_write(3)> first then 65 stream. If a client application calls L<SSL_read_ex(3)> or L<SSL_read(3)> [all …]
|
| /freebsd/lib/libutil/tests/ |
| H A D | humanize_number_test.c | 42 static const int64_t halfExabyte = (int64_t)500*1000*1000*1000*1000*1000L; 53 { 2, "0 ", (int64_t)0L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 }, 54 { 3, "1 k", (int64_t)500L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 }, 55 { 3, "1 M", (int64_t)500*1000L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 }, 56 { 3, "1 G", (int64_t)500*1000*1000L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 }, 57 { 3, "1 T", (int64_t)500*1000*1000*1000L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 }, 58 { 3, "1 P", (int64_t)500*1000*1000*1000*1000L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 }, 59 { 3, "1 E", (int64_t)500*1000*1000*1000*1000*1000L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 }, 60 { 2, "1 ", (int64_t)1L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 }, 61 { 3, "2 k", (int64_t)1500L, HN_DIVISOR_1000, HN_AUTOSCALE, 4 }, [all …]
|
| /freebsd/lib/libc/tests/stdio/ |
| H A D | swscanf_test.c | 15 #define L(s) L ## s macro 25 { L"0", { 1, 0, 1 }, { 1, 0, 1 }, { 1, 0, 1 }, { 1, 0, 1 }, { 1, 0, 1 }, }, 26 { L"1", { 1, 1, 1 }, { 1, 1, 1 }, { 1, 1, 1 }, { 1, 1, 1 }, { 1, 1, 1 }, }, 27 { L"2", { 0, 0, 0 }, { 1, 2, 1 }, { 1, 2, 1 }, { 1, 2, 1 }, { 1, 2, 1 }, }, 28 { L"3", { 0, 0, 0 }, { 1, 3, 1 }, { 1, 3, 1 }, { 1, 3, 1 }, { 1, 3, 1 }, }, 29 { L"4", { 0, 0, 0 }, { 1, 4, 1 }, { 1, 4, 1 }, { 1, 4, 1 }, { 1, 4, 1 }, }, 30 { L"5", { 0, 0, 0 }, { 1, 5, 1 }, { 1, 5, 1 }, { 1, 5, 1 }, { 1, 5, 1 }, }, 31 { L"6", { 0, 0, 0 }, { 1, 6, 1 }, { 1, 6, 1 }, { 1, 6, 1 }, { 1, 6, 1 }, }, 32 { L"7", { 0, 0, 0 }, { 1, 7, 1 }, { 1, 7, 1 }, { 1, 7, 1 }, { 1, 7, 1 }, }, 33 { L"8", { 0, 0, 0 }, { 0, 0, 0 }, { 1, 8, 1 }, { 1, 8, 1 }, { 1, 8, 1 }, }, [all …]
|
| /freebsd/crypto/openssl/include/openssl/ |
| H A D | obj_mac.h | 19 #define OBJ_undef 0L 24 #define OBJ_itu_t 0L 32 #define OBJ_iso 1L 37 #define OBJ_joint_iso_itu_t 2L 45 #define OBJ_member_body OBJ_iso,2L 49 #define OBJ_identified_organization OBJ_iso,3L 54 #define OBJ_gmac OBJ_iso,0L,9797L,3L,4L 59 #define OBJ_hmac_md5 OBJ_identified_organization,6L,1L,5L,5L,8L,1L,1L 64 #define OBJ_hmac_sha1 OBJ_identified_organization,6L,1L,5L,5L,8L,1L,2L 69 #define OBJ_x509ExtAdmission OBJ_identified_organization,36L,8L,3L,3L [all …]
|
| /freebsd/libexec/flua/modules/ |
| H A D | lposix.c | 25 enforce_max_args(lua_State *L, int max) in enforce_max_args() argument 29 narg = lua_gettop(L); in enforce_max_args() 30 luaL_argcheck(L, narg <= max, max + 1, "too many arguments"); in enforce_max_args() 37 lua__exit(lua_State *L) in lua__exit() argument 41 enforce_max_args(L, 1); in lua__exit() 42 code = luaL_checkinteger(L, 1); in lua__exit() 48 lua_basename(lua_State *L) in lua_basename() argument 52 enforce_max_args(L, 1); in lua_basename() 53 inpath = strdup(luaL_checkstring(L, 1)); in lua_basename() 55 lua_pushnil(L); in lua_basename() [all …]
|
| /freebsd/share/man/man3/ |
| H A D | intro.3 | 12 .\" 3. Neither the name of the University nor the names of its contributors 47 .Fl l 53 .Pq Fl l Ns Ar bluetooth 56 .Xr bluetooth 3 . 58 .Pq Fl l Ns Ar c 64 .Fl l Ns Ar c 71 .Xr stdio 3 74 .Xr db 3 77 .Xr bitstring 3 80 .Xr string 3 [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_set_default_stream_mode.pod | 23 stream is a QUIC stream to which calls to L<SSL_read(3)> and L<SSL_write(3)> 29 connection once L<SSL_read(3)> or L<SSL_write(3)> is called. 34 first. As such, if L<SSL_read(3)> is called first (before any call to 35 L<SSL_write(3)>) after establishing a connection, OpenSSL will wait for the 37 default stream. Conversely, if L<SSL_write(3)> is called before any call to 38 L<SSL_read(3)>, OpenSSL assumes the client wishes to transmit first, creates a 49 L<SSL_read(3)> and L<SSL_write(3)>) will fail. 58 after calling L<SSL_new(3)>, prior to initiating a connection. The argument 65 This is the default setting. If L<SSL_write(3)> is called prior to any call to 66 L<SSL_read(3)>, a bidirectional client-initiated stream is created and bound as [all …]
|
| H A D | SSL_set_connect_state.pod | 28 When the SSL_CTX object was created with L<SSL_CTX_new(3)>, 32 L<SSL_CTX_set_ssl_version(3)> or 33 L<SSL_set_ssl_method(3)>.) 40 When using the L<SSL_connect(3)> or 41 L<SSL_accept(3)> routines, the correct handshake 43 using L<SSL_write_ex(3)>, L<SSL_write(3)>, L<SSL_read_ex(3)>, or L<SSL_read(3)>, 50 L<SSL_CTX_new(3)>. If a generic method or a dedicated server method was 51 passed to L<SSL_CTX_new(3)>, SSL_is_server() returns 1; otherwise, it returns 0. 62 L<ssl(7)>, L<SSL_new(3)>, L<SSL_CTX_new(3)>, 63 L<SSL_connect(3)>, L<SSL_accept(3)>, [all …]
|
| H A D | SSL_new_listener.pod | 36 using L<SSL_write_ex(3)> or L<SSL_read_ex(3)>. In general, only those functions 40 subordinate to a QUIC domain SSL object I<ssl>. See L<SSL_new_domain(3)> and 41 L<openssl-quic-concurrency(7)> for details on QUIC domain SSL objects. 49 Standard reference counting and free operations, such as L<SSL_up_ref(3)> and 50 L<SSL_free(3)>; 54 Network BIO configuration operations, such as L<SSL_set_bio(3)>; 58 Event processing and polling enablement APIs such as L<SSL_handle_events(3)>, 59 L<SSL_get_event_timeout(3)>, L<SSL_get_rpoll_descriptor(3)>, 60 L<SSL_get_wpoll_descriptor(3)>, L<SSL_net_read_desired(3)> and 61 L<SSL_net_write_desired(3)>; [all …]
|
| H A D | SSL_new.pod | 37 use L<SSL_clear(3)> to recycle an SSL handle that is not in its initial 47 =item any tmp_dh settings set via L<SSL_set_tmp_dh(3)>, 48 L<SSL_set_tmp_dh_callback(3)>, or L<SSL_set_dh_auto(3)> 56 =item any Options set via L<SSL_set_options(3)> 58 =item any Mode set via L<SSL_set_mode(3)> 61 L<SSL_set_min_proto_version(3)> or L<SSL_set_max_proto_version(3)> (Note: Only 64 =item any verify mode, callback or depth set via L<SSL_set_verify(3)> or 65 L<SSL_set_verify_depth(3)> or any configured X509 verification parameters 67 =item any msg callback or info callback set via L<SSL_set_msg_callback(3)> or 68 L<SSL_set_info_callback(3)> [all …]
|
| H A D | X509_get0_uids.pod | 40 L<d2i_X509(3)>, 41 L<ERR_get_error(3)>, 42 L<X509_CRL_get0_by_serial(3)>, 43 L<X509_get0_signature(3)>, 44 L<X509_get_ext_d2i(3)>, 45 L<X509_get_extension_flags(3)>, 46 L<X509_get_pubkey(3)>, 47 L<X509_get_subject_name(3)>, 48 L<X509_get_version(3)>, 49 L<X509_NAME_add_entry_by_txt(3)>, [all …]
|
| H A D | SSL_read_early_data.pod | 58 These functions are used to send and receive early data where TLSv1.3 has been 69 additional considerations around replay attacks (see L</REPLAY PROTECTION> 81 or not by calling L<SSL_is_init_finished(3)>. 90 creating a PSK session file (see L<SSL_CTX_set_psk_use_session_callback(3)>). If 95 function is similar to the L<SSL_write_ex(3)> function, but with the following 96 differences. See L<SSL_write_ex(3)> for information on how to write bytes to 99 L<SSL_write_ex(3)>. 103 L<SSL_write_ex(3)>, L<SSL_read_ex(3)>, L<SSL_connect(3)>, L<SSL_do_handshake(3)> 108 calls to L<SSL_read_ex(3)> and L<SSL_read(3)> with calls to 111 If SSL_write_early_data() fails you should call L<SSL_get_error(3)> to determine [all …]
|
| H A D | EVP_PKEY_CTX_set_params.pod | 25 See L<OSSL_PROVIDER(3)> for more information on providers. 27 terminated with a L<OSSL_PARAM_END(3)> struct. 28 See L<OSSL_PARAM(3)> for information about passing parameters. 35 constant L<OSSL_PARAM(3)> array that describes the gettable and 46 L<provider-keymgmt(7)/Common parameters> 47 L<provider-keyexch(7)/Key Exchange parameters> 48 L<provider-signature(7)/Signature parameters> 50 L<EVP_PKEY-RSA(7)/Common RSA parameters> 51 L<EVP_PKEY-RSA(7)/RSA key generation parameters> 52 L<EVP_PKEY-FFC(7)/FFC parameters> [all …]
|
| H A D | i2d_re_X509_tbs.pod | 24 d2i_X509_AUX() is similar to L<d2i_X509(3)> but the input is expected to 29 i2d_X509_AUX() is similar to L<i2d_X509(3)>, but the encoded output 34 i2d_re_X509_tbs() is similar to L<i2d_X509(3)> except it encodes only 62 L<ERR_get_error(3)> 63 L<X509_CRL_get0_by_serial(3)>, 64 L<X509_get0_signature(3)>, 65 L<X509_get_ext_d2i(3)>, 66 L<X509_get_extension_flags(3)>, 67 L<X509_get_pubkey(3)>, 68 L<X509_get_subject_name(3)>, [all …]
|
| /freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/ |
| H A D | cert-onecolumn.pem | 25 l 67 l 98 L 105 l 137 l 156 l 159 3 161 l 165 l 184 l [all …]
|
| H A D | dsa-onecolumn.pem | 15 l 26 L 61 l 62 L 63 3 86 L 122 3 147 3 171 3 190 l [all …]
|
| /freebsd/crypto/openssl/doc/internal/man7/ |
| H A D | EVP_PKEY.pod | 24 explained further down, in L</Export cache for provider operations>), 34 structure, and is governed by an associated L<EVP_PKEY_METHOD(3)> and 35 an L<EVP_PKEY_ASN1_METHOD(3)>. 46 key data (see L<provider-keymgmt(7)>). The internal key in the 48 is governed by an associated L<EVP_KEYMGMT(3)> method structure. 50 The functions available through the L<EVP_KEYMGMT(3)> have no access 53 to the functions pointed at in the L<EVP_KEYMGMT(3)>. 67 be extracted with functions like L<EVP_PKEY_get0_RSA(3)> and then 68 modified at will with functions like L<RSA_set0_key(3)>. Note that if the 70 L<EVP_PKEY_get0_RSA(3)> is a cached copy of the key. Changes to the cached [all …]
|
| /freebsd/contrib/arm-optimized-routines/math/ |
| H A D | tgamma128.h | 9 static const long double max_x = 0x1.b6e3180cd66a5c4206f128ba77f4p+10L; 13 0x1.8535745aa79569579b9eec0f3bbcp+0L, 14 0x1.0378f83c6fb8f0e51269f2b4a973p-3L, 15 0x1.59f6a05094f69686c3380f4e2783p-8L, 16 -0x1.0b291dee952a82764a4859b081a6p-8L, 17 -0x1.6dd301b2205bf936b5a3eaad0dbbp-12L, 18 0x1.387a8b5f38dd77e7f139b1021e86p-10L, 19 0x1.bca46637f65b13750c728cc29e40p-14L, 20 -0x1.d80401c00aef998c9e303151a51cp-11L, 21 -0x1.49cb6bb09f935a2053ccc2cf3711p-14L, [all …]
|
| /freebsd/contrib/netbsd-tests/lib/libc/locale/ |
| H A D | t_wcstod.c | 75 #define ALT_NAN -3 84 { L"IN", 0, 0, 0 }, 85 { L"+IN", 0, 0, 0 }, 86 { L"-IN", 0, 0, 0 }, 87 { L"INX", 0, 0, 0 }, 88 { L"+INX", 0, 0, 0 }, 89 { L"-INX", 0, 0, 0 }, 90 { L"INF", 3, ALT_HUGE_VAL, 0 }, 91 { L"+INF", 4, ALT_HUGE_VAL, 0 }, 92 { L"-INF", 4, ALT_MINUS_HUGE_VAL, 0 }, [all …]
|