Home
last modified time | relevance | path

Searched refs:primitive (Results 1 – 25 of 64) sorted by relevance

123

/src/contrib/openpam/lib/libpam/
H A Dopenpam_dispatch.c62 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 …]
H A Dopenpam_impl.h111 int primitive; member
/src/crypto/openssl/doc/internal/man3/
H A Dossl_DER_w_bn.pod28 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
/src/contrib/llvm-project/libcxx/modules/std/
H A Dcharconv.inc12 // floating-point format for primitive numerical conversion
25 // [charconv.to.chars], primitive numerical output conversion
30 // [charconv.from.chars], primitive numerical input conversion
/src/cddl/usr.sbin/dtrace/tests/common/print/
H A DMakefile18 tst.primitive.d \
19 tst.primitive.d.out \
/src/contrib/openpam/t/
H A Dt_openpam_dispatch.c107 int primitive; member
155 switch (tc->primitive) {
176 pam_func_name[tc->primitive], pam_err);
/src/contrib/llvm-project/libcxx/include/
H A Dcharconv18 // floating-point format for primitive numerical conversion
26 // 23.20.2, primitive numerical output conversion
57 // 23.20.3, primitive numerical input conversion
/src/contrib/bearssl/src/x509/
H A Dskey_decoder.t0145 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 Dasn1.t0226 \ 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 Dx509_minimal.t0620 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 …]
H A Dx509_decoder.t0165 0x02 check-tag-primitive
173 0x02 check-tag-primitive read-length-skip
262 0x04 check-tag-primitive read-length-open-elt
/src/crypto/heimdal/doc/
H A Dlayman.asc329 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
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
580 Attributes value has a primitive BER encoding and
743 BER encoding. Primitive or constructed. In a primitive
770 length octets, and whether the encoding is primitive or
[all …]
/src/crypto/heimdal/lib/ntlm/
H A Dntlm_err.et12 error_code CRYPTO, "Failed crypto primitive"
/src/crypto/heimdal/lib/asn1/
H A Dcanthandle.asn17 -- Code the tag [2] but it should be primitive since KAKA3 is
/src/sys/contrib/device-tree/Bindings/devfreq/event/
H A Dexynos-nocp.txt5 NoC provides the primitive values to get the performance data. The packets
H A Dexynos-ppmu.txt5 each IP. PPMU provides the primitive values to get performance data. These
/src/contrib/googletest/docs/
H A Dsamples.md21 * Sample #10 shows use of the listener API to implement a primitive memory
/src/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def229 // 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'
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-io-arch.md347 appropriate OS-level synchronisation primitive to the application. On \*NIX
365 such as `BIO_dgram_pair` which do not naturally correspond to any OS primitive
375 synchronisation primitive, which can be used to determine when
379 primitive, but its state only changes in response to calls made to it (or to
384 “OS-level synchronisation primitive” is deliberately vague. Most modern OSes use
395 synchronisation primitive like a Win32 Event must use `WaitForSingleObject()`.
399 As such, an API to expose a synchronisation primitive should be of a tagged
403 synchronisation primitive which can be used to determine when the QUIC state
461 with any primitive used for synchronisation and it is assumed that the
/src/contrib/libder/
H A DREADME.md19 specified objects. It may provide some helpers for building more primitive
/src/crypto/openssl/doc/designs/
H A Dfunctions-for-explicitly-fetched-signature-algorithms.md37 or to act as "primitive" [^1] functions (under the condition that proper
50 [^1]: the term "primitive" is borrowed from [PKCS#1](https://www.rfc-editor.org/rfc/rfc8017#section…
/src/crypto/openssl/doc/man3/
H A DSMIME_read_PKCS7.pod51 The MIME parser used by SMIME_read_PKCS7() is somewhat primitive.
H A DSMIME_read_ASN1.pod52 The MIME parser used by SMIME_read_ASN1_ex() is somewhat primitive. While it will
H A DSMIME_read_CMS.pod54 The MIME parser used by SMIME_read_CMS() is somewhat primitive. While it will
/src/sys/dev/isci/scil/
H A Dscu_task_context.h439 struct PRIMITIVE_TASK_CONTEXT primitive; member

123