HomeSort by relevance Sort by last modified time
    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 84 milliseconds