Home
last modified time | relevance | path

Searched refs:keysize (Results 1 - 25 of 86) sorted by relevance

1234

/third_party/mbedtls/programs/test/
H A Dbenchmark.c722 int keysize; in main() local
726 for (keysize = 128; keysize <= 256; keysize += 64) { in main()
727 mbedtls_snprintf(title, sizeof(title), "AES-CBC-%d", keysize); in main()
731 CHECK_AND_CONTINUE(mbedtls_aes_setkey_enc(&aes, tmp, keysize)); in main()
741 int keysize; in main() local
746 for (keysize = 128; keysize <= 256; keysize in main()
760 int keysize; main() local
779 int keysize; main() local
804 int keysize; main() local
825 int keysize; main() local
846 int keysize; main() local
889 int keysize; main() local
917 int keysize; main() local
938 int keysize; main() local
1045 int keysize; main() local
[all...]
/third_party/mesa3d/src/mesa/program/
H A Dprog_cache.c41 unsigned keysize; member
177 const void *key, GLuint keysize) in _mesa_search_program_cache()
180 cache->last->keysize == keysize && in _mesa_search_program_cache()
181 memcmp(cache->last->key, key, keysize) == 0) { in _mesa_search_program_cache()
185 const GLuint hash = hash_key(key, keysize); in _mesa_search_program_cache()
190 c->keysize == keysize && in _mesa_search_program_cache()
191 memcmp(c->key, key, keysize) == 0) { in _mesa_search_program_cache()
206 const void *key, GLuint keysize, in _mesa_program_cache_insert()
176 _mesa_search_program_cache(struct gl_program_cache *cache, const void *key, GLuint keysize) _mesa_search_program_cache() argument
204 _mesa_program_cache_insert(struct gl_context *ctx, struct gl_program_cache *cache, const void *key, GLuint keysize, struct gl_program *program) _mesa_program_cache_insert() argument
233 _mesa_shader_cache_insert(struct gl_context *ctx, struct gl_program_cache *cache, const void *key, GLuint keysize, struct gl_shader_program *program) _mesa_shader_cache_insert() argument
[all...]
H A Dprog_cache.h59 const void *key, GLuint keysize);
64 const void *key, GLuint keysize,
70 const void *key, GLuint keysize,
/third_party/node/deps/openssl/openssl/apps/
H A Drsautl.c84 int keyformat = FORMAT_UNDEF, keysize, ret = 1, rv; in rsautl_main() local
217 keysize = EVP_PKEY_get_size(pkey); in rsautl_main()
219 rsa_in = app_malloc(keysize * 2, "hold rsa key"); in rsautl_main()
220 rsa_out = app_malloc(keysize, "output rsa key"); in rsautl_main()
221 rsa_outlen = keysize; in rsautl_main()
224 rv = BIO_read(in, rsa_in, keysize * 2); in rsautl_main()
H A Dpkeyutl.c116 int keysize = -1, pkey_op = EVP_PKEY_OP_SIGN, key_type = KEY_PRIVKEY; in pkeyutl_main() local
305 ctx = init_ctx(kdfalg, &keysize, inkey, keyform, key_type, in pkeyutl_main()
413 siglen = bio_to_mem(&sig, keysize * 10, sigbio); in pkeyutl_main()
/third_party/openssl/apps/
H A Drsautl.c84 int keyformat = FORMAT_UNDEF, keysize, ret = 1, rv; in rsautl_main() local
217 keysize = EVP_PKEY_get_size(pkey); in rsautl_main()
219 rsa_in = app_malloc(keysize * 2, "hold rsa key"); in rsautl_main()
220 rsa_out = app_malloc(keysize, "output rsa key"); in rsautl_main()
221 rsa_outlen = keysize; in rsautl_main()
224 rv = BIO_read(in, rsa_in, keysize * 2); in rsautl_main()
H A Dpkeyutl.c116 int keysize = -1, pkey_op = EVP_PKEY_OP_SIGN, key_type = KEY_PRIVKEY; in pkeyutl_main() local
305 ctx = init_ctx(kdfalg, &keysize, inkey, keyform, key_type, in pkeyutl_main()
413 siglen = bio_to_mem(&sig, keysize * 10, sigbio); in pkeyutl_main()
424 buf_inlen = bio_to_mem(&buf_in, keysize * 10, in); in pkeyutl_main()
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A Dtranslate.h161 int keysize = translate_keysize(a); in translate_key_sanitize() local
163 memset(ptr + keysize, 0, sizeof(*a) - keysize); in translate_key_sanitize()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vs.h202 int keysize = draw_vs_variant_keysize(a); in draw_vs_variant_key_compare() local
203 return memcmp(a, b, keysize); in draw_vs_variant_key_compare()
/third_party/skia/third_party/externals/angle2/include/EGL/
H A Deglext_angle.h202 typedef void (EGLAPIENTRYP PFNEGLPROGRAMCACHEQUERYANGLEPROC) (EGLDisplay dpy, EGLint index, void *key, EGLint *keysize, void *binary, EGLint *binarysize);
203 typedef void (EGLAPIENTRYP PFNEGLPROGRAMCACHEPOPULATEANGLEPROC) (EGLDisplay dpy, const void *key, EGLint keysize, const void *binary, EGLint binarysize);
207 EGLAPI void EGLAPIENTRY eglProgramCacheQueryANGLE(EGLDisplay dpy, EGLint index, void *key, EGLint *keysize, void *binary, EGLint *binarysize);
208 EGLAPI void EGLAPIENTRY eglProgramCachePopulateANGLE(EGLDisplay dpy, const void *key, EGLint keysize, const void *binary, EGLint binarysize);
/third_party/openssl/ohos_lite/include/crypto/
H A Devp.h368 #define IMPLEMENT_CFBR(cipher,cprefix,kstruct,ksched,keysize,cbits,iv_len,fl) \
369 BLOCK_CIPHER_func_cfb(cipher##_##keysize,cprefix,cbits,kstruct,ksched) \
370 BLOCK_CIPHER_def_cfb(cipher##_##keysize,kstruct, \
371 NID_##cipher##_##keysize, keysize/8, iv_len, cbits, \
/third_party/node/deps/openssl/openssl/include/crypto/
H A Devp.h560 #define IMPLEMENT_CFBR(cipher,cprefix,kstruct,ksched,keysize,cbits,iv_len,fl) \
561 BLOCK_CIPHER_func_cfb(cipher##_##keysize,cprefix,cbits,kstruct,ksched) \
562 BLOCK_CIPHER_def_cfb(cipher##_##keysize,kstruct, \
563 NID_##cipher##_##keysize, keysize/8, iv_len, cbits, \
/third_party/openssl/include/crypto/
H A Devp.h560 #define IMPLEMENT_CFBR(cipher,cprefix,kstruct,ksched,keysize,cbits,iv_len,fl) \
561 BLOCK_CIPHER_func_cfb(cipher##_##keysize,cprefix,cbits,kstruct,ksched) \
562 BLOCK_CIPHER_def_cfb(cipher##_##keysize,kstruct, \
563 NID_##cipher##_##keysize, keysize/8, iv_len, cbits, \
/third_party/openssl/test/
H A Digetest.c86 const size_t keysize; member
202 AES_set_encrypt_key(v->key1, 8 * v->keysize, &key1); in test_bi_ige_vectors()
203 AES_set_encrypt_key(v->key2, 8 * v->keysize, &key2); in test_bi_ige_vectors()
205 AES_set_decrypt_key(v->key1, 8 * v->keysize, &key1); in test_bi_ige_vectors()
206 AES_set_decrypt_key(v->key2, 8 * v->keysize, &key2); in test_bi_ige_vectors()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_egl_ext_autogen.h87 EGLint *keysize,
92 EGLint keysize,
H A Degl_ext_stubs.cpp697 EGLint *keysize, in ProgramCacheQueryANGLE()
703 ANGLE_EGL_TRY(thread, display->programCacheQuery(index, key, keysize, binary, binarysize), in ProgramCacheQueryANGLE()
712 EGLint keysize, in ProgramCachePopulateANGLE()
718 ANGLE_EGL_TRY(thread, display->programCachePopulate(key, keysize, binary, binarysize), in ProgramCachePopulateANGLE()
693 ProgramCacheQueryANGLE(Thread *thread, Display *display, EGLint index, void *key, EGLint *keysize, void *binary, EGLint *binarysize) ProgramCacheQueryANGLE() argument
709 ProgramCachePopulateANGLE(Thread *thread, Display *display, const void *key, EGLint keysize, const void *binary, EGLint binarysize) ProgramCachePopulateANGLE() argument
H A Dentry_points_egl_ext_autogen.cpp364 EGLint *keysize, in EGL_ProgramCacheQueryANGLE()
371 ", keysize = 0x%016" PRIxPTR ", binary = 0x%016" PRIxPTR in EGL_ProgramCacheQueryANGLE()
373 (uintptr_t)dpy, index, (uintptr_t)key, (uintptr_t)keysize, (uintptr_t)binary, in EGL_ProgramCacheQueryANGLE()
381 index, key, keysize, binary, binarysize); in EGL_ProgramCacheQueryANGLE()
383 ProgramCacheQueryANGLE(thread, dpyPacked, index, key, keysize, binary, binarysize); in EGL_ProgramCacheQueryANGLE()
388 EGLint keysize, in EGL_ProgramCachePopulateANGLE()
395 ", keysize = %d, binary = 0x%016" PRIxPTR ", binarysize = %d", in EGL_ProgramCachePopulateANGLE()
396 (uintptr_t)dpy, (uintptr_t)key, keysize, (uintptr_t)binary, binarysize); in EGL_ProgramCachePopulateANGLE()
403 dpyPacked, key, keysize, binary, binarysize); in EGL_ProgramCachePopulateANGLE()
405 ProgramCachePopulateANGLE(thread, dpyPacked, key, keysize, binar in EGL_ProgramCachePopulateANGLE()
361 EGL_ProgramCacheQueryANGLE(EGLDisplay dpy, EGLint index, void *key, EGLint *keysize, void *binary, EGLint *binarysize) EGL_ProgramCacheQueryANGLE() argument
386 EGL_ProgramCachePopulateANGLE(EGLDisplay dpy, const void *key, EGLint keysize, const void *binary, EGLint binarysize) EGL_ProgramCachePopulateANGLE() argument
[all...]
H A Degl_ext_stubs_autogen.h213 EGLint *keysize,
219 EGLint keysize,
/third_party/skia/third_party/externals/angle2/src/libEGL/
H A DlibEGL_autogen.cpp531 EGLint *keysize, in eglProgramCacheQueryANGLE()
536 return EGL_ProgramCacheQueryANGLE(dpy, index, key, keysize, binary, binarysize); in eglProgramCacheQueryANGLE()
541 EGLint keysize, in eglProgramCachePopulateANGLE()
546 return EGL_ProgramCachePopulateANGLE(dpy, key, keysize, binary, binarysize); in eglProgramCachePopulateANGLE()
528 eglProgramCacheQueryANGLE(EGLDisplay dpy, EGLint index, void *key, EGLint *keysize, void *binary, EGLint *binarysize) eglProgramCacheQueryANGLE() argument
539 eglProgramCachePopulateANGLE(EGLDisplay dpy, const void *key, EGLint keysize, const void *binary, EGLint binarysize) eglProgramCachePopulateANGLE() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DDisplay.h267 EGLint *keysize,
271 EGLint keysize,
H A DvalidationEGL_autogen.h262 const EGLint *keysize,
268 EGLint keysize,
H A DDisplay.cpp2080 EGLint *keysize, in programCacheQuery()
2096 ASSERT(keysize && binarysize); in programCacheQuery()
2100 ASSERT(*keysize == static_cast<EGLint>(BlobCache::kKeyLength)); in programCacheQuery()
2118 *keysize = static_cast<EGLint>(BlobCache::kKeyLength); in programCacheQuery()
2124 EGLint keysize, in programCachePopulate()
2128 ASSERT(keysize == static_cast<EGLint>(BlobCache::kKeyLength)); in programCachePopulate()
2078 programCacheQuery(EGLint index, void *key, EGLint *keysize, void *binary, EGLint *binarysize) programCacheQuery() argument
2123 programCachePopulate(const void *key, EGLint keysize, const void *binary, EGLint binarysize) programCachePopulate() argument
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_sd.c1038 int algnid, int keysize) in STACK_OF()
1043 if (keysize > 0) { in STACK_OF()
1045 if (key == NULL || !ASN1_INTEGER_set(key, keysize)) in STACK_OF()
/third_party/openssl/crypto/cms/
H A Dcms_sd.c1046 int algnid, int keysize) in STACK_OF()
1051 if (keysize > 0) { in STACK_OF()
1053 if (key == NULL || !ASN1_INTEGER_set(key, keysize)) in STACK_OF()
/third_party/python/Lib/test/
H A Dtest_ordered_dict.py771 keysize = calcsize('n2BI2n')
782 check(od, basicsize + keysize + 8*p + 8 + 5*entrysize + 3*nodesize)
784 check(od, basicsize + keysize + 16*p + 16 + 10*entrysize + 10*nodesize)

Completed in 32 milliseconds

1234