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_CipherInit
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/ppp/dist/pppd/
crypto.h
130
int
PPP_CipherInit
(PPP_CIPHER_CTX *ctx,
crypto_ms.c
137
if (
PPP_CipherInit
(ctx, PPP_des_ecb(), des_key, NULL, 1)) {
166
if (
PPP_CipherInit
(ctx, PPP_des_ecb(), des_key, NULL, 0)) {
crypto.c
128
int
PPP_CipherInit
(PPP_CIPHER_CTX *ctx, const PPP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, int encr)
444
if (
PPP_CipherInit
(ctx, PPP_des_ecb(), key, NULL, 1)) {
508
if (
PPP_CipherInit
(ctx, PPP_des_ecb(), key, NULL, 0)) {
Completed in 95 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026