Radare.RCrypto – libr Reference Manual
Packages
libr
Radare
RCrypto
Direction
Mode
RCrypto
final
get_key_size
get_output
set_iv
update
use
RCrypto
Object Hierarchy:
Description:
[
Compact
]
[
CCode
( cname =
"struct r_crypto_t"
, cprefix =
"r_crypto_"
, free_function =
"r_crypto_free"
) ]
public
class
RCrypto
Namespace:
Radare
Package:
libr
Content:
Enums:
Direction
Mode
Creation methods:
public
RCrypto
()
Methods:
public
int
final
(
uint8
* buf,
int
len)
public
int
get_key_size
()
public
uint8
*
get_output
()
public
bool
set_iv
(
uint8
* iv)
public
int
update
(
uint8
* buf,
int
len)
public
bool
use
(
string
algorithm)