HomeSort by: relevance | last modified time | path
    Searched refs:PPP_CipherFinal (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
crypto.h 146 int PPP_CipherFinal(PPP_CIPHER_CTX *ctx,
crypto_ms.c 141 if (PPP_CipherFinal(ctx, cipher + clen, &clen)) {
170 if (PPP_CipherFinal(ctx, clear + clen, &clen)) {
crypto.c 157 int PPP_CipherFinal(PPP_CIPHER_CTX *ctx, unsigned char *out, int *outl)
450 if (PPP_CipherFinal(ctx, cipher+offset, &cipher_len)) {
514 if (PPP_CipherFinal(ctx, plain+offset, &outlen)) {

Completed in 20 milliseconds