Searched refs:__cbc_triple_crypt (Results 1 – 4 of 4) sorted by relevance
166 int __cbc_triple_crypt(des_block [], char *, uint_t, uint_t, char *);
207 __cbc_triple_crypt(des_block keys[], char *buf, uint_t len, in __cbc_triple_crypt() function
592 __cbc_triple_crypt;
1619 err = __cbc_triple_crypt(cp->deskey.deskeyarray_val, in pk_crypt3()