HomeSort by relevance Sort by last modified time
    Searched refs:EVP_CipherUpdate (Results 1 - 11 of 11) sorted by null

  /external/chromium/crypto/
encryptor_openssl.cc 108 if (!EVP_CipherUpdate(ctx.get(), out_ptr, &out_len,
  /external/openssl/crypto/pkcs12/
p12_decr.c 92 if (!EVP_CipherUpdate(&ctx, out, &i, in, inlen))
  /external/openssl/crypto/evp/
bio_enc.c 201 EVP_CipherUpdate(&(ctx->cipher),
205 /* Note: it is possible for EVP_CipherUpdate to
260 EVP_CipherUpdate(&(ctx->cipher),
evp_enc.c 261 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out, int *outl,
evp.h 604 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
    [all...]
  /external/openssl/crypto/pkcs7/
bio_ber.c 302 EVP_CipherUpdate(&(ctx->cipher),
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 294 public static native int EVP_CipherUpdate(long ctx, byte[] out, int outOffset, byte[] in,
    [all...]
OpenSSLCipher.java 321 outputOffset += NativeCrypto.EVP_CipherUpdate(cipherCtx.getContext(), output, outputOffset,
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c 159 if (!EVP_CipherUpdate(&ctx, skip_buf, &outl, skip_buf, len))
164 if (EVP_CipherUpdate(&ctx, data, &outl, data, data_len))
  /external/openssl/include/openssl/
evp.h 604 int EVP_CipherUpdate(EVP_CIPHER_CTX *ctx, unsigned char *out,
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 105 milliseconds