Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/fsck_ffs/
H A Ddir.c839 binval(bp); in expanddir()
868 binval(bp); in expanddir()
896 binval(bp); in expanddir()
H A Dfsck.h452 void binval(struct bufarea *);
H A Dfsutil.c437 binval(struct bufarea *bp) in binval() function
/freebsd-14.2/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c2597 unsigned char *binval; in tls_construct_server_key_exchange() local
2621 if (!WPACKET_allocate_bytes(pkt, len, &binval)) { in tls_construct_server_key_exchange()
2625 memset(binval, 0, len); in tls_construct_server_key_exchange()
2629 if (!WPACKET_allocate_bytes(pkt, BN_num_bytes(r[i]), &binval) in tls_construct_server_key_exchange()
2635 BN_bn2bin(r[i], binval); in tls_construct_server_key_exchange()