18 return !strcmp(algo,
"base64");
29 olen = ((
len + 2) / 3) * 4;
36 olen = 4 + ((
len / 4) * 3);
38 olen -= (
buf[
len - 1] ==
'=') ? ((
buf[
len - 2] ==
'=') ? 2 : 1) : 0;
62 .author =
"rakholiyajenish.07",
71 #ifndef RZ_PLUGIN_INCORE
RZ_API int rz_crypto_append(RzCrypto *cry, const ut8 *buf, int len)
static int base64_get_key_size(RzCrypto *cry)
static bool base64_use(const char *algo)
static bool update(RzCrypto *cry, const ut8 *buf, int len)
static bool base64_set_key(RzCrypto *cry, const ut8 *key, int keylen, int mode, int direction)
RZ_API RzLibStruct rizin_plugin
RzCryptoPlugin rz_crypto_plugin_base64
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len key
RZ_API void Ht_() free(HtName_(Ht) *ht)
void * malloc(size_t size)
RZ_API size_t rz_base64_encode(char *bout, const ut8 *bin, size_t sz)
RZ_API int rz_base64_decode(ut8 *bout, const char *bin, int len)
static unsigned char * obuf