Skip to content
Snippets Groups Projects
Select Git revision
0 results

hmac.c

Blame
  • Forked from Nettle / nettle
    Source project has a limited visibility.
    • Niels Möller's avatar
      21ee1904
      (TMP_DECL, TMP_ALLOC): New macros. When alloca is unavailable, they · 21ee1904
      Niels Möller authored
      work by allocating a fix amount of stack and imposing a hard limit on
      what can be allocated. Updated all users of alloca.
      
      Rev: src/nettle/bignum-random.c:1.4
      Rev: src/nettle/cbc.c:1.8
      Rev: src/nettle/dsa-keygen.c:1.7
      Rev: src/nettle/hmac.c:1.6
      Rev: src/nettle/pkcs1-rsa-md5.c:1.3
      Rev: src/nettle/pkcs1-rsa-sha1.c:1.3
      Rev: src/nettle/rsa-decrypt.c:1.5
      Rev: src/nettle/rsa-encrypt.c:1.8
      Rev: src/nettle/sexp.c:1.15
      21ee1904
      History
      (TMP_DECL, TMP_ALLOC): New macros. When alloca is unavailable, they
      Niels Möller authored
      work by allocating a fix amount of stack and imposing a hard limit on
      what can be allocated. Updated all users of alloca.
      
      Rev: src/nettle/bignum-random.c:1.4
      Rev: src/nettle/cbc.c:1.8
      Rev: src/nettle/dsa-keygen.c:1.7
      Rev: src/nettle/hmac.c:1.6
      Rev: src/nettle/pkcs1-rsa-md5.c:1.3
      Rev: src/nettle/pkcs1-rsa-sha1.c:1.3
      Rev: src/nettle/rsa-decrypt.c:1.5
      Rev: src/nettle/rsa-encrypt.c:1.8
      Rev: src/nettle/sexp.c:1.15