Home
last modified time | relevance | path

Searched refs:null_auth_ctx_t (Results 1 – 2 of 2) sorted by relevance

/external/srtp/crypto/hash/
Dnull_auth.c64 pointer = (uint8_t*)crypto_alloc(sizeof(null_auth_ctx_t) + sizeof(auth_t)); in null_auth_alloc()
88 sizeof(null_auth_ctx_t) + sizeof(auth_t)); in null_auth_dealloc()
100 null_auth_init(null_auth_ctx_t *state, const uint8_t *key, int key_len) { in null_auth_init()
108 null_auth_compute(null_auth_ctx_t *state, uint8_t *message, in null_auth_compute()
115 null_auth_update(null_auth_ctx_t *state, uint8_t *message, in null_auth_update()
122 null_auth_start(null_auth_ctx_t *state) { in null_auth_start()
/external/srtp/crypto/include/
Dnull_auth.h52 } null_auth_ctx_t; typedef
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,