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

12345

/freebsd-11-stable/lib/libutil/
H A Dlogin_crypt.c39 const char *cipher; local
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Daes-unwrap.c26 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, argument
H A Daes-wrap.c26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) argument
/freebsd-11-stable/sys/dev/random/
H A Dhash.h48 cipherInstance cipher; /* Rijndael internal */ member in struct:randomdev_key
/freebsd-11-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-11-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
H A Dp5_crpt2.c197 const EVP_CIPHER *cipher; local
H A Dbio_enc.c86 EVP_CIPHER_CTX cipher; member in struct:enc_struct
[all...]
/freebsd-11-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-11-stable/stand/libsa/geli/
H A Dgeliboot_crypto.c42 cipherInstance cipher; local
/freebsd-11-stable/sys/crypto/rijndael/
H A Drijndael-api-fst.c72 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { argument
86 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, argument
201 rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputOctets, BYTE *outBuffer) argument
264 rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputLen, BYTE *outBuffer) argument
363 rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputOctets, BYTE *outBuffer) argument
[all...]
/freebsd-11-stable/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-11-stable/crypto/openssl/crypto/pem/
H A Dpem_info.c236 EVP_CIPHER_INFO cipher; local
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds23_clnt.c266 SSL_CIPHER *cipher; local
H A Dssl_task.c140 static char *cipher = NULL; variable
/freebsd-11-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-11-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-11-stable/crypto/openssl/engines/ccgost/
H A Dgost_eng.c182 static int gost_ciphers(ENGINE *e, const EVP_CIPHER **cipher, argument
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:__anon6459
/freebsd-11-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-11-stable/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c535 int cipher; member in struct:ciphertest

Completed in 194 milliseconds

12345