search for: cdput

Displaying 3 results from an estimated 3 matches for "cdput".

Did you mean: bdput
2012 Sep 04
2
[PATCH] Generalize HMAC implementation
...c.h" +#include "hmac-cram-md5.h" + +void hmac_md5_get_cram_context(struct hmac_context *hmac_ctx, + unsigned char context_digest[CRAM_MD5_CONTEXTLEN]) +{ + unsigned char *cdp; + + struct md5_context *ctx = hmac_ctx->ctx; + struct md5_context *ctxo = hmac_ctx->ctxo; + +#define CDPUT(p, c) STMT_START { \ + *(p)++ = (c) & 0xff; \ + *(p)++ = (c) >> 8 & 0xff; \ + *(p)++ = (c) >> 16 & 0xff; \ + *(p)++ = (c) >> 24 & 0xff; \ +} STMT_END + cdp = context_digest; + CDPUT(cdp, ctxo->a); + CDPUT(cdp, ctxo->b); + CDPUT(cdp, ctxo->c); + CD...
2001 May 27
1
Kernel 2.4.5 and gkernel/ext3 CVS: cannot compile
...4.5-ext3cvs/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -march=i686 -DEXPORT_SYMTAB -c ksyms.c ksyms.c:191: `cdget' undeclared here (not in a function) ksyms.c:191: initializer element for `__ksymtab_cdget.value' is not constant ksyms.c:192: `cdput' undeclared here (not in a function) ksyms.c:192: initializer element for `__ksymtab_cdput.value' is not constant make[2]: *** [ksyms.o] Error 1 make[2]: Leaving directory `/usr/local/src/kernel/linux-2.4.5-ext3cvs/kernel' make[1]: *** [first_rule] Error 2 make[1]: Leaving directory...
2003 Jan 14
2
2.4.21-pre3 - problems with ext3
...2c063 <vmtruncate+d3/9e0> Trace; c0159c76 <inode_setattr+106/190> Trace; f88c473c <[ext3]ext3_setattr+25c/320> Trace; c024601e <inet_recvmsg_R__ver_inet_recvmsg+4e/70> Trace; c0159fce <notify_change+2ce/350> Trace; c013e2e6 <fd_install+b6/b70> Trace; c0148bb3 <cdput+8c3/bb0> Trace; c013f98d <generic_file_open+55d/650> Trace; c013e397 <fd_install+167/b70> Trace; c010770f <__read_lock_failed+144b/183c> Code; f88ab5df <[jbd]journal_start+5f/c0> 00000000 <_EIP>: Code; f88ab5df <[jbd]journal_start+5f/c0> <===== 0:...