Searched refs:nbytes2 (Results 1 – 1 of 1) 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()
Completed in 6 milliseconds