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

12345

/netbsd-6-1-5-RELEASE/external/bsd/wpa/bin/hostapd/
H A Daes-xinternal.c7 int aes_wrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) argument
/netbsd-6-1-5-RELEASE/external/bsd/wpa/bin/wpa_supplicant/
H A Daes-xinternal.c7 int aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain) argument
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dp12_p8e.c63 X509_SIG *PKCS8_encrypt(int pbe_nid, const EVP_CIPHER *cipher, argument
H A Dp12_crpt.c69 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
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/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
/netbsd-6-1-5-RELEASE/regress/sys/crypto/blowfish/
H A Dbftest.c157 BF_LONG data[2], plain[2], cipher[2]; local
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drc2test.c48 const void *cipher; member in struct:__anon148
H A Dvalidate.c50 const EVP_CIPHER *(*cipher)(void); member in struct:tests
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dcipher.h69 Cipher *cipher; member in struct:CipherContext
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/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
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/apps/
H A Dpkey.c75 const EVP_CIPHER *cipher = NULL; local
H A Dgenpkey.c82 const EVP_CIPHER *cipher = NULL; local
H A Dpkcs8.c78 const EVP_CIPHER *cipher = NULL; local
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/cms/
H A Dcms_enc.c239 cms_EncryptedContent_init(CMS_EncryptedContentInfo *ec, const EVP_CIPHER *cipher, const unsigned char *key, size_t keylen) argument
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dp5_crpt.c72 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
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/pem/
H A Dpem_info.c242 EVP_CIPHER_INFO cipher; local
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/trspi/crypto/openssl/
H A Dsymmetric.c142 EVP_CIPHER *cipher = NULL; local
259 EVP_CIPHER *cipher; local
333 EVP_CIPHER *cipher; local
[all...]
/netbsd-6-1-5-RELEASE/sys/crypto/rijndael/
H A Drijndael-api-fst.c103 rijndael_cipherInit(cipherInstance *cipher, BYTE mode, const char *IV) argument
119 rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, argument
192 rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputOctets, BYTE *outBuffer) argument
249 rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputLen, BYTE *outBuffer) argument
314 rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, const BYTE *input, int inputOctets, BYTE *outBuffer) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/common/api/
H A Dn8_packet.c308 N8_PacketInitializeMemory(N8_Packet_t *packetObject_p, const N8_ContextHandle_t *contextHandle_p, const N8_Protocol_t protocol, const N8_Cipher_t cipher, const N8_CipherInfo_t *cipherInfo_p, const N8_HashAlgorithm_t hashAlgorithm, const N8_PacketMemoryMode_t mode, N8_Event_t *event_p) argument
819 N8_PacketInitialize(N8_Packet_t *packetObject_p, const N8_ContextHandle_t *contextHandle_p, const N8_Protocol_t protocol, const N8_Cipher_t cipher, const N8_CipherInfo_t *cipherInfo_p, const N8_HashAlgorithm_t hashAlgorithm, N8_Event_t *event_p) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/n8/include_public/
H A Dn8_pub_symmetric.h104 N8_Cipher_t cipher; /* cipher: ARC4, DES*/ member in struct:__anon8102
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-api-fst.c79 int rijndael_cipherInit(cipherInstance *cipher, BYTE mode, char *IV) { argument
93 int rijndael_blockEncrypt(cipherInstance *cipher, keyInstance *key, argument
207 rijndael_padEncrypt(cipherInstance *cipher, keyInstance *key, BYTE *input, int inputOctets, BYTE *outBuffer) argument
270 rijndael_blockDecrypt(cipherInstance *cipher, keyInstance *key, BYTE *input, int inputLen, BYTE *outBuffer) argument
368 rijndael_padDecrypt(cipherInstance *cipher, keyInstance *key, BYTE *input, int inputOctets, BYTE *outBuffer) argument
460 rijndael_cipherUpdateRounds(cipherInstance *cipher, keyInstance *key, BYTE *input, int inputLen, BYTE *outBuffer, int rounds) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/cmac/
H A Dcmac.c152 CMAC_Init(CMAC_CTX *ctx, const void *key, size_t keylen, const EVP_CIPHER *cipher, ENGINE *impl) argument
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/
H A Db64.c90 EVP_CIPHER *cipher=NULL,*c; local
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/ccgost/
H A Dgost_eng.c194 static int gost_ciphers (ENGINE *e,const EVP_CIPHER **cipher, argument

Completed in 327 milliseconds

12345