HomeSort by relevance Sort by last modified time
    Searched full:crypto_cipher_encrypt (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/src/crypto/
crypto_gnutls.c 274 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
crypto_internal-cipher.c 103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
crypto_libtomcrypt.c 350 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
crypto.h 238 * crypto_cipher_encrypt - Cipher encrypt
249 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
crypto_openssl.c 598 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, function
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecCryptIo.h 183 (EFIAPI *CRYPTO_CIPHER_ENCRYPT)(
340 CRYPTO_CIPHER_ENCRYPT CipherEncrypt;
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.c 199 if (crypto_cipher_encrypt(cipher, plain, crypt, len) < 0) {
  /external/wpa_supplicant_8/src/tls/
tlsv1_record.c 249 if (crypto_cipher_encrypt(rl->write_cbc, cpayload,

Completed in 435 milliseconds