Home
last modified time | relevance | path

Searched defs:RC4_alloc (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dhandshake.h39 #define RC4_alloc(h) *h = malloc(sizeof(arc4_context)) macro
59 #define RC4_alloc(h) *h = malloc(sizeof(struct arcfour_ctx)) macro
77 #define RC4_alloc(h) *h = malloc(sizeof(RC4_KEY)) macro