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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto_backend.h119 int key_des_num_cblocks (const cipher_kt_t *kt);
182 const cipher_kt_t * cipher_kt_get (const char *ciphername);
191 const char * cipher_kt_name (const cipher_kt_t *cipher_kt);
201 int cipher_kt_key_size (const cipher_kt_t *cipher_kt);
212 int cipher_kt_iv_size (const cipher_kt_t *cipher_kt);
221 int cipher_kt_block_size (const cipher_kt_t *cipher_kt);
231 int cipher_kt_mode (const cipher_kt_t *cipher_kt);
251 const cipher_kt_t *kt, int enc);
H A Dcrypto_openssl.h38 typedef EVP_CIPHER cipher_kt_t; typedef
H A Dcrypto_polarssl.h38 typedef cipher_info_t cipher_kt_t; typedef
H A Dcrypto.h50 const cipher_kt_t *cipher; /**< Cipher static parameters */

Completed in 53 milliseconds