Searched refs:tagbuf (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/krb5/src/lib/krb5/rcache/ |
| H A D | rc_file2.c | 205 uint8_t tagbuf[TAG_LEN], *tag; in k5_rcfile2_store() local 215 memcpy(tagbuf, tag_data->data, tag_data->length); in k5_rcfile2_store() 216 memset(tagbuf + tag_data->length, 0, TAG_LEN - tag_data->length); in k5_rcfile2_store() 217 tag = tagbuf; in k5_rcfile2_store()
|
| /freebsd/contrib/ntp/ntpq/ |
| H A D | ntpq-subs.c | 3766 char tagbuf[32]; in collect_display_vdc() 3788 snprintf(tagbuf, sizeof(tagbuf), "%s%s", in collect_display_vdc() 3790 doaddvlist(vl, tagbuf); in collect_display_vdc() 3757 char tagbuf[32]; collect_display_vdc() local
|
| /freebsd/crypto/openssl/test/ |
| H A D | evp_extra_test.c | 7261 unsigned char ct[9], tagbuf[16], out[16], zero16[16] = { 0 }; in test_aes_siv_ctx_reuse() local 7278 || !TEST_true(EVP_CIPHER_CTX_ctrl(e, EVP_CTRL_AEAD_GET_TAG, 16, tagbuf))) { in test_aes_siv_ctx_reuse() 7288 || !TEST_true(EVP_CIPHER_CTX_ctrl(d, EVP_CTRL_AEAD_SET_TAG, 16, tagbuf)) in test_aes_siv_ctx_reuse()
|