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

  /src/lib/libc/hash/
hmac.c 56 } hmacs[] = { variable in typeref:typename:const struct hmac[]
107 for (size_t i = 0; i < __arraycount(hmacs); i++) {
108 if (strcmp(hmacs[i].name, name) != 0)
110 return &hmacs[i];
hmac.c 56 } hmacs[] = { variable in typeref:typename:const struct hmac[]
107 for (size_t i = 0; i < __arraycount(hmacs); i++) {
108 if (strcmp(hmacs[i].name, name) != 0)
110 return &hmacs[i];

Completed in 23 milliseconds