Lines Matching defs:algorithm
88 0x00, /*%< algorithm */
260 uint32_t algorithm, isccc_region_t *secret) {
270 switch (algorithm) {
307 if (algorithm == ISCCC_ALG_HMACMD5) {
316 isccc_cc_towire(isccc_sexpr_t *alist, isc_buffer_t **buffer, uint32_t algorithm,
322 4 + ((algorithm == ISCCC_ALG_HMACMD5)
340 if (algorithm == ISCCC_ALG_HMACMD5) {
352 *hmac_alg = algorithm;
374 algorithm, secret);
381 uint32_t algorithm, isccc_region_t *secret) {
398 if (algorithm == ISCCC_ALG_HMACMD5) {
411 switch (algorithm) {
452 if (algorithm == ISCCC_ALG_HMACMD5) {
473 * to identify which algorithm is in use.
480 if ((valalg != algorithm) ||
492 uint32_t algorithm, unsigned int depth, isccc_sexpr_t **alistp);
543 uint32_t algorithm, unsigned int depth, isccc_sexpr_t **alistp) {
592 algorithm, secret);
642 uint32_t algorithm, isccc_region_t *secret) {
655 return table_fromwire(source, secret, algorithm, 0, alistp);