Data Fields | |
int | delme |
unsigned char | digest [16] |
char | fn [256] |
int | infd |
int | ktype |
char | name [80] |
ast_key * | next |
int | outfd |
RSA * | rsa |
Definition at line 78 of file res_crypto.c.
int delme |
Definition at line 88 of file res_crypto.c.
unsigned char digest[16] |
Definition at line 94 of file res_crypto.c.
Referenced by __ast_check_signature_bin(), __ast_sign_bin(), and try_load_key().
char fn[256] |
Definition at line 82 of file res_crypto.c.
int infd |
Definition at line 90 of file res_crypto.c.
int ktype |
char name[80] |
Definition at line 80 of file res_crypto.c.
Definition at line 95 of file res_crypto.c.
int outfd |
Definition at line 92 of file res_crypto.c.
RSA* rsa |
Definition at line 86 of file res_crypto.c.