Home
last modified time | relevance | path

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

12345678

/netbsd-src/external/bsd/openpam/dist/lib/libpam/
H A Dopenpam_dispatch.c67 int primitive, in openpam_dispatch() argument
80 pam_func_name[primitive], in openpam_dispatch()
82 pam_sm_func_name[pamh->primitive]); in openpam_dispatch()
87 switch ((enum openpam_sm_primitives)primitive) { in openpam_dispatch()
111 if (chain->module->func[primitive] == NULL) { in openpam_dispatch()
113 chain->module->path, pam_sm_func_name[primitive]); in openpam_dispatch()
116 pamh->primitive = primitive; in openpam_dispatch()
122 pam_sm_func_name[primitive], chain->module->path); in openpam_dispatch()
123 r = (chain->module->func[primitive])(pamh, flags, in openpam_dispatch()
127 chain->module->path, pam_sm_func_name[primitive], in openpam_dispatch()
[all …]
H A Dopenpam_impl.h113 int primitive; member
/netbsd-src/crypto/external/bsd/openssl/dist/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
/netbsd-src/external/bsd/openpam/dist/t/
H A Dt_openpam_dispatch.c107 int primitive; member
155 switch (tc->primitive) {
176 pam_func_name[tc->primitive], pam_err);
/netbsd-src/crypto/external/bsd/heimdal/dist/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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/docs/AMDGPU/
H A Dgfx10_tgt.rst22 prim Copy primitive (connectivity) data.
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcanthandle.asn17 -- Code the tag [2] but it should be primitive since KAKA3 is
H A DChangeLog360 * 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_
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DBuiltinTypes.def226 // The primitive Objective C 'id' type. The user-visible 'id'
232 // The primitive Objective C 'Class' type. The user-visible
238 // The primitive Objective C 'SEL' type. The user-visible 'SEL'
/netbsd-src/external/gpl3/autoconf/dist/tests/
H A Dgo.at23 # primitive, so check those first.
H A Derlang.at23 # primitive, so check those first.
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DConstantInterpreter.rst36 with the relevant primitive types by the interpreter loop or by the
170 A block containing a single primitive with no additional metadata.
198 initialized. For non-primitive fields, this is only relevant to determine
249 types and primitive integers.
307 the actual data in the case of primitive arrays. The ``Offset``
/netbsd-src/crypto/external/bsd/netpgp/dist/ref/
H A Drfc2437.txt317 I2OSP: Integer-to-Octet-String primitive
318 OS2IP: Octet-String-to-Integer primitive
406 Four types of primitive are specified in this document, organized in
415 An encryption primitive produces a ciphertext representative from a
417 decryption primitive recovers the message representative from the
429 The main mathematical operation in each primitive is exponentiation.
513 A signature primitive produces a signature representative from a
515 verification primitive recovers the message representative from the
524 The main mathematical operation in each primitive is exponentiation,
659 representative. An encryption primitive is applied to the message
[all …]
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A DREADME25 GSER and BER decoder library of each primitive ASN.1 type.
95 BER. Currently primitive ASN.1 types, DN, and RDN
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/ntlm/
H A Dntlm_err.et12 error_code CRYPTO, "Failed crypto primitive"
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSMIME_read_CMS.pod43 The MIME parser used by SMIME_read_CMS() is somewhat primitive. While it will
H A DSMIME_read_PKCS7.pod45 The MIME parser used by SMIME_read_PKCS7() is somewhat primitive.
H A DASN1_STRING_length.pod64 entirely of primitive string types such as B<DirectoryString> and
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dcharconv18 // floating-point format for primitive numerical conversion
26 // 23.20.2, primitive numerical output conversion
53 // 23.20.3, primitive numerical input conversion
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSMIME_read_PKCS7.pod51 The MIME parser used by SMIME_read_PKCS7() is somewhat primitive.
H A DSMIME_read_CMS.pod54 The MIME parser used by SMIME_read_CMS() is somewhat primitive. While it will
H A DSMIME_read_ASN1.pod52 The MIME parser used by SMIME_read_ASN1_ex() is somewhat primitive. While it will
H A DASN1_STRING_length.pod64 entirely of primitive string types such as B<DirectoryString> and
/netbsd-src/external/gpl3/autoconf/dist/lib/autoconf/
H A Dautoconf.m459 # current pushdef stack. But these builtins are so primitive that:
/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_fsize.m4101 * If such a structure definition is not known, treat TYPE as a primitive

12345678