Searched refs:nbytes2 (Results 1 – 3 of 3) sorted by relevance
94 size_t nbytes2; member609 for (i = custom_data->nbytes2; i > 0; i--) { in make_custom_der()619 1 + der_encode_length(custom_data->nbytes2, NULL) in make_custom_der()620 + custom_data->nbytes2; in make_custom_der()658 der_encode_length(custom_data->nbytes2, &p); in make_custom_der()659 memcpy(p, custom_data->bytes2, custom_data->nbytes2); in make_custom_der()660 p += custom_data->nbytes2; in make_custom_der()
2241 uarg[a++] = p->nbytes2; /* uint32_t */ in systrace_args()
1108 char nbytes2_l_[PADL_(uint32_t)]; uint32_t nbytes2; char nbytes2_r_[PADR_(uint32_t)]; member