OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PPP_CipherUpdate
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ppp/dist/pppd/
crypto.h
139
int
PPP_CipherUpdate
(PPP_CIPHER_CTX *ctx,
crypto_ms.c
139
if (
PPP_CipherUpdate
(ctx, cipher, &clen, clear, 8)) {
168
if (
PPP_CipherUpdate
(ctx, clear, &clen, cipher, 8)) {
crypto.c
145
int
PPP_CipherUpdate
(PPP_CIPHER_CTX *ctx, unsigned char *out, int *outl, const unsigned char *in, int inl)
446
if (
PPP_CipherUpdate
(ctx, cipher, &cipher_len, plain, sizeof(plain))) {
510
if (
PPP_CipherUpdate
(ctx, plain, &outlen, cipher, sizeof(cipher))) {
Completed in 16 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026