Searched defs:RC4_alloc (Results 1 – 1 of 1) sorted by relevance
39 #define RC4_alloc(h) *h = malloc(sizeof(arc4_context)) macro59 #define RC4_alloc(h) *h = malloc(sizeof(struct arcfour_ctx)) macro77 #define RC4_alloc(h) *h = malloc(sizeof(RC4_KEY)) macro