Searched refs:do_cipher (Results 1 - 4 of 4) sorted by relevance

/external/openssl/crypto/evp/
H A Devp_lib.c193 return ctx->cipher->do_cipher(ctx,out,in,inl);
H A Devp_enc.c76 #define M_do_cipher(ctx, out, in, inl) ctx->cipher->do_cipher(ctx, out, in, inl)
H A Devp.h312 int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out, member in struct:evp_cipher_st
/external/openssl/include/openssl/
H A Devp.h312 int (*do_cipher)(EVP_CIPHER_CTX *ctx, unsigned char *out, member in struct:evp_cipher_st

Completed in 92 milliseconds