Home
last modified time | relevance | path

Searched refs:additional_len (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/scsipi/
H A Dscsi_ctron_ether.h84 u_int8_t additional_len; /* 75!! */ member
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Ddrbg_lib.c649 size_t additional_len; in RAND_DRBG_bytes() local
661 additional_len = rand_drbg_get_additional_data(drbg->adin_pool, in RAND_DRBG_bytes()
668 ret = RAND_DRBG_generate(drbg, out, chunk, 0, additional, additional_len); in RAND_DRBG_bytes()