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

1234

/freebsd-10.1-release/lib/libutil/
H A Dlogin_crypt.c39 const char *cipher; local
/freebsd-10.1-release/sys/dev/random/
H A Dhash.h41 cipherInstance cipher; /* Rijndael internal */ member in struct:randomdev_key
/freebsd-10.1-release/contrib/wpa/src/crypto/
H A Daes-unwrap.c25 int aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) argument
H A Daes-wrap.c25 int aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher) argument
/freebsd-10.1-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.c70 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-10.1-release/crypto/openssl/crypto/evp/
H A Dp5_crpt.c74 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_test.c228 static int test_cipher(const char *cipher, const unsigned char *key, int kn, argument
348 char *cipher; local
[all...]
H A Dbio_enc.c86 EVP_CIPHER_CTX cipher; member in struct:enc_struct
[all...]
H A Dp5_crpt2.c197 const EVP_CIPHER *cipher; local
/freebsd-10.1-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-10.1-release/crypto/openssh/
H A Dcipher.h72 const Cipher *cipher; member in struct:CipherContext
/freebsd-10.1-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-10.1-release/crypto/openssl/apps/
H A Dpkey.c76 const EVP_CIPHER *cipher = NULL; local
H A Dpkcs8.c79 const EVP_CIPHER *cipher = NULL; local
H A Dgenpkey.c83 const EVP_CIPHER *cipher = NULL; local
/freebsd-10.1-release/crypto/openssl/crypto/pem/
H A Dpem_info.c230 EVP_CIPHER_INFO cipher; local
/freebsd-10.1-release/crypto/openssl/ssl/
H A Ds23_clnt.c263 SSL_CIPHER *cipher; local
/freebsd-10.1-release/contrib/wpa/src/rsn_supp/
H A Dpeerkey.h28 int cipher; /* Selected cipher (WPA_CIPHER_*) */ member in struct:wpa_peerkey
/freebsd-10.1-release/contrib/wpa/src/tls/
H A Dtlsv1_common.c105 const struct tls_cipher_data * tls_get_cipher_data(tls_cipher cipher) argument
115 int tls_server_key_exchange_allowed(tls_cipher cipher) argument
H A Dtlsv1_server.c464 char *cipher; local
[all...]
/freebsd-10.1-release/crypto/openssl/engines/ccgost/
H A Dgost_eng.c186 static int gost_ciphers(ENGINE *e, const EVP_CIPHER **cipher, argument
/freebsd-10.1-release/crypto/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
/freebsd-10.1-release/contrib/wpa/src/eap_peer/
H A Deap_sake.c24 u8 cipher[EAP_SAKE_TEK_CIPHER_LEN]; member in struct:eap_sake_data::__anon4740
/freebsd-10.1-release/contrib/wpa/src/eap_server/
H A Deap_server_sake.c23 u8 cipher[EAP_SAKE_TEK_CIPHER_LEN]; member in struct:eap_sake_data::__anon4772

Completed in 161 milliseconds

1234