Home | Sort by: relevance | last modified time | path |
/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]; |