Home
last modified time | relevance | path

Searched refs:nbytes2 (Results 1 – 3 of 3) sorted by relevance

/src/crypto/openssl/test/
H A Dasn1_encode_test.c94 size_t nbytes2; member
614 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()
/src/sys/amd64/linux32/
H A Dlinux32_systrace_args.c2249 uarg[a++] = p->nbytes2; /* uint32_t */ in systrace_args()
H A Dlinux32_proto.h1111 char nbytes2_l_[PADL_(uint32_t)]; uint32_t nbytes2; char nbytes2_r_[PADR_(uint32_t)]; member