Lines Matching defs:value
25 const char *value, size_t value_n,
53 r = BN_hex2bn(tmpbn, value);
55 r = BN_asc2bn(tmpbn, value);
69 * BN_bn2nativepad puts the absolute value of the number in the
73 * To subtract 1 from an absolute value of a negative number we
117 *buf_n = strlen(value) + 1;
121 *buf_n = strlen(value) >> 1;
132 const char *value, size_t value_n, int ishex,
169 ebcdic2ascii(buf, value, buf_n);
171 strncpy(buf, value, buf_n);
180 if (!OPENSSL_hexstr2buf_ex(buf, buf_n, &l, value, ':'))
183 memcpy(buf, value, buf_n);
199 const char *key, const char *value,
212 if (!prepare_from_text(paramdefs, key, value, value_n,
221 ok = construct_from_text(to, paramdef, value, value_n, ishex,