Searched refs:tag_p (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_secretstream/xchacha20poly1305/ |
H A D | secretstream_xchacha20poly1305.c | 179 unsigned char *m, unsigned long long *mlen_p, unsigned char *tag_p, in crypto_secretstream_xchacha20poly1305_pull() argument 195 if (tag_p != NULL) { in crypto_secretstream_xchacha20poly1305_pull() 196 *tag_p = 0xff; in crypto_secretstream_xchacha20poly1305_pull() 253 if (tag_p != NULL) { in crypto_secretstream_xchacha20poly1305_pull() 254 *tag_p = tag; in crypto_secretstream_xchacha20poly1305_pull()
|
/netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/ |
H A D | crypto_secretstream_xchacha20poly1305.h | 90 unsigned char *m, unsigned long long *mlen_p, unsigned char *tag_p,
|
/netbsd-src/lib/libisns/ |
H A D | isns_pdu.c | 633 isns_get_tlv(ISNS_TRANS trans, int which_tlv, uint32_t *tag_p, in isns_get_tlv() argument 694 if ((rval = isns_get_tlv_uint32(info_p, tag_p)) != 0) { in isns_get_tlv()
|