Searched refs:nbytes2 (Results 1 – 3 of 3) sorted by relevance
94 size_t nbytes2; member614 for (i = custom_data->nbytes2; i > 0; i--) { in make_custom_der()623 secondbytesinner = 1 + der_encode_length(custom_data->nbytes2, NULL) in make_custom_der()624 + custom_data->nbytes2; in make_custom_der()660 der_encode_length(custom_data->nbytes2, &p); in make_custom_der()661 memcpy(p, custom_data->bytes2, custom_data->nbytes2); in make_custom_der()662 p += custom_data->nbytes2; in make_custom_der()
2249 uarg[a++] = p->nbytes2; /* uint32_t */ in systrace_args()
1111 char nbytes2_l_[PADL_(uint32_t)]; uint32_t nbytes2; char nbytes2_r_[PADR_(uint32_t)]; member