Home
last modified time | relevance | path

Searched refs:__min_size (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/crypto/sha2/
Dsha256.h87 void SHA256_Final(unsigned char [__min_size(SHA256_DIGEST_LENGTH)],
/third_party/FreeBSD/sys/sys/
Dcdefs.h353 #define __min_size(x) static (x) macro
355 #define __min_size(x) (x) macro