Function report |
Source Code:fs\crypto\fname.c |
Create Date:2022-07-28 20:23:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ase64_encode() -* Encodes the input string using characters from the set [A-Za-z0-9+,].* The encoded string is roughly 4/3 times the size of the input string.* Return: length of the encoded string
Proto:static int base64_encode(const u8 *src, int len, char *dst)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const u8 * | src | |
int | len | |
char * | dst |
146 | bits += 8 |
147 | Do |
153 | If bits Then cp++ = lookup_table[ac & 0x3f] |
Name | Describe |
---|---|
fscrypt_fname_disk_to_usr | scrypt_fname_disk_to_usr() - converts a filename from disk space to user* space* The caller must have allocated sufficient memory for the @oname string.* If the key is available, we'll decrypt the disk name; otherwise, we'll encode* it for presentation |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |