/freebsd/contrib/ldns/ldns/ |
H A D | host2str.h | 180 * Converts an ldns packet opcode value to its mnemonic, and adds that 190 * Converts an ldns packet rcode value to its mnemonic, and adds that 200 * Converts an ldns algorithm type to its mnemonic, and adds that 211 * Converts an ldns certificate algorithm type to its mnemonic, 223 * Converts a packet opcode to its mnemonic and returns that as 233 * Converts a packet rcode to its mnemonic and returns that as 243 * Converts a signing algorithms to its mnemonic and returns that as 253 * Converts a cert algorithm to its mnemonic and returns that as 263 * Converts an LDNS_RDF_TYPE_A rdata element to string format and adds it to the output buffer 271 * Converts an LDNS_RDF_TYPE_AAAA rdata element to string format and adds it to the output buffer [all …]
|
H A D | dnssec.h | 132 * converts a buffer holding key material to a DSA key in openssl. 158 * Converts a holding buffer with key material to EVP PKEY in openssl. 167 * Converts a holding buffer with key material to EVP PKEY in openssl. 177 * Converts a holding buffer with key material to EVP PKEY in openssl. 186 * Converts a holding buffer with key material to EVP PKEY in openssl. 198 * converts a buffer holding key material to a RSA key in openssl. 505 * Converts the DSA signature from ASN1 representation (RFC2459, as 517 * Converts the RRSIG signature RDF (in rfc2536 format) to a buffer 529 * Converts the ECDSA signature from ASN1 representation (as 547 * Converts the RRSIG signature RDF (from DNS) to a buffer with the
|
H A D | wire2host.h | 117 * converts the data on the uint8_t bytearray (in wire format) to a DNS packet. 129 * converts the data in the ldns_buffer (in wire format) to a DNS packet. 140 * converts the data on the uint8_t bytearray (in wire format) to a DNS 155 * converts the data on the uint8_t bytearray (in wire format) to DNS 174 * converts the data on the uint8_t bytearray (in wire format) to a DNS
|
/freebsd/lib/libefivar/ |
H A D | efivar-dp-parse.c | 399 Converts a Unicode string to ASCII string. 429 Converts a generic text device path node to device path structure. 471 Converts a generic text device path node to device path structure. 492 Converts a generic hardware text device path node to Hardware device path structure. 509 Converts a text device path node to Hardware PCI device path structure. 543 Converts a text device path node to Hardware PC card device path structure. 574 Converts a text device path node to Hardware memory map device path structure. 611 Converts a text device path node to Vendor device path structure based on the input Type 658 Converts a text device path node to Vendor Hardware device path structure. 679 Converts a text device path node to Hardware Controller device path structure. [all …]
|
H A D | efivar-dp-format.c | 119 Converts a PCI device path structure to its string representative. 146 Converts a PC Card device path structure to its string representative. 173 Converts a Memory Map device path structure to its string representative. 206 Converts a Vendor device path structure to its string representative. 337 Converts a Controller device path structure to its string representative. 368 Converts a BMC device path structure to its string representative. 400 Converts a ACPI device path structure to its string representative. 459 Converts a ACPI extended HID device path structure to its string representative. 534 // Converts EISA identification to string. in DevPathToTextAcpiEx() 613 Converts a ACPI address device path structure to its string representative. [all …]
|
/freebsd/contrib/ofed/opensm/include/complib/ |
H A D | cl_byteswap.h | 104 * The CL_NTOH16 macro converts a 16-bit value from network byte order to 131 * The CL_HTON16 macro converts a 16-bit value from host byte order to 166 * The cl_ntoh16 function converts a 16-bit value from network byte order to 192 * The cl_hton16 function converts a 16-bit value from host byte order to 222 * The CL_NTOH32 macro converts a 32-bit value from network byte order to 249 * The CL_HTON32 macro converts a 32-bit value from host byte order to 286 * The cl_ntoh32 function converts a 32-bit value from network byte order to 312 * The cl_hton32 function converts a 32-bit value from host byte order to 342 * The CL_NTOH64 macro converts a 64-bit value from network byte order to 369 * The CL_HTON64 macro converts a 64-bit value from host byte order to [all …]
|
/freebsd/contrib/unbound/sldns/ |
H A D | keyraw.h | 71 * Converts a holding buffer with DSA key material to EVP PKEY in openssl. 79 * Converts a holding buffer with key material to EVP PKEY in openssl. 88 * Converts a holding buffer with key material to EVP PKEY in openssl. 108 * Converts a holding buffer with RSA key material to EVP PKEY in openssl. 116 * Converts a holding buffer with key material to EVP PKEY in openssl. 125 * Converts a holding buffer with key material to EVP PKEY in openssl.
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | f16cintrin.h | 28 /// Converts a 16-bit half-precision float value into a 32-bit float 46 /// Converts a 32-bit single-precision float value to a 16-bit 72 /// Converts a 128-bit vector containing 32-bit float values into a 98 /// Converts a 128-bit vector containing 16-bit half-precision float 115 /// Converts a 256-bit vector of [8 x float] into a 128-bit vector 141 /// Converts a 128-bit vector containing 16-bit half-precision float
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OperationKinds.def | 274 /// Converts a floating point complex to floating point real 280 /// Converts a floating point complex to bool by comparing 284 /// Converts between different floating point complex types. 288 /// Converts from a floating complex to an integral complex. 292 /// Converts from an integral real to an integral complex 298 /// Converts an integral complex to an integral real of the 303 /// Converts an integral complex to bool by comparing against 307 /// Converts between different integral complex types. 312 /// Converts from an integral complex to a floating complex. 338 /// Converts from _Atomic(T) to T. [all …]
|
/freebsd/lib/libmd/ |
H A D | sha512.3 | 158 which converts the return value to a 129-character 232 which converts the return value to a 97-character 239 which converts the return value to a 57-character 246 which converts the return value to a 57-character 254 which converts the return value to a 65-character
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BN_bn2bin.pod | 37 BN_bn2bin() converts the absolute value of B<a> into big-endian form 41 BN_bn2binpad() also converts the absolute value of B<a> into big-endian form 46 BN_bin2bn() converts the positive integer in big-endian form of length 65 hexadecimal number representation and converts them to a B<BIGNUM> and 85 BN_mpi2bn() converts the B<len> bytes long representation at B<s> to
|
H A D | ASN1_INTEGER_get_int64.pod | 39 ASN1_INTEGER_get_int64() converts an B<ASN1_INTEGER> into an B<int64_t> type 45 converts to a B<uint64_t> type and an error is returned if the passed integer 62 BN_to_ASN1_INTEGER() converts B<BIGNUM> I<bn> to an B<ASN1_INTEGER>. If I<ai> 66 ASN1_INTEGER_to_BN() converts ASN1_INTEGER I<ai> into a B<BIGNUM>. If I<bn> is
|
/freebsd/lib/libc/stdlib/ |
H A D | strtoul.3 | 63 converts the string in 71 converts the string in 79 converts the string in 87 converts the string in
|
H A D | strtol.3 | 63 converts the string in 71 converts the string in 79 converts the string in 87 converts the string in
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ConvertUTF.h | 57 Each routine converts the text between *sourceStart and sourceEnd, 224 * Converts a UTF-8 StringRef to a std::wstring. 230 * Converts a UTF-8 C-string to a std::wstring. 236 * Converts a std::wstring to a UTF-8 encoded std::string. 288 * Converts a stream of raw bytes assumed to be UTF16 into a UTF8 std::string. 297 * Converts a UTF16 string into a UTF8 std::string. 306 * Converts a stream of raw bytes assumed to be UTF32 into a UTF8 std::string. 315 * Converts a UTF32 string into a UTF8 std::string. 324 * Converts a UTF-8 string into a UTF-16 string with native endianness.
|
/freebsd/lib/libc/rpc/ |
H A D | rpc_secure.3 | 153 converts from a domain-specific hostname to an 232 converts from an operating-system independent netname to a 245 converts from an operating-system independent netname to a 258 converts from a domain-specific username to an operating-system
|
/freebsd/crypto/krb5/src/tests/gssapi/ |
H A D | t_oid.c | 142 /* Check that this test's OID converts to its canonical string form. */ in main() 148 printf("test %d: OID converts to %.*s, wanted %s\n", (int)i, in main() 153 /* Check that this test's canonical string form converts to its OID. */ in main() 160 printf("test %d: %s converts to wrong OID\n", (int)i, in main() 167 /* Check that this test's variant string form converts to its OID. */ in main() 176 printf("test %d: %s converts to wrong OID\n", (int)i, in main()
|
/freebsd/contrib/atf/atf-c++/detail/ |
H A D | text.hpp | 96 //! \brief Converts a string to a boolean value. 101 //! \brief Converts the given string to a bytes size. 114 //! \brief Converts the given object to a string. 129 //! \brief Converts the given string to another type.
|
/freebsd/lib/libc/net/ |
H A D | eui64.3 | 121 function converts an 128 converts an EUI-64 specified as an 145 converts from EUI-64 to hostname, and 147 converts from hostname to EUI-64.
|
/freebsd/contrib/tzcode/ |
H A D | newctime.3 | 59 converts a long integer, pointed to by 119 converts to Coordinated Universal Time. 124 converts a time value contained in a 137 converts the broken-down time,
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | BN_bn2bin.3 | 172 \&\fBBN_bn2bin()\fR converts the absolute value of \fBa\fR into big-endian form 176 \&\fBBN_bn2binpad()\fR also converts the absolute value of \fBa\fR into big-endian form 181 \&\fBBN_bin2bn()\fR converts the positive integer in big-endian form of length 200 hexadecimal number representation and converts them to a \fB\s-1BIGNUM\s0\fR and 220 \&\fBBN_mpi2bn()\fR converts the \fBlen\fR bytes long representation at \fBs\fR to
|
/freebsd/contrib/openbsm/libbsm/ |
H A D | au_mask.3 | 79 converts a string representation of an audit mask passed via a character 88 converts the audit event mask passed via 90 and converts it to a character string in a buffer pointed to by
|
/freebsd/contrib/ofed/libibverbs/man/ |
H A D | ibv_rate_to_mbps.3 | 20 converts the IB transmission rate enumeration 29 converts the number of Mbit/sec
|
H A D | ibv_rate_to_mult.3 | 20 converts the IB transmission rate enumeration 29 converts the multiplier value (of 2.5 Gbit/sec)
|
/freebsd/share/man/man9/ |
H A D | OF_getprop.9 | 134 then converts cell values from big-endian to host byte order. 172 then converts cell values from big-endian to host byte order. 203 then converts cell values from big-endian to host byte 251 then converts cell values from big-endian to host byte
|