Home
last modified time | relevance | path

Searched refs:crypt_data (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dcrypt.h43 struct crypt_data struct
64 struct crypt_data * __restrict __data)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dcrypt.h43 struct crypt_data struct
64 struct crypt_data * __restrict __data)
/OK3568_Linux_fs/buildroot/package/nginx/
H A D0009-auto-os-linux-fix-build-with-libxcrypt.patch26 @@ -232,6 +232,9 @@ ngx_feature_test="struct crypt_data cd;
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-integrity.c3553 unsigned char *crypt_data = NULL, *crypt_iv = NULL; in create_journal() local
3683 crypt_data = kmalloc(crypt_len, GFP_KERNEL); in create_journal()
3684 if (!crypt_data) { in create_journal()
3716 memset(crypt_data, 0x00, crypt_len); in create_journal()
3717 memcpy(crypt_data, &section_le, min((size_t)crypt_len, sizeof(section_le))); in create_journal()
3719 sg_init_one(&sg, crypt_data, crypt_len); in create_journal()
3746 memcpy(section_req->iv + ivsize, crypt_data, ivsize); in create_journal()
3749 DEBUG_bytes(crypt_data, ivsize, "iv(%u)", i); in create_journal()
3778 kfree(crypt_data); in create_journal()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-133825 struct crypt_data *DATA)
3837 DATA must point to a ‘struct crypt_data’ object allocated by the
3838 caller. All of the fields of ‘struct crypt_data’ are private, but
3842 again. ‘struct crypt_data’ is very large, so it is best to
3847 ‘struct crypt_data’.
12391 ‘char * crypt_r (const char *PHRASE, const char *SALT, struct crypt_data *DATA)’
H A Dlibc.info-162353 * struct crypt_data: Passphrase Storage. (line 123)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-133825 struct crypt_data *DATA)
3837 DATA must point to a ‘struct crypt_data’ object allocated by the
3838 caller. All of the fields of ‘struct crypt_data’ are private, but
3842 again. ‘struct crypt_data’ is very large, so it is best to
3847 ‘struct crypt_data’.
12391 ‘char * crypt_r (const char *PHRASE, const char *SALT, struct crypt_data *DATA)’
H A Dlibc.info-162353 * struct crypt_data: Passphrase Storage. (line 123)