Searched defs:crypt (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dcrypto_internal-rsa.c111 crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, const u8 *crypt, size_t crypt_len, u8 *plain, size_t *plain_len) argument
H A Daes-internal-dec.c151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
H A Daes-internal-enc.c119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
H A Daes-ccm.c148 aes_ccm_ae(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *plain, size_t plain_len, const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) argument
178 aes_ccm_ad(const u8 *key, size_t key_len, const u8 *nonce, size_t M, const u8 *crypt, size_t crypt_len, const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) argument
H A Dcrypto_internal-cipher.c103 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
166 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) argument
[all...]
H A Daes-gcm.c229 aes_gcm_ghash(const u8 *H, const u8 *aad, size_t aad_len, const u8 *crypt, size_t crypt_len, u8 *S) argument
254 aes_gcm_ae(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *plain, size_t plain_len, const u8 *aad, size_t aad_len, u8 *crypt, u8 *tag) argument
288 aes_gcm_ad(const u8 *key, size_t key_len, const u8 *iv, size_t iv_len, const u8 *crypt, size_t crypt_len, const u8 *aad, size_t aad_len, const u8 *tag, u8 *plain) argument
H A Ddes-internal.c435 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt) argument
446 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain) argument
469 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) argument
483 void des3_decrypt(const u8 *crypt, cons argument
[all...]
H A Dcrypto_gnutls.c237 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
271 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
491 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
481 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
H A Dcrypto_nettle.c261 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
292 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
451 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
436 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
H A Dcrypto_libtomcrypt.c100 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
129 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
378 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
354 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
615 crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, const u8 *crypt, size_t crypt_len, u8 *plain, size_t *plain_len) argument
[all...]
H A Dcrypto_linux.c503 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
523 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
985 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
978 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
H A Dcrypto_openssl.c341 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
398 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
728 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
718 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
H A Dcrypto_wolfssl.c328 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) argument
361 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) argument
574 int crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, argument
544 crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, u8 *crypt, size_t len) argument
[all...]
/netbsd-current/external/bsd/wpa/dist/src/tls/
H A Dpkcs1.c134 pkcs1_decrypt_public_key(struct crypto_rsa_key *key, const u8 *crypt, size_t crypt_len, u8 *plain, size_t *plain_len) argument
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dsymmetric.c94 std_set_iv(pgp_crypt_t *crypt, const uint8_t *iv) argument
101 std_set_key(pgp_crypt_t *crypt, const uint8_t *key) argument
121 std_finish(pgp_crypt_t *crypt) argument
134 cast5_init(pgp_crypt_t *crypt) argument
153 cast5_block_encrypt(pgp_crypt_t *crypt, void *out, const void *in) argument
159 cast5_block_decrypt(pgp_crypt_t *crypt, void *out, const void *in) argument
165 cast5_cfb_encrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) argument
173 cast5_cfb_decrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) argument
205 blowfish_init(pgp_crypt_t *crypt) argument
228 blowfish_block_encrypt(pgp_crypt_t *crypt, void *out, const void *in) argument
234 blowfish_block_decrypt(pgp_crypt_t *crypt, void *out, const void *in) argument
240 blowfish_cfb_encrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) argument
248 blowfish_cfb_decrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) argument
276 idea_init(pgp_crypt_t *crypt) argument
307 idea_block_encrypt(pgp_crypt_t *crypt, void *out, const void *in) argument
313 idea_block_decrypt(pgp_crypt_t *crypt, void *out, const void *in) argument
319 idea_cfb_encrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) argument
327 idea_cfb_decrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) argument
357 aes128_init(pgp_crypt_t *crypt) argument
386 aes_block_encrypt(pgp_crypt_t *crypt, void *out, const void *in) argument
392 aes_block_decrypt(pgp_crypt_t *crypt, void *out, const void *in) argument
398 aes_cfb_encrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) argument
406 aes_cfb_decrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) argument
435 aes256_init(pgp_crypt_t *crypt) argument
492 tripledes_init(pgp_crypt_t *crypt) argument
512 tripledes_block_encrypt(pgp_crypt_t *crypt, void *out, const void *in) argument
521 tripledes_block_decrypt(pgp_crypt_t *crypt, void *out, const void *in) argument
530 tripledes_cfb_encrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) argument
541 tripledes_cfb_decrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) argument
574 camellia128_init(pgp_crypt_t *crypt) argument
600 camellia_block_encrypt(pgp_crypt_t *crypt, void *out, const void *in) argument
606 camellia_block_decrypt(pgp_crypt_t *crypt, void *out, const void *in) argument
612 camellia_cfb_encrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) argument
620 camellia_cfb_decrypt(pgp_crypt_t *crypt, void *out, const void *in, size_t count) argument
649 camellia256_init(pgp_crypt_t *crypt) argument
728 pgp_crypt_any(pgp_crypt_t *crypt, pgp_symm_alg_t alg) argument
864 pgp_encrypt_se_ip(pgp_crypt_t *crypt, void *out, const void *in, size_t count) argument
878 pgp_decrypt_se_ip(pgp_crypt_t *crypt, void *out, const void *in, size_t count) argument
[all...]
H A Dwriter.c923 pgp_crypt_t *crypt; member in struct:__anon366
1013 pgp_crypt_t *crypt; member in struct:__anon367
1385 pgp_crypt_t *crypt; member in struct:__anon370
[all...]
/netbsd-current/tests/lib/libdes/
H A Dt_des.c65 #define crypt(c,s) (des_crypt((c),(s))) macro
/netbsd-current/external/bsd/wpa/dist/src/eap_common/
H A Dikev2_common.c175 ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, const u8 *plain, u8 *crypt, size_t len) argument
210 ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, const u8 *crypt, u8 *plain, size_t len) argument
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dmesh_rsn.c642 u8 *ampe_buf, *crypt = NULL, *pos, *end; local
/netbsd-current/lib/libcrypt/
H A Dcrypt.c687 crypt(const char *key, const char *salt) function
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_hostap.h173 } crypt; member in union:prism2_hostapd_param::__anon6293
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dwpa_auth.c2481 const u8 *end, *ie_start, *ie, *session, *crypt; local

Completed in 178 milliseconds