Home
last modified time | relevance | path

Searched refs:nacl (Results 1 – 25 of 2140) sorted by relevance

12345678910>>...86

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/docs/
H A Dperformance_tests.md6nacl-xp-bare-newlib-opt](http://build.chromium.org/f/client/perf/nacl-xp-bare-newlib-opt/nacl-perf…
8nacl-win7-32-bare-newlib-opt](http://build.chromium.org/f/client/perf/nacl-win7-32-bare-newlib-opt…
9nacl-win7-64-bare-newlib-opt](http://build.chromium.org/f/client/perf/nacl-win7-64-bare-newlib-opt…
10nacl-mac10.6-newlib-opt](http://build.chromium.org/f/client/perf/nacl-mac10.6-newlib-opt/nacl-perf…
11nacl-mac10.7-newlib-opt](http://build.chromium.org/f/client/perf/nacl-mac10.7-newlib-opt/nacl-perf…
12nacl-lucid-32-bare-newlib-opt](http://build.chromium.org/f/client/perf/nacl-lucid-32-bare-newlib-o…
13nacl-lucid-64-bare-newlib-opt](http://build.chromium.org/f/client/perf/nacl-lucid-64-bare-newlib-o…
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/validator_ragel/instruction_definitions/
H A Dsystem_instructions.def13 cli, 0xfa, nacl-forbidden
15 clts, 0x0f 0x06, nacl-forbidden
22 icebp, 0xf1, nacl-forbidden
24 int3, 0xcc, nacl-forbidden
26 invd, 0x0f 0x08, nacl-forbidden
33 iret, 0xcf, norexw nacl-forbidden
37 lar Ew Gv, 0x0f 0x02, nacl-forbidden
51 lsl Ew Gv, 0x0f 0x03, nacl-forbidden
76 rdpmc, 0x0f 0x33, nacl-forbidden
106 sti, 0xfb, nacl-forbidden
[all …]
H A Dgeneral_purpose_instructions.def261 in Ib ab, 0xe4, nacl-forbidden
262 in Ib az, 0xe5, nacl-forbidden
263 in ob ab, 0xec, nacl-forbidden
264 in oz az, 0xed, nacl-forbidden
275 int =Ib, 0xcd, nacl-forbidden
432 mov G !E, 0x88, nacl-amd64-modifiable nacl-amd64-zero-extends
433 mov E !G, 0x8a, nacl-amd64-modifiable nacl-amd64-zero-extends
437 mov Ib !rb, 0xb0, nacl-amd64-modifiable nacl-amd64-zero-extends
438 mov Iv !rv, 0xb8, nacl-amd64-modifiable nacl-amd64-zero-extends
439 mov I !E, 0xc6 /0, nacl-amd64-modifiable nacl-amd64-zero-extends
[all …]
/dports/security/py-pynacl/PyNaCl-1.4.0/src/nacl/
H A Dhash.py22 import nacl.bindings
23 import nacl.encoding
26 BLAKE2B_BYTES = nacl.bindings.crypto_generichash_BYTES
28 BLAKE2B_BYTES_MIN = nacl.bindings.crypto_generichash_BYTES_MIN
30 BLAKE2B_BYTES_MAX = nacl.bindings.crypto_generichash_BYTES_MAX
32 BLAKE2B_KEYBYTES = nacl.bindings.crypto_generichash_KEYBYTES
59 _sip_hash = nacl.bindings.crypto_shorthash_siphash24
60 _sip_hashx = nacl.bindings.crypto_shorthash_siphashx24
63 def sha256(message, encoder=nacl.encoding.HexEncoder):
76 def sha512(message, encoder=nacl.encoding.HexEncoder):
[all …]
/dports/security/py-pynacl/PyNaCl-1.4.0/src/nacl/pwhash/
H A Dscrypt.py17 import nacl.bindings
18 import nacl.encoding
19 from nacl import exceptions as exc
20 from nacl.exceptions import ensure
24 AVAILABLE = nacl.bindings.has_crypto_pwhash_scryptsalsa208sha256
26 STRPREFIX = nacl.bindings.crypto_pwhash_scryptsalsa208sha256_STRPREFIX
28 SALTBYTES = nacl.bindings.crypto_pwhash_scryptsalsa208sha256_SALTBYTES
35 BYTES_MIN = nacl.bindings.crypto_pwhash_scryptsalsa208sha256_BYTES_MIN
36 BYTES_MAX = nacl.bindings.crypto_pwhash_scryptsalsa208sha256_BYTES_MAX
59 encoder=nacl.encoding.RawEncoder):
[all …]
H A Dargon2i.py17 import nacl.bindings
18 import nacl.encoding
23 STRPREFIX = nacl.bindings.crypto_pwhash_argon2i_STRPREFIX
43 nacl.bindings.crypto_pwhash_argon2i_OPSLIMIT_INTERACTIVE
45 nacl.bindings.crypto_pwhash_argon2i_MEMLIMIT_INTERACTIVE
47 nacl.bindings.crypto_pwhash_argon2i_OPSLIMIT_SENSITIVE
49 nacl.bindings.crypto_pwhash_argon2i_MEMLIMIT_SENSITIVE
52 nacl.bindings.crypto_pwhash_argon2i_OPSLIMIT_MODERATE
54 nacl.bindings.crypto_pwhash_argon2i_MEMLIMIT_MODERATE
60 encoder=nacl.encoding.RawEncoder):
[all …]
H A Dargon2id.py17 import nacl.bindings
18 import nacl.encoding
23 STRPREFIX = nacl.bindings.crypto_pwhash_argon2id_STRPREFIX
43 nacl.bindings.crypto_pwhash_argon2id_OPSLIMIT_INTERACTIVE
45 nacl.bindings.crypto_pwhash_argon2id_MEMLIMIT_INTERACTIVE
47 nacl.bindings.crypto_pwhash_argon2id_OPSLIMIT_SENSITIVE
49 nacl.bindings.crypto_pwhash_argon2id_MEMLIMIT_SENSITIVE
52 nacl.bindings.crypto_pwhash_argon2id_OPSLIMIT_MODERATE
54 nacl.bindings.crypto_pwhash_argon2id_MEMLIMIT_MODERATE
60 encoder=nacl.encoding.RawEncoder):
[all …]
H A D_argon2.py17 import nacl.bindings
19 _argon2_strbytes_plus_one = nacl.bindings.crypto_pwhash_STRBYTES
22 SALTBYTES = nacl.bindings.crypto_pwhash_SALTBYTES
24 PASSWD_MIN = nacl.bindings.crypto_pwhash_PASSWD_MIN
25 PASSWD_MAX = nacl.bindings.crypto_pwhash_PASSWD_MAX
29 BYTES_MAX = nacl.bindings.crypto_pwhash_BYTES_MAX
30 BYTES_MIN = nacl.bindings.crypto_pwhash_BYTES_MIN
32 ALG_ARGON2I13 = nacl.bindings.crypto_pwhash_ALG_ARGON2I13
33 ALG_ARGON2ID13 = nacl.bindings.crypto_pwhash_ALG_ARGON2ID13
34 ALG_ARGON2_DEFAULT = nacl.bindings.crypto_pwhash_ALG_DEFAULT
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/infra/config/
H A Dcq.cfg22 name: "luci.nacl.try"
24 name: "nacl-arm_opt_panda"
29 name: "nacl-arm_perf_panda"
34 name: "nacl-mac_arm_newlib_opt"
39 name: "nacl-mac_glibc_dbg"
44 name: "nacl-mac_glibc_opt"
49 name: "nacl-mac_newlib_dbg"
54 name: "nacl-mac_newlib_opt"
124 name: "nacl-presubmit"
129 name: "nacl-win32_glibc_opt"
[all …]
/dports/security/py-pynacl/PyNaCl-1.4.0/tests/
H A Dtest_pwhash.py30 import nacl.bindings
31 import nacl.encoding
32 import nacl.exceptions as exc
33 import nacl.pwhash
259 h1 = nacl.pwhash.scrypt.str(password)
260 h2 = nacl.pwhash.scrypt.str(password)
272 assert nacl.pwhash.scrypt.verify(
273 nacl.pwhash.scrypt.str(password),
287 nacl.pwhash.scrypt.verify(
486 a2i_hash = nacl.pwhash.argon2i.str(
[all …]
/dports/net/samba412/samba-4.12.15/source3/modules/
H A Dnfs4acl_xattr_xdr.c59 return nacl->na41_flag; in nfs4acli_get_flags()
64 nacl->na41_flag = flags; in nfs4acli_set_flags()
104 nfsacl41i *nacl = NULL; in nfs4acli_alloc() local
112 if (nacl == NULL) { in nfs4acli_alloc()
121 return nacl; in nfs4acli_alloc()
200 *_nacl = nacl; in smb4acl_to_nfs4acli()
228 TALLOC_FREE(nacl); in nfs4acl_smb4acl_to_xdr_blob()
235 TALLOC_FREE(nacl); in nfs4acl_smb4acl_to_xdr_blob()
272 nacl->na41_flag = 0; in nfs4acl_xdr_blob_to_nfs4acli()
275 *_nacl = nacl; in nfs4acl_xdr_blob_to_nfs4acli()
[all …]
H A Dnfs4acl_xattr_nfs.c302 if (nacl == NULL) { in nfs40acl_alloc()
311 return nacl; in nfs40acl_alloc()
335 if (nacl == NULL) { in nfs41acl_alloc()
344 return nacl; in nfs41acl_alloc()
485 *_nacl = nacl; in smb4acl_to_nfs40acl()
534 *_nacl = nacl; in smb4acl_to_nfs41acl()
620 if (nacl == NULL) { in nfs4acl_nfs_blob_to_nfs40acl()
635 *_nacl = nacl; in nfs4acl_nfs_blob_to_nfs40acl()
664 *_nacl = nacl; in nfs4acl_nfs_blob_to_nfs41acl()
844 &nacl); in nfs4acl_nfs_blob_to_smb4()
[all …]
/dports/security/py-libnacl/libnacl-1.6.1/libnacl/
H A D__init__.py83 nacl = _get_nacl() variable
92 sodium_init = nacl.sodium_init
232 ret = nacl.crypto_box_open(
275 ret = nacl.crypto_box_open(
471 ret = nacl.crypto_sign(
521 ret = nacl.crypto_sign_open(
573 ret = nacl.crypto_secretbox(
838 _ = nacl.crypto_onetimeauth(
913 nacl.crypto_generichash(
1026 nacl.randombytes_close()
[all …]
/dports/security/py-pynacl/PyNaCl-1.4.0/docs/
H A Dhashing.rst4 .. currentmodule:: nacl.hash
25 import nacl.encoding
26 import nacl.hash
29 # could be nacl.hash.sha512 or nacl.hash.blake2b instead
53 import nacl.encoding
54 import nacl.hash
57 # could be nacl.hash.sha512 or nacl.hash.blake2b instead
118 :py:mod:`~nacl.pwhash`.
131 import nacl.encoding
132 import nacl.utils
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/shell/common/
H A Dshell_content_client.cc34 *path = module.Append(nacl::kInternalNaClPluginFileName); in GetNaClPluginPath()
54 content::PepperPluginInfo nacl; in AddPepperPlugins() local
56 nacl.is_internal = true; in AddPepperPlugins()
57 nacl.path = path; in AddPepperPlugins()
58 nacl.name = nacl::kNaClPluginName; in AddPepperPlugins()
59 content::WebPluginMimeType nacl_mime_type(nacl::kNaClPluginMimeType, in AddPepperPlugins()
62 nacl.mime_types.push_back(nacl_mime_type); in AddPepperPlugins()
66 nacl.mime_types.push_back(pnacl_mime_type); in AddPepperPlugins()
68 nacl.internal_entry_points.initialize_module = in AddPepperPlugins()
70 nacl.internal_entry_points.shutdown_module = in AddPepperPlugins()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/shell/common/
H A Dshell_content_client.cc34 *path = module.Append(nacl::kInternalNaClPluginFileName); in GetNaClPluginPath()
54 content::PepperPluginInfo nacl; in AddPepperPlugins() local
56 nacl.is_internal = true; in AddPepperPlugins()
57 nacl.path = path; in AddPepperPlugins()
58 nacl.name = nacl::kNaClPluginName; in AddPepperPlugins()
59 content::WebPluginMimeType nacl_mime_type(nacl::kNaClPluginMimeType, in AddPepperPlugins()
62 nacl.mime_types.push_back(nacl_mime_type); in AddPepperPlugins()
66 nacl.mime_types.push_back(pnacl_mime_type); in AddPepperPlugins()
68 nacl.internal_entry_points.initialize_module = in AddPepperPlugins()
70 nacl.internal_entry_points.shutdown_module = in AddPepperPlugins()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/pnacl/support/
H A Dsetjmp_x86_64_zero_based.S23 movq %rbx, %nacl:0(%rdi) /* save rbx */
24 movq %rbp, %nacl:8(%rdi) /* save rbp */
25 movq %rsp, %nacl:16(%rdi) /* save rsp */
26 movq %r12, %nacl:24(%rdi) /* save r12 */
27 movq %r13, %nacl:32(%rdi) /* save r13 */
28 movq %r14, %nacl:40(%rdi) /* save r14 */
29 movq %r15, %nacl:48(%rdi) /* save r15 */
30 movq %rdx, %nacl:56(%rdi) /* save pc */
51 movq %nacl:0(%rdi), %rbx /* restore rbx */
52 movq %nacl:8(%rdi), %rdx /* restore rbp */
[all …]
H A Dsetjmp_x86_64.S37 movq %rbx, %nacl:0(%r15,%rdi) /* save rbx */
38 movl %ebp, %nacl:8(%r15,%rdi) /* save rbp/ebp */
39 movl %esp, %nacl:16(%r15,%rdi) /* save rsp/esp */
40 movq %r12, %nacl:24(%r15,%rdi) /* save r12 */
41 movq %r13, %nacl:32(%r15,%rdi) /* save r13 */
42 movq %r14, %nacl:40(%r15,%rdi) /* save r14 */
43 movq %rdx, %nacl:48(%r15,%rdi) /* save pc */
66 movq %nacl:0(%r15,%rdi), %rbx /* restore rbx */
67 movq %nacl:8(%r15,%rdi), %rdx /* restore rbp */
69 movq %nacl:16(%r15,%rdi), %rdx /* restore rsp */
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/amazon/
H A Dec2_vpc_nacl_info.py147 for nacl in snaked_nacls:
148 if 'tags' in nacl:
149 nacl['tags'] = boto3_tag_list_to_ansible_dict(nacl['tags'], 'key', 'value')
150 if 'entries' in nacl:
151 nacl['egress'] = [nacl_entry_to_list(entry) for entry in nacl['entries']
153 nacl['ingress'] = [nacl_entry_to_list(entry) for entry in nacl['entries']
155 del nacl['entries']
156 if 'associations' in nacl:
157 nacl['subnets'] = [a['subnet_id'] for a in nacl['associations']]
158 del nacl['associations']
[all …]
H A D_ec2_vpc_nacl_facts.py147 for nacl in snaked_nacls:
148 if 'tags' in nacl:
149 nacl['tags'] = boto3_tag_list_to_ansible_dict(nacl['tags'], 'key', 'value')
150 if 'entries' in nacl:
151 nacl['egress'] = [nacl_entry_to_list(entry) for entry in nacl['entries']
153 nacl['ingress'] = [nacl_entry_to_list(entry) for entry in nacl['entries']
155 del nacl['entries']
156 if 'associations' in nacl:
157 nacl['subnets'] = [a['subnet_id'] for a in nacl['associations']]
158 del nacl['associations']
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/plugins/modules/
H A Dec2_vpc_nacl_facts.py147 for nacl in snaked_nacls:
148 if 'tags' in nacl:
149 nacl['tags'] = boto3_tag_list_to_ansible_dict(nacl['tags'], 'key', 'value')
150 if 'entries' in nacl:
151 nacl['egress'] = [nacl_entry_to_list(entry) for entry in nacl['entries']
153 nacl['ingress'] = [nacl_entry_to_list(entry) for entry in nacl['entries']
155 del nacl['entries']
156 if 'associations' in nacl:
157 nacl['subnets'] = [a['subnet_id'] for a in nacl['associations']]
158 del nacl['associations']
[all …]
H A Dec2_vpc_nacl_info.py147 for nacl in snaked_nacls:
148 if 'tags' in nacl:
149 nacl['tags'] = boto3_tag_list_to_ansible_dict(nacl['tags'], 'key', 'value')
150 if 'entries' in nacl:
151 nacl['egress'] = [nacl_entry_to_list(entry) for entry in nacl['entries']
153 nacl['ingress'] = [nacl_entry_to_list(entry) for entry in nacl['entries']
155 del nacl['entries']
156 if 'associations' in nacl:
157 nacl['subnets'] = [a['subnet_id'] for a in nacl['associations']]
158 del nacl['associations']
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/integration/targets/ec2_vpc_nacl/tasks/
H A Dsubnet_ids.yml17 register: nacl
25 - nacl.changed
61 register: nacl
66 - not nacl.changed
100 register: nacl
105 - nacl.changed
133 register: nacl
134 until: nacl is success
142 - nacl.changed
149 register: nacl
[all …]
H A Dingress_and_egress.yml17 register: nacl
22 - nacl.changed
53 register: nacl
58 - nacl.changed
88 register: nacl
93 - nacl.changed
125 register: nacl
130 - nacl.changed
153 register: nacl
154 until: nacl is success
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/nacl/loader/nonsfi/
H A Dnonsfi_sandbox_unittest.cc129 nacl::nonsfi::NaClNonSfiBPFSandboxPolicy) { in BPF_DEATH_TEST_C()
144 nacl::nonsfi::NaClNonSfiBPFSandboxPolicy) { in BPF_TEST_C()
182 nacl::nonsfi::NaClNonSfiBPFSandboxPolicy) { in BPF_TEST_C()
383 nacl::nonsfi::NaClNonSfiBPFSandboxPolicy) { in BPF_TEST_C()
400 nacl::nonsfi::NaClNonSfiBPFSandboxPolicy) { in BPF_TEST_C()
458 nacl::nonsfi::NaClNonSfiBPFSandboxPolicy) { in BPF_TEST_C()
487 nacl::nonsfi::NaClNonSfiBPFSandboxPolicy) { in BPF_TEST_C()
537 nacl::nonsfi::NaClNonSfiBPFSandboxPolicy) { in BPF_TEST_C()
558 nacl::nonsfi::NaClNonSfiBPFSandboxPolicy) { in BPF_TEST_C()
578 nacl::nonsfi::NaClNonSfiBPFSandboxPolicy) { in BPF_TEST_C()
[all …]

12345678910>>...86