| /freebsd-14.2/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() 110 pamh->primitive = primitive; in openpam_dispatch() 138 primitive != PAM_SM_SETCRED && in openpam_dispatch() 139 !(primitive == PAM_SM_CHAUTHTOK && in openpam_dispatch() 145 openpam_check_error_code(primitive, r); in openpam_dispatch() 182 pam_sm_func_name[primitive]); in openpam_dispatch() 204 switch (primitive) { in openpam_check_error_code() [all …]
|
| H A D | openpam_impl.h | 111 int primitive; member
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | charconv.inc | 12 // floating-point format for primitive numerical conversion 25 // [charconv.to.chars], primitive numerical output conversion 30 // [charconv.from.chars], primitive numerical input conversion
|
| /freebsd-14.2/cddl/usr.sbin/dtrace/tests/common/print/ |
| H A D | Makefile | 19 tst.primitive.d \ 20 tst.primitive.d.out \
|
| /freebsd-14.2/contrib/openpam/t/ |
| H A D | t_openpam_dispatch.c | 107 int primitive; member 155 switch (tc->primitive) { 176 pam_func_name[tc->primitive], pam_err);
|
| /freebsd-14.2/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-14.2/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 | 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 706 rot read-tag 0x02 check-tag-primitive -rot [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 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 1150 check-primitive 1159 \ check-primitive 1189 0x02 check-tag-primitive [all …]
|
| H A D | x509_decoder.t0 | 165 0x02 check-tag-primitive 173 0x02 check-tag-primitive read-length-skip 262 0x04 check-tag-primitive read-length-open-elt
|
| /freebsd-14.2/crypto/heimdal/doc/ |
| H A D | layman.asc | 343 the method is primitive or constructed. 868 encoding is primitive or constructed: 881 primitive BER encoding. 944 primitive BER encoding. 1070 primitive BER encoding. 1113 encoding is primitive or constructed: 1124 primitive BER encoding. 1161 primitive or constructed: 1173 primitive BER encoding. 1421 primitive BER encoding. [all …]
|
| /freebsd-14.2/crypto/heimdal/lib/ntlm/ |
| H A D | ntlm_err.et | 12 error_code CRYPTO, "Failed crypto primitive"
|
| /freebsd-14.2/crypto/heimdal/lib/asn1/ |
| H A D | canthandle.asn1 | 7 -- Code the tag [2] but it should be primitive since KAKA3 is
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/devfreq/event/ |
| H A D | samsung,exynos-nocp.yaml | 15 NoC provides the primitive values to get the performance data. The packets
|
| H A D | exynos-nocp.txt | 5 NoC provides the primitive values to get the performance data. The packets
|
| H A D | samsung,exynos-ppmu.yaml | 15 each IP. PPMU provides the primitive values to get performance data. These
|
| H A D | exynos-ppmu.txt | 5 each IP. PPMU provides the primitive values to get performance data. These
|
| /freebsd-14.2/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…
|
| /freebsd-14.2/contrib/googletest/docs/ |
| H A D | samples.md | 21 * Sample #10 shows use of the listener API to implement a primitive memory
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 229 // The primitive Objective C 'id' type. The user-visible 'id' 235 // The primitive Objective C 'Class' type. The user-visible 241 // The primitive Objective C 'SEL' type. The user-visible 'SEL'
|
| /freebsd-14.2/crypto/openssl/doc/man3/ |
| H A D | SMIME_read_PKCS7.pod | 51 The MIME parser used by SMIME_read_PKCS7() is somewhat primitive.
|
| H A D | SMIME_read_ASN1.pod | 52 The MIME parser used by SMIME_read_ASN1_ex() is somewhat primitive. While it will
|
| H A D | SMIME_read_CMS.pod | 54 The MIME parser used by SMIME_read_CMS() is somewhat primitive. While it will
|
| /freebsd-14.2/sys/dev/isci/scil/ |
| H A D | scu_task_context.h | 439 struct PRIMITIVE_TASK_CONTEXT primitive; member
|