Searched defs:cipher (Results 1 - 25 of 98) sorted by relevance

1234

/freebsd-9.3-release/lib/libutil/
H A Dlogin_crypt.c39 const char *cipher; local
/freebsd-9.3-release/sys/dev/random/
H A Dhash.h37 cipherInstance cipher; /* Rijndael internal */ member in struct:yarrowkey
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Daes-unwrap.c31 int aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) argument
H A Daes-wrap.c31 int aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher) argument
/freebsd-9.3-release/crypto/openssl/crypto/pkcs12/
H A Dp12_p8e.c64 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, argument
H A Dp12_crpt.c88 PKCS12_PBE_keyivgen(EVP_CIPHER_CTX *ctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de) argument
/freebsd-9.3-release/contrib/wpa/src/tls/
H A Dtlsv1_common.c101 const struct tls_cipher_data * tls_get_cipher_data(tls_cipher cipher) argument
111 int tls_server_key_exchange_allowed(tls_cipher cipher) argument
H A Dtlsv1_server.c432 char *cipher; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/evp/
H A Dp5_crpt.c105 PKCS5_PBE_keyivgen(EVP_CIPHER_CTX *cctx, const char *pass, int passlen, ASN1_TYPE *param, const EVP_CIPHER *cipher, const EVP_MD *md, int en_de) argument
H A Devp_pbe.c73 const EVP_CIPHER *cipher; member in struct:__anon65
123 int EVP_PBE_alg_add(int nid, const EVP_CIPHER *cipher, const EVP_MD *md, argument
H A Dp5_crpt2.c166 const EVP_CIPHER *cipher; local
H A Dbio_enc.c86 EVP_CIPHER_CTX cipher; member in struct:enc_struct
[all...]
H A Devp_test.c228 static int test_cipher(const char *cipher, const unsigned char *key, int kn, argument
348 char *cipher; local
[all...]
H A Devp_lib.c195 unsigned long EVP_CIPHER_flags(const EVP_CIPHER *cipher) argument
210 EVP_CIPHER_iv_length(const EVP_CIPHER *cipher) argument
215 EVP_CIPHER_key_length(const EVP_CIPHER *cipher) argument
[all...]
H A Denc_min.c212 int EVP_CipherInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, argument
407 EVP_CIPHER_nid(const EVP_CIPHER *cipher) argument
[all...]
H A Devp_enc.c87 int EVP_CipherInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, argument
120 int EVP_EncryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, argument
126 int EVP_EncryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, argument
133 int EVP_DecryptInit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, argument
139 EVP_DecryptInit_ex(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, ENGINE *impl, const unsigned char *key, const unsigned char *iv) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/cms/
H A Dcms_enc.c213 cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen) argument
/freebsd-9.3-release/crypto/openssh/
H A Dcipher.h72 const Cipher *cipher; member in struct:CipherContext
/freebsd-9.3-release/sys/crypto/rijndael/
H A Drijndael-api-fst.c71 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { argument
85 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, argument
200 rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, BYTE *input, int inputOctets, BYTE *outBuffer) argument
263 rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, BYTE *input, int inputLen, BYTE *outBuffer) argument
362 rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, BYTE *input, int inputOctets, BYTE *outBuffer) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/pem/
H A Dpem_info.c235 EVP_CIPHER_INFO cipher; local
/freebsd-9.3-release/crypto/openssl/demos/
H A Db64.c90 EVP_CIPHER *cipher = NULL, *c; local
/freebsd-9.3-release/contrib/wpa/src/rsn_supp/
H A Dpeerkey.h34 int cipher; /* Selected cipher (WPA_CIPHER_*) */ member in struct:wpa_peerkey
/freebsd-9.3-release/crypto/openssl/apps/
H A Dpkcs8.c79 const EVP_CIPHER *cipher = NULL; local
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_sake.c29 u8 cipher[EAP_SAKE_TEK_CIPHER_LEN]; member in struct:eap_sake_data::__anon4370
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server_sake.c28 u8 cipher[EAP_SAKE_TEK_CIPHER_LEN]; member in struct:eap_sake_data::__anon4401

Completed in 229 milliseconds

1234