Home
last modified time | relevance | path

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

/openbsd-src/regress/sys/crypto/enc/
H A Ddes3.c57 docrypt(const unsigned char *key, size_t klen, const unsigned char *iv0, in docrypt() function
147 if (docrypt(key, sizeof(key), iv, b2, b2, sizeof(b1), 0) < 0) { in main()
159 if (docrypt(key, sizeof(key), iv, b1, b2, sizeof(b1), 1) < 0) { in main()
/openbsd-src/regress/sys/crypto/aes/
H A Daestest.c43 docrypt(const unsigned char *key, size_t klen, const unsigned char *in, in docrypt() function
148 if (docrypt(key, keylen, plaintext, result, textlen, 1) < 0) { in do_tests()
157 if (docrypt(key, keylen, ciphertext, result, textlen, 0) < 0) { in do_tests()
/openbsd-src/regress/sys/crypto/aesctr/
H A Daesctr.c164 docrypt(const unsigned char *key, size_t klen, const unsigned char *iv, in docrypt() function
240 if (docrypt(data[TST_KEY], length[TST_KEY], in run()