Home
last modified time | relevance | path

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

/openbsd/libexec/login_token/
H A Dtoken.c168 TOKEN_CBlock cipher_text; in tokenverify() local
174 memset(cipher_text.ct, 0, sizeof(cipher_text.ct)); in tokenverify()
205 DES_ecb_encrypt(&tokennumber.cb, &cipher_text.cb, &key_schedule, in tokenverify()
215 HTONL(cipher_text.ul[0]); in tokenverify()
216 snprintf(cmp_text.ct, sizeof(cmp_text.ct), "%8.8x", cipher_text.ul[0]); in tokenverify()