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

1234

/freebsd-10-stable/lib/libutil/
H A Dlogin_crypt.c39 const char *cipher; local
/freebsd-10-stable/sys/dev/random/
H A Dhash.h41 cipherInstance cipher; /* Rijndael internal */ member in struct:randomdev_key
/freebsd-10-stable/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-stable/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-stable/crypto/openssl/crypto/cms/
H A Dcms_enc.c217 cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen) argument
/freebsd-10-stable/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-stable/crypto/openssl/apps/
H A Dpkey.c76 const EVP_CIPHER *cipher = NULL; local
H A Dgenpkey.c83 const EVP_CIPHER *cipher = NULL; local
H A Dpkcs8.c79 const EVP_CIPHER *cipher = NULL; local
/freebsd-10-stable/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
/freebsd-10-stable/crypto/openssl/crypto/pem/
H A Dpem_info.c236 EVP_CIPHER_INFO cipher; local
/freebsd-10-stable/crypto/openssh/
H A Dcipher.h72 const struct sshcipher *cipher; member in struct:sshcipher_ctx
/freebsd-10-stable/crypto/openssl/ssl/
H A Ds23_clnt.c263 SSL_CIPHER *cipher; local
/freebsd-10-stable/contrib/wpa/src/rsn_supp/
H A Dpeerkey.h28 int cipher; /* Selected cipher (WPA_CIPHER_*) */ member in struct:wpa_peerkey
/freebsd-10-stable/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-stable/crypto/openssl/engines/ccgost/
H A Dgost_eng.c186 static int gost_ciphers(ENGINE *e, const EVP_CIPHER **cipher, argument
/freebsd-10-stable/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-stable/contrib/wpa/src/eap_peer/
H A Deap_sake.c24 u8 cipher[EAP_SAKE_TEK_CIPHER_LEN]; member in struct:eap_sake_data::__anon4830
/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Deap_server_sake.c23 u8 cipher[EAP_SAKE_TEK_CIPHER_LEN]; member in struct:eap_sake_data::__anon4862
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Daes-test.c286 krb_enc(krb5_context context, krb5_crypto crypto, unsigned usage, krb5_data *cipher, krb5_data *clear) argument
425 krb_enc_iov(krb5_context context, krb5_crypto crypto, unsigned usage, krb5_data *cipher, krb5_data *clear) argument
520 krb_enc_mit(krb5_context context, krb5_enctype enctype, krb5_keyblock *key, unsigned usage, krb5_data *cipher, krb5_data *clear) argument
595 krb5_data cipher, plain; local
[all...]
/freebsd-10-stable/sys/opencrypto/
H A Dskipjack.c129 skipjack_forwards(u_int8_t *plain, u_int8_t *cipher, u_int8_t **key_tables) argument
196 skipjack_backwards (u_int8_t *cipher, u_int8_ argument
[all...]
/freebsd-10-stable/tools/regression/net80211/tkip/
H A Dtest_tkip.c123 int cipher; member in struct:ciphertest

Completed in 157 milliseconds

1234