Searched refs:bcrypt_ctx (Results 1 – 2 of 2) sorted by relevance
/dports/devel/firmware-utils/firmware-utils-20111222/ |
H A D | buffalo-lib.h | 99 struct bcrypt_ctx { struct 106 int bcrypt_init(struct bcrypt_ctx *ctx, void *key, int keylen, argument 108 int bcrypt_process(struct bcrypt_ctx *ctx, unsigned char *src, 110 void bcrypt_finish(struct bcrypt_ctx *ctx);
|
H A D | buffalo-lib.c | 87 int bcrypt_init(struct bcrypt_ctx *ctx, void *key, int keylen, in bcrypt_init() 119 int bcrypt_process(struct bcrypt_ctx *ctx, unsigned char *src, in bcrypt_process() 148 void bcrypt_finish(struct bcrypt_ctx *ctx) in bcrypt_finish() 159 struct bcrypt_ctx ctx; in bcrypt_buf()
|