Searched refs:n_max (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/crypto/openssl/apps/
H A Dreq.c62 char *value, int nid, int n_min, int n_max,
65 char *value, int nid, int n_min, int n_max,
69 char *value, int n_min, int n_max,
73 static int req_check_len(int len, int n_min, int n_max);
1078 long n_min, n_max; local
1158 if (!NCONF_get_number(req_conf, dn_sect, buf, &n_max)) {
1160 n_max = -1;
1164 n_min, n_max, chtype, mval))
1219 if (!NCONF_get_number(req_conf, attr_sect, buf, &n_max)) {
1221 n_max
1306 add_DN_object(X509_NAME *n, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype, int mval) argument
1326 add_attribute_object(X509_REQ *req, char *text, const char *def, char *value, int nid, int n_min, int n_max, unsigned long chtype) argument
1350 build_data(char *text, const char *def, char *value, int n_min, int n_max, char *buf, const int buf_size, const char *desc1, const char *desc2 ) argument
1404 req_check_len(int len, int n_min, int n_max) argument
[all...]
/freebsd-12-stable/sys/arm64/rockchip/clk/
H A Drk_clk_fract.c81 * - n_max, d_max Maximum vaues of divider registers
88 uint64_t n_max, uint64_t d_max,
106 while (d_rem != 0 && n_cur < n_max && d_cur < d_max) {
126 if (n_cur > n_max || d_cur > d_max) {
86 clk_compute_fract_div( uint64_t n_input, uint64_t d_input, uint64_t n_max, uint64_t d_max, uint64_t *n_out, uint64_t *d_out) argument

Completed in 160 milliseconds