Searched refs:_ctx (Results 1 – 3 of 3) sorted by relevance
| /crypto/asymmetric_keys/ |
| A D | mscode_parser.c | 20 int mscode_parse(void *_ctx, const void *content_data, size_t data_len, in mscode_parse() argument 23 struct pefile_context *ctx = _ctx; in mscode_parse()
|
| A D | verify_pefile.h | 36 extern int mscode_parse(void *_ctx, const void *content_data, size_t data_len,
|
| /crypto/ |
| A D | aria_generic.c | 248 void aria_encrypt(void *_ctx, u8 *out, const u8 *in) in aria_encrypt() argument 250 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; in aria_encrypt() 256 void aria_decrypt(void *_ctx, u8 *out, const u8 *in) in aria_decrypt() argument 258 struct aria_ctx *ctx = (struct aria_ctx *)_ctx; in aria_decrypt()
|
Completed in 6 milliseconds