Searched refs:cipher_ctx_t (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto_backend.h250 void cipher_ctx_init (cipher_ctx_t *ctx, uint8_t *key, int key_len,
258 void cipher_ctx_cleanup (cipher_ctx_t *ctx);
269 int cipher_ctx_iv_length (const cipher_ctx_t *ctx);
278 int cipher_ctx_block_size (const cipher_ctx_t *ctx);
288 int cipher_ctx_mode (const cipher_ctx_t *ctx);
299 int cipher_ctx_reset (cipher_ctx_t *ctx, uint8_t *iv_buf);
318 int cipher_ctx_update (cipher_ctx_t *ctx, uint8_t *dst, int *dst_len,
331 int cipher_ctx_final (cipher_ctx_t *ctx, uint8_t *dst, int *dst_len);
H A Dcrypto_openssl.h44 typedef EVP_CIPHER_CTX cipher_ctx_t; typedef
H A Dcrypto_polarssl.h44 typedef cipher_context_t cipher_ctx_t; typedef
H A Dcrypto.h73 cipher_ctx_t *cipher; /**< Generic cipher %context. */
H A Dcrypto.c470 ALLOC_OBJ(ctx->cipher, cipher_ctx_t);

Completed in 30 milliseconds