Home
last modified time | relevance | path

Searched defs:TAG_LEN (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/rcache/
H A Drc_file2.c42 #define TAG_LEN 12 macro
74 read_records(int fd, off_t offset, uint8_t tag1_out[TAG_LEN], in read_records()
75 uint32_t *timestamp1_out, uint8_t tag2_out[TAG_LEN], in read_records()
105 write_record(int fd, off_t offset, const uint8_t tag[TAG_LEN], in write_record()
137 store(krb5_context context, int fd, const uint8_t tag[TAG_LEN], uint32_t now, in store()
/freebsd/crypto/openssl/apps/
H A Dspeed.c518 #define TAG_LEN 16 /* 16 bytes tag length works for all AEAD modes */ macro