Home
last modified time | relevance | path

Searched refs:sks (Results 1 – 25 of 29) sorted by relevance

12

/third_party/f2fs-tools/tools/sg_write_buffer/
Dsg_pt_linux_nvme.c255 uint8_t sks[4]; in mk_sense_invalid_fld() local
269 memset(sks, 0, sizeof(sks)); in mk_sense_invalid_fld()
270 sks[0] = 0x80; in mk_sense_invalid_fld()
272 sks[0] |= 0x40; in mk_sense_invalid_fld()
274 sks[0] |= 0x8; in mk_sense_invalid_fld()
275 sks[0] |= (0x7 & in_bit); in mk_sense_invalid_fld()
277 sg_put_unaligned_be16(in_byte, sks + 1); in mk_sense_invalid_fld()
283 memcpy(sbp + sl + 4, sks, 3); in mk_sense_invalid_fld()
285 memcpy(sbp + 15, sks, 3); in mk_sense_invalid_fld()
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/
DIMG_read_format.txt114 0.2, 25/07/2005 sks: Added 4444.
115 0.1, 18/04/2005 sks: Initial revision.
/third_party/openGLES/extensions/IMG/
DIMG_read_format.txt114 0.2, 25/07/2005 sks: Added 4444.
115 0.1, 18/04/2005 sks: Initial revision.
/third_party/grpc/templates/tools/dockerfile/
Druby_deps.include6 RUN gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39D…
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_fast.c275 u8 *sks; in eap_fast_derive_key_auth() local
281 sks = eap_fast_derive_key(sm->ssl_ctx, data->ssl.conn, in eap_fast_derive_key_auth()
283 if (sks == NULL) { in eap_fast_derive_key_auth()
295 sks, EAP_FAST_SKS_LEN); in eap_fast_derive_key_auth()
297 os_memcpy(data->simck, sks, EAP_FAST_SIMCK_LEN); in eap_fast_derive_key_auth()
298 os_free(sks); in eap_fast_derive_key_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_fast.c275 u8 *sks; in eap_fast_derive_key_auth() local
281 sks = eap_fast_derive_key(sm->cfg->ssl_ctx, data->ssl.conn, in eap_fast_derive_key_auth()
283 if (sks == NULL) { in eap_fast_derive_key_auth()
295 sks, EAP_FAST_SKS_LEN); in eap_fast_derive_key_auth()
297 os_memcpy(data->simck, sks, EAP_FAST_SIMCK_LEN); in eap_fast_derive_key_auth()
298 os_free(sks); in eap_fast_derive_key_auth()
/third_party/grpc/tools/dockerfile/grpc_artifact_centos6_x86/
DDockerfile31 RUN gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC…
/third_party/grpc/tools/dockerfile/grpc_artifact_centos6_x64/
DDockerfile31 RUN gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC…
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_fast.c272 u8 *sks; in eap_fast_derive_key_auth() local
278 sks = eap_fast_derive_key(sm->ssl_ctx, data->ssl.conn, in eap_fast_derive_key_auth()
280 if (sks == NULL) { in eap_fast_derive_key_auth()
292 sks, EAP_FAST_SKS_LEN); in eap_fast_derive_key_auth()
294 os_memcpy(data->simck, sks, EAP_FAST_SIMCK_LEN); in eap_fast_derive_key_auth()
295 os_free(sks); in eap_fast_derive_key_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_fast.c272 u8 *sks; in eap_fast_derive_key_auth() local
278 sks = eap_fast_derive_key(sm->ssl_ctx, data->ssl.conn, in eap_fast_derive_key_auth()
280 if (sks == NULL) { in eap_fast_derive_key_auth()
292 sks, EAP_FAST_SKS_LEN); in eap_fast_derive_key_auth()
294 os_memcpy(data->simck, sks, EAP_FAST_SIMCK_LEN); in eap_fast_derive_key_auth()
295 os_free(sks); in eap_fast_derive_key_auth()
/third_party/grpc/tools/dockerfile/test/ruby_jessie_x64/
DDockerfile77 RUN gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39D…
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_ruby/
DDockerfile74 RUN gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39D…
/third_party/grpc/tools/dockerfile/grpc_artifact_linux_x86/
DDockerfile54 RUN gpg2 --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39D…
/third_party/openGLES/extensions/EXT/
DEXT_texture_format_BGRA8888.txt147 0.1, 26/04/2005 sks: Initial revision.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_format_BGRA8888.txt147 0.1, 26/04/2005 sks: Initial revision.
/third_party/grpc/tools/dockerfile/grpc_artifact_linux_x64/
DDockerfile54 RUN gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC…
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_module_tests.c881 const u8 sks[] = { in test_eap_fast() local
967 if (sha1_t_prf(sks, sizeof(sks), "Inner Methods Compound Keys", in test_eap_fast()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_module_tests.c1030 const u8 sks[] = { in test_eap_fast() local
1116 if (sha1_t_prf(sks, sizeof(sks), "Inner Methods Compound Keys", in test_eap_fast()
/third_party/grpc/third_party/rake-compiler-dock/rake_x86-linux/
DDockerfile10 RUN gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC…
/third_party/grpc/third_party/rake-compiler-dock/rake_x86_64-linux/
DDockerfile10 RUN gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC…
/third_party/libuv/
DREADME.md126 $ gpg --keyserver pool.sks-keyservers.net --recv-keys AE9BC059
/third_party/node/doc/guides/
Dreleases.md94 Keyservers at <https://sks-keyservers.net> are recommended. Use the
105 $ gpg --keyserver pool.sks-keyservers.net --recv-keys <FINGERPRINT>
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/
DlikelySubtags.txt1078 sks{"sks_Latn_ZZ"}
/third_party/skia/third_party/externals/icu/source/data/misc/
DlikelySubtags.txt1096 sks{"sks_Latn_ZZ"}
/third_party/icu/icu4c/source/data/misc/
DlikelySubtags.txt1095 sks{"sks_Latn_ZZ"}

12