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

/external/openssh/
H A Dcipher-bf1.c100 orig_bf = ssh1_bf.do_cipher;
105 ssh1_bf.do_cipher = bf_ssh1_cipher;
H A Dcipher-acss.c79 acss_cipher.do_cipher = acss_ciph;
H A Dcipher-ctr.c140 aes_ctr.do_cipher = ssh_aes_ctr;
H A Dcipher-3des1.c178 ssh1_3des.do_cipher = ssh1_3des_cbc;
H A Dcipher-aes.c157 rijndal_cbc.do_cipher = ssh_rijndael_cbc;
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
H A Devp_lib.c193 return ctx->cipher->do_cipher(ctx,out,in,inl);
H A Devp_enc.c75 #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/crypto/evp/
H A Devp_lib.c193 return ctx->cipher->do_cipher(ctx,out,in,inl);
H A Devp_enc.c75 #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/chromium_org/third_party/openssl/openssl/include/openssl/
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 448 milliseconds