Home
last modified time | relevance | path

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

123

/NextBSD/contrib/openpam/lib/libpam/
HDopenpam_dispatch.c62 int primitive, in openpam_dispatch() argument
77 pam_func_name[primitive], in openpam_dispatch()
79 pam_sm_func_name[pamh->primitive]); in openpam_dispatch()
84 switch (primitive) { in openpam_dispatch()
107 if (chain->module->func[primitive] == NULL) { in openpam_dispatch()
109 chain->module->path, pam_sm_func_name[primitive]); in openpam_dispatch()
112 pamh->primitive = primitive; in openpam_dispatch()
118 pam_sm_func_name[primitive], chain->module->path); in openpam_dispatch()
119 r = (chain->module->func[primitive])(pamh, flags, in openpam_dispatch()
123 chain->module->path, pam_sm_func_name[primitive], in openpam_dispatch()
[all …]
HDopenpam_impl.h113 int primitive; member
/NextBSD/cddl/usr.sbin/dtrace/tests/common/print/
HDMakefile18 tst.primitive.d \
19 tst.primitive.d.out \
/NextBSD/crypto/heimdal/doc/
HDlayman.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 …]
/NextBSD/release/picobsd/tinyware/msh/
HDREADME6 sh4.c is rather primitive.
/NextBSD/crypto/heimdal/lib/ntlm/
HDntlm_err.et12 error_code CRYPTO, "Failed crypto primitive"
/NextBSD/release/picobsd/tinyware/aps/
HDREADME4 procfs(5) interface. It's primitive, but gives you the most important
/NextBSD/crypto/heimdal/lib/asn1/
HDcanthandle.asn17 -- Code the tag [2] but it should be primitive since KAKA3 is
HDChangeLog360 * check-der.c: Prefix primitive types with der_.
368 * gen_free.c: prefix primitive types with der_
370 * der_copy.c: prefix primitive types with der_
372 * gen_length.c: prefix primitive types with der_
374 * der_length.c: prefix primitive types with der_
376 * der_cmp.c: prefix primitive types with der_
378 * gen_free.c: prefix primitive types with der_
380 * der_free.c: prefix primitive types with der_
382 * gen_copy.c: prefix primitive types with der_
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDBuiltinTypes.def141 // The primitive Objective C 'id' type. The user-visible 'id'
147 // The primitive Objective C 'Class' type. The user-visible
153 // The primitive Objective C 'SEL' type. The user-visible 'SEL'
/NextBSD/contrib/libucl/doc/
HDapi.md34 - [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…
/NextBSD/crypto/openssl/doc/crypto/
HDSMIME_read_CMS.pod43 The MIME parser used by SMIME_read_CMS() is somewhat primitive. While it will
HDSMIME_read_PKCS7.pod45 The MIME parser used by SMIME_read_PKCS7() is somewhat primitive.
HDASN1_STRING_length.pod59 entirely of primitive string types such as B<DirectoryString> and
/NextBSD/crypto/openssl/crypto/dh/
HDgenerate48 non-square == primitive-root for bases << P.
/NextBSD/sys/dev/isci/scil/
HDscu_task_context.h439 struct PRIMITIVE_TASK_CONTEXT primitive; member
/NextBSD/crypto/openssl/doc/apps/
HDspkac.pod122 The challenge string permits a primitive form of proof of possession
/NextBSD/contrib/elftoolchain/libelf/
HDlibelf_fsize.m497 * If such a structure definition is not known, treat TYPE as a primitive
/NextBSD/usr.sbin/bsdconfig/include/
HDnetwork_device.hlp8 SLIP support is rather primitive and limited primarily to directly
/NextBSD/sys/boot/ficl/softwords/
HDsoftcore.fr9 \ ** See words.c for primitive def'n of USER
/NextBSD/release/picobsd/tinyware/oinit/
HDREADME14 (*very* primitive, but doesn't require any real shell to run it!),
/NextBSD/contrib/compiler-rt/lib/BlocksRuntime/
HDruntime.c81 #error unknown atomic compare-and-swap primitive
/NextBSD/contrib/ntp/libjsmn/
HDREADME.md106 **Note:** Unlike JSON data types, primitive tokens are not divided into
/NextBSD/contrib/ofed/management/
HDREADME61 1. Retry mechanism in SM is primitive and needs enhancing to deal with
/NextBSD/crypto/openssl/crypto/rc2/
HDrrc2.doc31 RRC.2 uses the following primitive operations:

123