Home
last modified time | relevance | path

Searched refs:DECIMAL_SIZE (Results 1 – 9 of 9) sorted by relevance

/onnv-gate/usr/src/common/openssl/crypto/
H A Dcryptlib.h98 #define DECIMAL_SIZE(type) ((sizeof(type)*8+2)/3+1) macro
/onnv-gate/usr/src/common/openssl/crypto/asn1/
H A Dasn1_lib.c445 char buf1[DECIMAL_SIZE(address)+1],buf2[DECIMAL_SIZE(offset)+1]; in asn1_add_error()
/onnv-gate/usr/src/common/openssl/crypto/objects/
H A Dobj_dat.c443 char tbuf[DECIMAL_SIZE(i)+DECIMAL_SIZE(l)+2]; in OBJ_obj2txt()
/onnv-gate/usr/src/common/openssl/crypto/ui/
H A Dui_lib.c838 char number1[DECIMAL_SIZE(uis->_.string_data.result_minsize)+1]; in UI_set_result()
839 char number2[DECIMAL_SIZE(uis->_.string_data.result_maxsize)+1]; in UI_set_result()
/onnv-gate/usr/src/common/openssl/crypto/bio/
H A Dbss_log.c280 char pidbuf[DECIMAL_SIZE(pid)+4]; in xsyslog()
H A Dbss_conn.c533 char buf[DECIMAL_SIZE(int)+1]; in conn_ctrl()
H A Db_print.c487 char convert[DECIMAL_SIZE(value)+3]; in fmtint()
/onnv-gate/usr/src/common/openssl/crypto/conf/
H A Dconf_mod.c233 char rcode[DECIMAL_SIZE(ret)+1]; in module_run()
H A Dconf_def.c218 char btmp[DECIMAL_SIZE(eline)+1]; in def_load_bio()