Searched defs:buf_ (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/nativeclient/ |
H A D | randombytes_nativeclient.c | 17 unsigned char *buf_ = (unsigned char *) buf; in randombytes_nativeclient_buf() local
|
/freebsd/crypto/openssl/ssl/ |
H A D | d1_msg.c | 13 int dtls1_write_app_data_bytes(SSL *s, uint8_t type, const void *buf_, in dtls1_write_app_data_bytes()
|
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/sysrandom/ |
H A D | randombytes_sysrandom.c | 107 safe_read(const int fd, void * const buf_, size_t size) in safe_read() 226 randombytes_linux_getrandom(void * const buf_, size_t size) in randombytes_linux_getrandom()
|
/freebsd/contrib/llvm-project/libcxx/src/include/ |
H A D | sso_allocator.h | 37 alignas(_Tp) std::byte buf_[sizeof(_Tp) * _Np]; variable
|
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/ |
H A D | randombytes_salsa20_random.c | 157 safe_read(const int fd, void * const buf_, size_t size) in safe_read() 268 randombytes_linux_getrandom(void * const buf_, size_t size) in randombytes_linux_getrandom()
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress.gen.c | 434 struct evbuffer *buf_ = evbuffer_new(); in evtag_marshal_msg() local 722 struct evbuffer *buf_ = evbuffer_new(); in evtag_marshal_kill() local 1212 struct evbuffer *buf_ = evbuffer_new(); in evtag_marshal_run() local
|
/freebsd/contrib/libevent/test/ |
H A D | regress.gen.c | 434 struct evbuffer *buf_ = evbuffer_new(); in evtag_marshal_msg() local 722 struct evbuffer *buf_ = evbuffer_new(); in evtag_marshal_kill() local 1212 struct evbuffer *buf_ = evbuffer_new(); in evtag_marshal_run() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_flag_parser.h | 169 const char *buf_; variable
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | arc4random.c | 488 arc4random_buf(void *buf_, size_t n) in arc4random_buf()
|
/freebsd/contrib/libevent/ |
H A D | arc4random.c | 488 arc4random_buf(void *buf_, size_t n) in arc4random_buf()
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | rec_layer_s3.c | 271 int ssl3_write_bytes(SSL *ssl, uint8_t type, const void *buf_, size_t len, in ssl3_write_bytes()
|