Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:00 2007

Asterisk developer's documentation :: Codename Pineapple


ast_key Struct Reference

Collaboration diagram for ast_key:

Collaboration graph
[legend]

Detailed Description

Definition at line 83 of file res_crypto.c.

Data Fields

int delme
unsigned char digest [16]
char fn [256]
int infd
int ktype
char name [80]
ast_keynext
int outfd
RSA * rsa


Field Documentation

int delme
 

Definition at line 93 of file res_crypto.c.

unsigned char digest[16]
 

Definition at line 99 of file res_crypto.c.

Referenced by __ast_check_signature_bin(), __ast_sign_bin(), and try_load_key().

char fn[256]
 

Definition at line 87 of file res_crypto.c.

int infd
 

Definition at line 95 of file res_crypto.c.

int ktype
 

Definition at line 89 of file res_crypto.c.

Referenced by try_load_key().

char name[80]
 

Definition at line 85 of file res_crypto.c.

struct ast_key* next
 

Definition at line 100 of file res_crypto.c.

int outfd
 

Definition at line 97 of file res_crypto.c.

RSA* rsa
 

Definition at line 91 of file res_crypto.c.


The documentation for this struct was generated from the following file:

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen