/freebsd/lib/libc/xdr/ |
H A D | xdr.3 | 76 A filter primitive that translates between variable-length 108 A filter primitive that translates between booleans (C 122 A filter primitive that translates between counted byte 142 A filter primitive that translates between C characters 180 A filter primitive that translates between C 192 A filter primitive that translates between C 204 A filter primitive that translates between C 258 A filter primitive that translates between ANSI C 297 A filter primitive that translates between C integers 308 A filter primitive that translates between C [all …]
|
/freebsd/contrib/openpam/lib/libpam/ |
H A D | openpam_dispatch.c | 62 int primitive, in openpam_dispatch() argument 75 pam_func_name[primitive], in openpam_dispatch() 77 pam_sm_func_name[pamh->primitive]); in openpam_dispatch() 82 switch (primitive) { in openpam_dispatch() 105 if (chain->module->func[primitive] == NULL) { in openpam_dispatch() 107 chain->module->path, pam_sm_func_name[primitive]); in openpam_dispatch() 110 pamh->primitive = primitive; in openpam_dispatch() 116 pam_sm_func_name[primitive], chain->module->path); in openpam_dispatch() 117 r = (chain->module->func[primitive])(pamh, flags, in openpam_dispatch() 121 chain->module->path, pam_sm_func_name[primitive], in openpam_dispatch() [all …]
|
/freebsd/crypto/heimdal/doc/ |
H A D | layman.asc | 329 primitive, definite-length encoding; constructed, definite- 331 encoding. Simple non-string types employ the primitive, 343 the method is primitive or constructed. 350 Contents octets. For the primitive, definite-length 364 3.1 Primitive, definite-length method 377 indicating that the encoding is primitive, and 471 is really the primitive, definite-length encoding of a value 496 primitive, definite-length method must be 572 BER encoding. Primitive or constructed, depending on the 580 Attributes value has a primitive BER encoding and [all …]
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_DER_w_bn.pod | 28 ossl_DER_w_boolean() writes the primitive BOOLEAN using the value I<b>. 32 ossl_DER_w_uint32() and ossl_DER_w_bn() both write the primitive INTEGER using 38 ossl_DER_w_null() writes the primitive NULL. 40 ossl_DER_w_octet_string() writes the primitive OCTET STRING using the bytes 43 ossl_DER_w_octet_string_uint32() writes the primitive OCTET STRING using a
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Descriptor.h | 74 /// Relevant for primitive fields. 77 /// For primitive fields, it indicates if the field was initialized. 78 /// Primitive fields in static storage are always initialized. 140 /// The primitive type this descriptor was created for, 141 /// or the primitive element type in case this is 142 /// a primitive array. 160 /// Allocates a descriptor for a primitive. 246 /// Checks if the descriptor is of a primitive. 260 /// Bitfield tracking the initialisation status of elements of primitive arrays.
|
/freebsd/sys/dev/qat/qat_api/include/lac/ |
H A D | cpa_cy_rsa.h | 306 * RSA Encryption Primitive Operation Data 309 * cpaCyRsaEncrypt function. As the RSA encryption primitive and 310 * verification primitive operations are mathematically identical this 311 * structure may also be used to perform an RSA verification primitive 313 * When performing an RSA encryption primitive operation, the input data 315 * When performing an RSA verification primitive operation, the input data 336 /**< The input data that the RSA encryption primitive operation is 344 * RSA Decryption Primitive Operation Data 347 * cpaCyRsaDecrypt function. As the RSA decryption primitive and 348 * signature primitive operations are mathematically identical this [all …]
|
H A D | cpa_cy_kpt.h | 361 * KPT RSA Decryption Primitive Operation Data 364 * cpaCyKptRsaDecrypt function. As the RSA decryption primitive and 365 * signature primitive operations are mathematically identical this 366 * structure may also be used to perform an RSA signature primitive 368 * When performing an RSA decryption primitive operation, the input data 370 * When performing an RSA signature primitive operation, the input data 392 /**< The input data that the RSA decryption primitive operation is 682 * Perform KPT-2.0 mode RSA decrypt primitive operation on the input data. 686 * an RSA decryption primitive operation on the input data using the 688 * primitive and signing primitive operations are mathematically [all …]
|
/freebsd/share/doc/psd/24.xdr/ |
H A D | xdr.nts.ms | 315 Using more primitive routines, 355 primitive is characteristic of most XDR library 376 a primitive, 387 and passed to the primitive routines. 479 This section gives a synopsis of each XDR primitive. 548 The XDR library also provides primitive routines 579 The XDR library provides a primitive for generic enumerations. 580 The primitive assumes that a C 761 The primitive 787 The XDR library package provides a primitive [all …]
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | skey_decoder.t0 | 145 read-tag 0x02 check-tag-primitive read-small-int-value if 151 read-tag 0x02 check-tag-primitive 200 read-tag 0x02 check-tag-primitive read-small-int-value 1- if 206 read-tag 0x04 check-tag-primitive 281 read-tag 0x04 check-tag-primitive 348 read-tag 0x02 check-tag-primitive read-small-int-value 1 > if 357 0x02 of check-primitive decode-RSA-next KEYTYPE_RSA endof 358 0x04 of check-primitive 0 decode-EC-next KEYTYPE_EC endof
|
H A D | asn1.t0 | 226 \ constructed, 0 for primitive). The tag value is either 0 to 31 for 252 \ synthetic "no tag" value (primitive, with value -1). 324 \ Check that a given tag is primitive and has the expected value. 325 : check-tag-primitive ( constructed value refvalue -- ) 327 check-primitive ; 329 \ Check that the top value is true; report a "not primitive" 331 : check-primitive ( constructed -- ) 346 read-tag 0x03 check-tag-primitive 395 read-tag 0x06 check-tag-primitive read-small-value ; 644 check-primitive [all …]
|
H A D | x509_minimal.t0 | 620 12 of check-primitive read-value-UTF8 endof 622 18 of check-primitive read-value-latin1 endof 624 19 of check-primitive read-value-latin1 endof 626 20 of check-primitive read-value-latin1 endof 628 22 of check-primitive read-value-latin1 endof 630 30 of check-primitive read-value-UTF16 endof 1018 drop check-primitive read-small-int-value 1038 read-tag 0x03 check-tag-primitive 1138 check-primitive 1143 check-primitive [all …]
|
/freebsd/share/man/man9/ |
H A D | locking.9 | 39 synchronization primitive in the kernel. 68 provide memory to hold the primitive. 219 Threads may also wait using one of the locking primitive sleep routines 240 and the locking primitive sleep routines specify an additional lock 342 while holding any primitive from the 'bounded sleep' group. 386 There are calls that atomically release this primitive when going to sleep 403 function to atomically release this primitive when going to sleep and
|
H A D | sleep.9 | 97 Threads may also wait using one of the locking primitive sleep routines 188 and the locking primitive sleep routines specify an additional lock 341 and locking primitive sleep functions return 0. 350 and the locking primitive sleep functions will fail if:
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | charconv.cppm |
|
/freebsd/crypto/openssl/test/ |
H A D | v3nametest.c | 463 /* [1 PRIMITIVE] { "a" } */ 469 /* [1 PRIMITIVE] { "b" } */ 475 /* [2 PRIMITIVE] { "a" } */ 481 /* [2 PRIMITIVE] { "b" } */ 596 /* [6 PRIMITIVE] { "a" } */ 602 /* [6 PRIMITIVE] { "b" } */ 608 /* [7 PRIMITIVE] { `11111111` } */ 614 /* [7 PRIMITIVE] { `22222222`} */ 620 /* [7 PRIMITIVE] { `11111111111111111111111111111111` } */ 627 /* [7 PRIMITIVE] { `22222222222222222222222222222222` } */ [all …]
|
/freebsd/contrib/libucl/doc/ |
H A D | api.md | 34 - [Primitive objects generation](#primitive-objects-generation) 60 …cts to C types. These functions are used to convert `ucl_object_t` to C primitive types, such as n… 63 …es and creating of complex `ucl` objects, such as hashes or arrays from primitive `ucl` objects, s… 301 Conversion functions are used to convert UCL objects to primitive types, such as strings, numbers, … 303 - safe: try to convert an ucl object to a primitive type and fail if such a conversion is not possi… 304 - unsafe: return primitive type without additional checks, if the object cannot be converted then s… 321 It is possible to generate UCL objects from C primitive types. Moreover, libucl allows creation and… 348 ## Primitive objects generation
|
H A D | libucl.3 | 45 These functions are used to convert \f[C]ucl_object_t\f[] to C primitive 50 complex \f[C]ucl\f[] objects, such as hashes or arrays from primitive 392 Conversion functions are used to convert UCL objects to primitive types, 396 safe: try to convert an ucl object to a primitive type and fail if such 399 unsafe: return primitive type without additional checks, if the object 432 It is possible to generate UCL objects from C primitive types. 463 .SS Primitive objects generation
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | jsmn.c | 59 * Fills next available token with JSON primitive. 74 * In strict mode primitive must be followed by "," in jsmn_parse_primitive() 97 * In strict mode primitive must be followed by a in jsmn_parse_primitive() 183 * Keeps track of whether a new object/list/primitive is expected. New items are only in jsmn_parse() 288 * is a primitive. in jsmn_parse()
|
/freebsd/share/doc/psd/01.cacm/ |
H A D | p3 | 117 Another major system primitive 144 primitive; 179 primitive,
|
/freebsd/cddl/usr.sbin/dtrace/tests/common/print/ |
H A D | Makefile | 18 tst.primitive.d \ 19 tst.primitive.d.out \
|
/freebsd/crypto/libecc/include/libecc/words/ |
H A D | types.h | 76 * and their primitive types sizes in bits: 99 * Hence, we take a wild guess for uint32_t mapping on a primitive type 145 /* Sanity check on our guess for primitive types sizes. 149 * at guessing the C primitive types sizes for the current platform. You should
|
/freebsd/contrib/libder/libder/ |
H A D | libder_type.3 | 33 type primitive. 64 In this form, the class bits and the primitive and constructed bits are encoded
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | charconv | 18 // floating-point format for primitive numerical conversion 26 // 23.20.2, primitive numerical output conversion 57 // 23.20.3, primitive numerical input conversion
|
/freebsd/sys/dev/isci/scil/ |
H A D | scic_user_callback.h | 902 * primitive was received. 908 * on which the primitive was received is not part of a port, this 910 * @param[in] phy This parameter specifies the phy on which the primitive 923 * primitive was received. 929 * on which the primitive was received is not part of a port, this 931 * @param[in] phy This parameter specifies the phy on which the primitive 944 * primitive was received. 950 * on which the primitive was received is not part of a port, this 952 * @param[in] phy This parameter specifies the phy on which the primitive 965 * EVENT (AEN) primitive was received. [all …]
|
/freebsd/crypto/libecc/src/ecdh/ |
H A D | ecccdh.c | 18 * Primitive" as described in section 5.7.1.2 of the NIST SP 800-56A Rev. 3 standard. 99 /* Use our generic key pair generation primitive */ in ecccdh_gen_key_pair() 127 /* Use our import primitive */ in ecccdh_import_key_pair_from_priv_key_buf() 212 /* NOTE: scalar multiplication primitive checks that the resulting point is on in ecccdh_derive_secret()
|