/kernel/linux/linux-5.10/fs/befs/ |
H A D | btree.c | 397 * @keysize: Length of the returned key 412 loff_t key_no, size_t bufsize, char *keybuf, size_t * keysize, in befs_btree_read() 450 *keysize = 0; in befs_btree_read() 463 *keysize = 0; in befs_btree_read() 492 befs_debug(sb, "Read [%llu,%d]: keysize %d", in befs_btree_read() 505 *keysize = keylen; in befs_btree_read() 521 *keysize = 0; in befs_btree_read() 411 befs_btree_read(struct super_block *sb, const befs_data_stream *ds, loff_t key_no, size_t bufsize, char *keybuf, size_t * keysize, befs_off_t * value) befs_btree_read() argument
|
H A D | linuxvfs.c | 223 size_t keysize; in befs_readdir() local 231 keybuf, &keysize, &value); in befs_readdir() 254 befs_utf2nls(sb, keybuf, keysize, &nlsname, in befs_readdir() 267 if (!dir_emit(ctx, keybuf, keysize, in befs_readdir()
|
/kernel/linux/linux-6.6/fs/befs/ |
H A D | btree.c | 397 * @keysize: Length of the returned key 412 loff_t key_no, size_t bufsize, char *keybuf, size_t * keysize, in befs_btree_read() 450 *keysize = 0; in befs_btree_read() 463 *keysize = 0; in befs_btree_read() 492 befs_debug(sb, "Read [%llu,%d]: keysize %d", in befs_btree_read() 505 *keysize = keylen; in befs_btree_read() 521 *keysize = 0; in befs_btree_read() 411 befs_btree_read(struct super_block *sb, const befs_data_stream *ds, loff_t key_no, size_t bufsize, char *keybuf, size_t * keysize, befs_off_t * value) befs_btree_read() argument
|
H A D | linuxvfs.c | 222 size_t keysize; in befs_readdir() local 230 keybuf, &keysize, &value); in befs_readdir() 253 befs_utf2nls(sb, keybuf, keysize, &nlsname, in befs_readdir() 266 if (!dir_emit(ctx, keybuf, keysize, in befs_readdir()
|
/third_party/openssl/ohos_lite/include/crypto/ |
H A D | evp.h | 368 #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, \
|
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_ep11misc.c | 803 const u8 *key, size_t keysize, in ep11_cryptsingle() 838 if (keysize > 0xFFFF || inbufsize > 0xFFFF) in ep11_cryptsingle() 843 + ASN1TAGLEN(keysize) + ASN1TAGLEN(inbufsize); in ep11_cryptsingle() 861 p += asn1tag_write(p, 0x04, key, keysize); in ep11_cryptsingle() 1069 const u8 *key, size_t keysize, in ep11_wrapkey() 1112 keysize = kb->head.len < keysize ? kb->head.len : keysize; in ep11_wrapkey() 1117 + ASN1TAGLEN(keysize) + 4; in ep11_wrapkey() 1138 p += asn1tag_write(p, 0x04, key, keysize); in ep11_wrapkey() 801 ep11_cryptsingle(u16 card, u16 domain, u16 mode, u32 mech, const u8 *iv, const u8 *key, size_t keysize, const u8 *inbuf, size_t inbufsize, u8 *outbuf, size_t *outbufsize) ep11_cryptsingle() argument 1068 ep11_wrapkey(u16 card, u16 domain, const u8 *key, size_t keysize, u32 mech, const u8 *iv, u8 *databuf, size_t *datasize) ep11_wrapkey() argument [all...] |
H A D | zcrypt_ccamisc.h | 53 u16 keysize; /* key byte size */ member 156 const u8 *token, size_t keysize,
|
/kernel/linux/linux-5.10/drivers/crypto/ux500/cryp/ |
H A D | cryp.c | 119 *control_register |= (cryp_config->keysize << CRYP_CR_KEYSIZE_POS); in cryp_set_configuration() 313 switch (config->keysize) { in cryp_save_device_context() 363 switch (config->keysize) { in cryp_restore_device_context()
|
H A D | cryp.h | 83 * @keysize: Key size for AES 90 int keysize; member
|
/kernel/linux/linux-6.6/include/crypto/ |
H A D | gcm.h | 74 unsigned int keysize, unsigned int authsize);
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_ccamisc.h | 53 u16 keysize; /* key byte size */ member 156 const u8 *token, size_t keysize,
|
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | hifn_795x.c | 617 unsigned int keysize; member 1145 if (ctx->keysize) in hifn_setup_cmd_desc() 1169 if (ctx->keysize != 16) in hifn_setup_cmd_desc() 1175 if (ctx->keysize != 24) in hifn_setup_cmd_desc() 1181 if (ctx->keysize != 32) in hifn_setup_cmd_desc() 1187 if (ctx->keysize != 24) in hifn_setup_cmd_desc() 1192 if (ctx->keysize != 8) in hifn_setup_cmd_desc() 1201 nbytes, nbytes, ctx->key, ctx->keysize, in hifn_setup_cmd_desc() 1587 ctx->key, ctx->keysize, in hifn_setup_session() 1956 ctx->keysize in hifn_setkey() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | hifn_795x.c | 617 unsigned int keysize; member 1145 if (ctx->keysize) in hifn_setup_cmd_desc() 1169 if (ctx->keysize != 16) in hifn_setup_cmd_desc() 1175 if (ctx->keysize != 24) in hifn_setup_cmd_desc() 1181 if (ctx->keysize != 32) in hifn_setup_cmd_desc() 1187 if (ctx->keysize != 24) in hifn_setup_cmd_desc() 1192 if (ctx->keysize != 8) in hifn_setup_cmd_desc() 1201 nbytes, nbytes, ctx->key, ctx->keysize, in hifn_setup_cmd_desc() 1587 ctx->key, ctx->keysize, in hifn_setup_session() 1956 ctx->keysize in hifn_setkey() [all...] |
/third_party/openssl/apps/ |
H A D | pkeyutl.c | 116 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/node/deps/openssl/openssl/include/crypto/ |
H A D | evp.h | 560 #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 D | evp.h | 560 #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 D | igetest.c | 86 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()
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm-sysfs.c | 24 __be32 keysize; member 69 be32_to_cpu(out->keysize)); in pubek_show()
|
/kernel/linux/linux-6.6/lib/crypto/ |
H A D | aesgcm.c | 40 * @keysize: The length in bytes of the input key 43 * Returns: 0 on success, or -EINVAL if @keysize or @authsize contain values 47 unsigned int keysize, unsigned int authsize) in aesgcm_expandkey() 53 aes_expandkey(&ctx->aes_ctx, key, keysize); in aesgcm_expandkey() 46 aesgcm_expandkey(struct aesgcm_ctx *ctx, const u8 *key, unsigned int keysize, unsigned int authsize) aesgcm_expandkey() argument
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_egl_ext_autogen.h | 87 EGLint *keysize, 92 EGLint keysize,
|
H A D | egl_ext_stubs.cpp | 697 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
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | tc_encap_actions.c | 524 size_t keysize; in efx_neigh_event() local 530 keysize = sizeof(keys.dst_ip); in efx_neigh_event() 534 keysize = sizeof(keys.dst_ip6); in efx_neigh_event() 544 if (n->tbl->key_len != keysize) { in efx_neigh_event()
|
/third_party/skia/third_party/externals/angle2/src/libEGL/ |
H A D | libEGL_autogen.cpp | 531 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/node/deps/openssl/openssl/apps/ |
H A D | pkeyutl.c | 116 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()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-crypto-internal.h | 15 unsigned int keysize; /* key size in bytes */ member
|