Searched refs:textlen (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/openbsm/libbsm/ |
| H A D | bsm_token.c | 102 u_int16_t textlen; in au_to_upriv() local 158 u_int16_t textlen; in au_to_arg32() local 160 textlen = strlen(text); in au_to_arg32() 161 textlen += 1; in au_to_arg32() 182 u_int16_t textlen; in au_to_arg64() local 185 textlen += 1; in au_to_arg64() 690 u_int16_t textlen; in au_to_text() local 693 textlen += 1; in au_to_text() 718 u_int16_t textlen; in au_to_path() local 721 textlen += 1; in au_to_path() [all …]
|
| /freebsd-14.2/sys/security/audit/ |
| H A D | bsm_token.c | 75 u_int16_t textlen; in au_to_upriv() local 129 u_int16_t textlen; in au_to_arg32() local 131 textlen = strlen(text); in au_to_arg32() 132 textlen += 1; in au_to_arg32() 151 u_int16_t textlen; in au_to_arg64() local 154 textlen += 1; in au_to_arg64() 613 u_int16_t textlen; in au_to_text() local 616 textlen += 1; in au_to_text() 639 u_int16_t textlen; in au_to_path() local 642 textlen += 1; in au_to_path() [all …]
|
| /freebsd-14.2/contrib/libfido2/src/ |
| H A D | aes256.c | 121 size_t textlen; in aes256_gcm() local 152 textlen = in->len; in aes256_gcm() 154 textlen = in->len - 16; in aes256_gcm() 164 EVP_Cipher(ctx, out->ptr, in->ptr, (u_int)textlen) < 0 || in aes256_gcm()
|
| /freebsd-14.2/sys/netinet/ |
| H A D | sctp_auth.h | 174 uint8_t *text, uint32_t textlen, uint8_t *digest); 177 uint8_t *text, uint32_t textlen, uint8_t *digest);
|
| H A D | sctp_auth.c | 867 uint8_t *text, uint32_t textlen) in sctp_hmac_update() argument 871 SCTP_SHA1_UPDATE(&ctx->sha1, text, textlen); in sctp_hmac_update() 874 SCTP_SHA256_UPDATE(&ctx->sha256, text, textlen); in sctp_hmac_update() 913 uint8_t *text, uint32_t textlen, uint8_t *digest) in sctp_hmac() argument 924 (textlen == 0) || (digest == NULL)) { in sctp_hmac() 958 sctp_hmac_update(hmac_algo, &ctx, text, textlen); in sctp_hmac() 1055 uint32_t textlen, uint8_t *digest) in sctp_compute_hmac() argument 1063 if ((key == NULL) || (text == NULL) || (textlen == 0) || in sctp_compute_hmac() 1083 return (sctp_hmac(hmac_algo, key->key, key->keylen, text, textlen, in sctp_compute_hmac()
|
| /freebsd-14.2/sys/cddl/contrib/opensolaris/uts/common/dtrace/ |
| H A D | dtrace.c | 6101 const uint_t textlen = difo->dtdo_len; local 6131 while (pc < textlen && !(*flags & CPU_DTRACE_FAULT)) { 6355 pc = textlen;
|