OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:null_auth_ctx_t
(Results
1 - 2
of
2
) sorted by null
/external/srtp/crypto/include/
null_auth.h
52
}
null_auth_ctx_t
;
typedef in typeref:struct:__anon11431
61
null_auth_init(
null_auth_ctx_t
*state, const uint8_t *key, int key_len);
64
null_auth_compute (
null_auth_ctx_t
*state, uint8_t *message,
/external/srtp/crypto/hash/
null_auth.c
63
/* allocate memory for auth and
null_auth_ctx_t
structures */
64
pointer = (uint8_t*)crypto_alloc(sizeof(
null_auth_ctx_t
) + sizeof(auth_t));
88
sizeof(
null_auth_ctx_t
) + sizeof(auth_t));
100
null_auth_init(
null_auth_ctx_t
*state, const uint8_t *key, int key_len) {
108
null_auth_compute(
null_auth_ctx_t
*state, uint8_t *message,
115
null_auth_update(
null_auth_ctx_t
*state, uint8_t *message,
122
null_auth_start(
null_auth_ctx_t
*state) {
Completed in 219 milliseconds