Home
last modified time | relevance | path

Searched refs:binval (Results 1 – 4 of 4) sorted by relevance

/src/sbin/fsck_ffs/
H A Ddir.c833 binval(bp); in expanddir()
862 binval(bp); in expanddir()
890 binval(bp); in expanddir()
H A Dfsck.h461 void binval(struct bufarea *);
H A Dfsutil.c430 binval(struct bufarea *bp) in binval() function
/src/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c2731 unsigned char *binval; in tls_construct_server_key_exchange() local
2755 if (!WPACKET_allocate_bytes(pkt, len, &binval)) { in tls_construct_server_key_exchange()
2759 memset(binval, 0, len); in tls_construct_server_key_exchange()
2763 if (!WPACKET_allocate_bytes(pkt, BN_num_bytes(r[i]), &binval) in tls_construct_server_key_exchange()
2769 BN_bn2bin(r[i], binval); in tls_construct_server_key_exchange()