Data Fields | |
| int | delme |
| unsigned char | digest [16] |
| char | fn [256] |
| int | infd |
| int | ktype |
| char | name [80] |
| int | outfd |
| RSA * | rsa |
| int delme |
Whether we should be deleted
Definition at line 79 of file res_crypto.c.
Referenced by try_load_key(), and crypto_load().
| unsigned char digest[16] |
Last MD5 Digest
Definition at line 85 of file res_crypto.c.
Referenced by try_load_key(), ast_sign_bin(), ast_check_signature_bin(), and handle_cli_keys_show().
| char fn[256] |
File name
Definition at line 73 of file res_crypto.c.
Referenced by try_load_key(), and handle_cli_keys_init().
| int infd |
FD for input (or -1 if no input allowed, or -2 if we needed input)
Definition at line 81 of file res_crypto.c.
Referenced by pw_cb(), and try_load_key().
| int ktype |
Key type (AST_KEY_PUB or AST_KEY_PRIV, along with flags from above)
Definition at line 75 of file res_crypto.c.
Referenced by pw_cb(), ast_key_get(), try_load_key(), crypto_load(), handle_cli_keys_show(), and handle_cli_keys_init().
| char name[80] |
Name of entity
Definition at line 71 of file res_crypto.c.
Referenced by pw_cb(), ast_key_get(), try_load_key(), crypto_load(), and handle_cli_keys_show().
| int outfd |
FD for output
Definition at line 83 of file res_crypto.c.
Referenced by pw_cb(), and try_load_key().
| RSA* rsa |
RSA structure (if successfully loaded)
Definition at line 77 of file res_crypto.c.
Referenced by try_load_key(), and crypto_load().