Searched refs:xp_len (Results 1 – 3 of 3) sorted by relevance
1056 unsigned xp_len, new_len; in replace_with_expansion() local1084 xp_len = strlen (xp); in replace_with_expansion()1091 if (xp_len != raw_len) in replace_with_expansion()1093 new_len = from + xp_len + input_text_length - *to + 1; in replace_with_expansion()1105 memmove (input_text + from + xp_len, in replace_with_expansion()1108 *to += xp_len - raw_len; in replace_with_expansion()1112 input_text_length += xp_len - raw_len; in replace_with_expansion()1114 memcpy (input_text + from, xp, xp_len); in replace_with_expansion()
1072 || !TEST_ptr(xp_bn = BN_bin2bn(tst->xp, tst->xp_len, NULL)) in rsa_keygen_test()
1022 size_t xp_len;