Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dasn1_encode_test.c92 size_t nbytes1; member
611 firstbytes = 1 + der_encode_length(custom_data->nbytes1, NULL) in make_custom_der()
612 + custom_data->nbytes1; in make_custom_der()
650 der_encode_length(custom_data->nbytes1, &p); in make_custom_der()
651 memcpy(p, custom_data->bytes1, custom_data->nbytes1); in make_custom_der()
652 p += custom_data->nbytes1; in make_custom_der()
/freebsd/sys/amd64/linux32/
H A Dlinux32_systrace_args.c2248 uarg[a++] = p->nbytes1; /* uint32_t */ in systrace_args()
H A Dlinux32_proto.h1110 char nbytes1_l_[PADL_(uint32_t)]; uint32_t nbytes1; char nbytes1_r_[PADR_(uint32_t)]; member