Searched defs:cipher (Results 126 - 150 of 697) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dcrypto.h50 const cipher_kt_t *cipher; /**< Cipher static parameters */ member in struct:key_type
60 uint8_t cipher[MAX_CIPHER_KEY_LENGTH]; member in struct:key
73 cipher_ctx_t *cipher; /**< Generic cipher %context. */ member in struct:key_ctx
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/apps/
H A Dgenpkey.c83 const EVP_CIPHER *cipher = NULL; local
H A Dpkcs8.c79 const EVP_CIPHER *cipher = NULL; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/cipher/
H A Dcast5.c474 byte cipher[8]= { 0x23, 0x8B, 0x4F, 0xE5, 0x84, 0x7E, 0x44, 0xB2 }; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/apps/
H A Dgenpkey.c82 const EVP_CIPHER *cipher = NULL; local
H A Dpkcs8.c78 const EVP_CIPHER *cipher = NULL; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/evp/
H A Dbio_enc.c83 EVP_CIPHER_CTX cipher; member in struct:enc_struct
[all...]
H A Devp_test.c244 static int test_cipher(const char *cipher,const unsigned char *key,int kn, argument
368 char *cipher; local
[all...]
H A Dp5_crpt2.c202 const EVP_CIPHER *cipher; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/cmac/
H A Dcmac.c151 CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, const EVP_CIPHER *cipher, ENGINE *impl) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/evp/
H A Dbio_enc.c86 EVP_CIPHER_CTX cipher; member in struct:enc_struct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/rsn_supp/
H A Dpeerkey.h34 int cipher; /* Selected cipher (WPA_CIPHER_*) */ member in struct:wpa_peerkey
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/wpa_supplicant/tests/
H A Dtest_aes.c68 u8 cipher[] = { 0x19, 0xDD, 0x5C, 0x4C, 0x93, 0x31, 0x04, 0x9D, local
110 u8 cipher[32]; member in struct:cbc_test_vector
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/rsn_supp/
H A Dpeerkey.h34 int cipher; /* Selected cipher (WPA_CIPHER_*) */ member in struct:wpa_peerkey
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/evp/
H A Devp_enc.c94 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, argument
102 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, argument
292 EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv) argument
298 EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
305 EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv) argument
311 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
[all...]
H A Devp_lib.c211 EVP_CIPHER_flags(const EVP_CIPHER *cipher) argument
241 EVP_CIPHER_iv_length(const EVP_CIPHER *cipher) argument
251 EVP_CIPHER_key_length(const EVP_CIPHER *cipher) argument
261 EVP_CIPHER_nid(const EVP_CIPHER *cipher) argument
310 evp_get_fips_cipher(const EVP_CIPHER *cipher) argument
[all...]
H A Devp_pbe.c154 const EVP_CIPHER *cipher; local
247 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md, argument
H A Devp_test.c377 static int test_cipher(const char *cipher, const unsigned char *key, int kn, argument
500 char *cipher; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/krb5/
H A Dkrb5_asn.h86 ASN1_OCTET_STRING *cipher; member in struct:krb5_encdata_st
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/pkcs7/
H A Dpk7_lib.c575 int PKCS7_set_cipher(PKCS7 *p7, const EVP_CIPHER *cipher) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/engines/ccgost/
H A Dgost89.c349 void gost_enc(gost_ctx * c, const byte * clear, byte * cipher, int blocks) argument
360 void gost_dec(gost_ctx * c, const byte * cipher, byte * clear, int blocks) argument
389 void gost_dec_cfb(gost_ctx * ctx, const byte * iv, const byte * cipher, argument
371 gost_enc_cfb(gost_ctx * ctx, const byte * iv, const byte * clear, byte * cipher, int blocks) argument
[all...]
H A Dgost_lcl.h70 ASN1_OBJECT *cipher; member in struct:__anon5251
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dkrb5_asn.h86 ASN1_OCTET_STRING *cipher; member in struct:krb5_encdata_st
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ssl/
H A Dssl_asn1.c95 ASN1_OCTET_STRING cipher; member in struct:ssl_session_asn1_st
[all...]
H A Dssl_task.c140 static char *cipher = NULL; variable

Completed in 189 milliseconds

1234567891011>>