Lines Matching defs:selector
2654 static unsigned char *dane_i2d(X509 *cert, uint8_t selector,
2663 switch (selector) {
2691 unsigned selector = DANETLS_NONE;
2735 * don't go out of our way to cache multiple selector-specific i2d buffers
2736 * across usages, but if the selector happens to remain the same as switch
2755 /* Reset digest agility for each usage/selector pair */
2759 if (t->selector != selector) {
2760 selector = t->selector;
2762 /* Update per-selector state */
2764 i2dbuf = dane_i2d(cert, selector, &i2dlen);
2768 /* Reset digest agility for each usage/selector pair */
2777 * For a fixed selector, after processing all records with the
2786 * Each time we hit a (new selector or) mtype, re-compute the relevant
2867 t->selector != DANETLS_SELECTOR_SPKI ||