Searched refs:bufp (Results 1 – 4 of 4) sorted by relevance
/security/integrity/ima/ |
D | ima_template_lib.c | 185 void *bufp = bufstartp; in ima_parse_buf() local 190 if (bufp > (bufendp - sizeof(u32))) in ima_parse_buf() 193 fields[i].len = *(u32 *)bufp; in ima_parse_buf() 197 bufp += sizeof(u32); in ima_parse_buf() 200 if (bufp > (bufendp - fields[i].len)) in ima_parse_buf() 203 fields[i].data = bufp; in ima_parse_buf() 204 bufp += fields[i].len; in ima_parse_buf() 213 if ((enforce_mask & ENFORCE_BUFEND) && bufp != bufendp) { in ima_parse_buf() 215 bufname, bufendp, bufp); in ima_parse_buf() 223 *bufcurp = bufp; in ima_parse_buf()
|
D | ima_template.c | 358 void *bufp = buf + sizeof(*khdr); in ima_restore_measurement_list() local 395 while ((bufp < bufendp) && (count++ < khdr->count)) { in ima_restore_measurement_list() 399 ret = ima_parse_buf(bufp, bufendp, &bufp, HDR__LAST, hdr, NULL, in ima_restore_measurement_list()
|
/security/keys/encrypted-keys/ |
D | encrypted.c | 273 char *ascii_buf, *bufp; in datablob_format() local 289 bufp = &ascii_buf[len]; in datablob_format() 291 bufp = hex_byte_pack(bufp, iv[i]); in datablob_format()
|
/security/keys/ |
D | trusted.c | 1152 char *bufp; in trusted_read() local 1164 bufp = ascii_buf; in trusted_read() 1166 bufp = hex_byte_pack(bufp, p->blob[i]); in trusted_read()
|