Searched defs:cipher_type_t (Results 1 - 1 of 1) sorted by relevance

/external/srtp/crypto/include/
H A Dcipher.h70 * as cipher_t and cipher_type_t are not yet defined
73 typedef struct cipher_type_t *cipher_type_pointer_t;
137 /* cipher_type_t defines the 'metadata' for a particular cipher type */
139 typedef struct cipher_type_t { struct
150 } cipher_type_t; typedef in typeref:struct:cipher_type_t
158 cipher_type_t *type;
201 cipher_type_self_test(const cipher_type_t *ct);

Completed in 179 milliseconds