HomeSort by: relevance | last modified time | path
    Searched defs:fmt_32 (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/src/libverify/
libverify.c 325 fmt_32(uint8_t *p, uint32_t a) function
368 fmt_32(p, 0);
407 cc += fmt_32(&buf[cc], (uint32_t)pubkey->birth);
libverify.c 325 fmt_32(uint8_t *p, uint32_t a) function
368 fmt_32(p, 0);
407 cc += fmt_32(&buf[cc], (uint32_t)pubkey->birth);
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
libverify.c 689 fmt_32(uint8_t *p, uint32_t a) function
735 fmt_32(p, 0);
774 cc += fmt_32(&buf[cc], (uint32_t)pubkey->birth); /* XXX - do this portably! */
libverify.c 689 fmt_32(uint8_t *p, uint32_t a) function
735 fmt_32(p, 0);
774 cc += fmt_32(&buf[cc], (uint32_t)pubkey->birth); /* XXX - do this portably! */

Completed in 131 milliseconds