OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:crypto_cipher_oper
(Results
1 - 1
of
1
) sorted by null
/external/wpa_supplicant_8/src/crypto/
crypto_linux.c
926
static int
crypto_cipher_oper
(struct crypto_cipher *ctx, u32 type, const u8 *in,
function
978
return
crypto_cipher_oper
(ctx, ALG_OP_ENCRYPT, plain, crypt, len);
985
return
crypto_cipher_oper
(ctx, ALG_OP_DECRYPT, crypt, plain, len);
Completed in 74 milliseconds