Lines Matching full:algorithm
43 "# The algorithm descriptions contained in this file are synchronised to the\n"
120 * If the specified algorithm was defined within a package section, i.e.
141 * name associated with the current protocol or algorithm, and
152 /* protocol or algorithm is associated with a package */ in pkg_section()
173 * Given a list of protocols and number, write them to a new algorithm file.
180 * and algorithm tables are very infrequent, this should not be a issue in
245 /* Write algorithm entries. */ in write_new_algfile()
257 /* protocol and algorithm numbers */ in write_new_algfile()
262 /* algorithm names */ in write_new_algfile()
299 * zero. This fuction will get called if a algorithm in write_new_algfile()
371 * Delete the first found algorithm of the specified protocol which
390 * Can use strcmp because the algorithm names in delipsecalgbyname_common()
432 * Returns B_TRUE if an _exact_ equivalent of the specified algorithm
480 * Add a new algorithm to the /etc/inet/ipsecalgs file. Caller must free
498 * If an algorithm that matches _exactly_ the new algorithm in addipsecalg()
505 * We don't allow a new algorithm to be created if one of in addipsecalg()
506 * its names is already defined for an existing algorithm, in addipsecalg()
508 * algorithm entries that conflict with the new one are in addipsecalg()
528 * An algorithm with the same protocol number in addipsecalg()
529 * and algorithm number already exists. Fail in addipsecalg()
551 /* append the new algorithm */ in addipsecalg()
571 * Delete an algorithm by name & protocol number from /etc/inet/ipsecalgs.
592 * Delete an algorithm by num + protocol num from /etc/inet/ipsecalgs.
767 return (dgettext(TEXT_DOMAIN, "Algorithm already exists")); in ipsecalgs_diag()
773 return (dgettext(TEXT_DOMAIN, "Unknown algorithm")); in ipsecalgs_diag()