HomeSort by: relevance | last modified time | path
    Searched refs:dst_check_algorithm (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/include/isc/
dst.h 21 #define dst_check_algorithm __dst_check_algorithm macro
61 int dst_check_algorithm(const int);
  /src/lib/libresolv/
dst_api.c 24 * int dst_check_algorithm() Function to determines if alg is supported.
134 * dst_check_algorithm
147 dst_check_algorithm(const int alg) function in typeref:typename:int
172 if (dst_check_algorithm(alg)) /*%< make sure alg is available */
336 if (!dst_check_algorithm(in_alg)) { /*%< make sure alg is available */
378 if (!dst_check_algorithm(key->dk_alg)) { /*%< make sure alg is available */
661 if (!dst_check_algorithm(alg)) { /*%< make sure alg is available */
720 if (!dst_check_algorithm(key->dk_alg)) { /*%< make sure alg is available */
777 if (!dst_check_algorithm(alg)) { /*%< make sure alg is available */
973 if (!dst_check_algorithm(alg)) { /*%< make sure alg is available *
    [all...]

Completed in 13 milliseconds