Home
last modified time | relevance | path

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

/openbsd/usr.sbin/smtpd/
H A Dcrypto.c28 #define KEY_SIZE 32 macro
41 unsigned char key[KEY_SIZE];
47 if (len != KEY_SIZE) in crypto_setup()