/dflybsd-src/contrib/wpa_supplicant/src/crypto/ |
H A D | des-internal.c | 435 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt) in des_block_encrypt() 446 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain) in des_block_decrypt() 469 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) in des3_encrypt() 483 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain) in des3_decrypt()
|
H A D | crypto_internal-cipher.c | 103 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 167 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
H A D | crypto_libtomcrypt.c | 100 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 129 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 354 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 379 u8 *plain, size_t len) in crypto_cipher_decrypt() 617 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1()
|
H A D | aes-unwrap.c | 27 u8 *plain) in aes_unwrap()
|
H A D | aes-wrap.c | 26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap()
|
H A D | crypto_nettle.c | 261 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 292 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 436 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 452 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
H A D | crypto_gnutls.c | 237 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 271 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 481 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 492 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
H A D | aes-ccm.c | 149 size_t M, const u8 *plain, size_t plain_len, in aes_ccm_ae() 180 const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) in aes_ccm_ad()
|
H A D | crypto_linux.c | 503 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 523 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 785 u8 *plain) in aes_unwrap() 978 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 986 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
H A D | aes-gcm.c | 255 const u8 *plain, size_t plain_len, in aes_gcm_ae() 290 const u8 *aad, size_t aad_len, const u8 *tag, u8 *plain) in aes_gcm_ad()
|
H A D | aes-internal-enc.c | 119 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt()
|
H A D | aes-internal-dec.c | 151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt()
|
H A D | crypto_internal-rsa.c | 113 u8 *plain, size_t *plain_len) in crypto_public_key_decrypt_pkcs1()
|
H A D | crypto_wolfssl.c | 328 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 361 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 412 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() 426 u8 *plain) in aes_unwrap() 544 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 575 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
H A D | crypto_openssl.c | 341 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() 398 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() 431 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) in aes_wrap() 447 u8 *plain) in aes_unwrap() 718 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() 729 u8 *plain, size_t len) in crypto_cipher_decrypt()
|
/dflybsd-src/contrib/wpa_supplicant/src/eap_common/ |
H A D | ikev2_common.c | 176 const u8 *plain, u8 *crypt, size_t len) in ikev2_encr_encrypt() 211 const u8 *crypt, u8 *plain, size_t len) in ikev2_encr_decrypt() 532 struct wpabuf *plain, u8 next_payload) in ikev2_build_encrypted()
|
/dflybsd-src/contrib/wpa_supplicant/src/wps/ |
H A D | wps_enrollee.c | 210 struct wpabuf *msg, *plain; in wps_build_m5() local 349 static int wps_build_ap_settings(struct wps_data *wps, struct wpabuf *plain) in wps_build_ap_settings() 379 struct wpabuf *msg, *plain; in wps_build_m7() local
|
/dflybsd-src/contrib/wpa_supplicant/src/eap_peer/ |
H A D | ikev2.c | 1108 struct wpabuf *plain = wpabuf_alloc(data->IDr_len + 1000); in ikev2_build_sa_init() local 1141 struct wpabuf *msg, *plain; in ikev2_build_sa_auth() local 1184 struct wpabuf *plain = wpabuf_alloc(100); in ikev2_build_notify() local
|
/dflybsd-src/sys/opencrypto/ |
H A D | skipjack.c | 127 skipjack_forwards(u_int8_t *plain, u_int8_t *cipher, u_int8_t **key_tables) in skipjack_forwards() 194 skipjack_backwards (u_int8_t *cipher, u_int8_t *plain, u_int8_t **key_tables) in skipjack_backwards()
|
/dflybsd-src/crypto/openssh/ |
H A D | cipher-aes.c | 76 u_char *cprev, *cnow, *plain, *ivp; in ssh_rijndael_cbc() local
|
/dflybsd-src/contrib/bmake/ |
H A D | cond.c | 144 bool plain; member 981 CondEvalExpression(const char *cond, bool plain, in CondEvalExpression() 1113 bool plain; in Cond_EvalLine() local
|
/dflybsd-src/contrib/wpa_supplicant/src/tls/ |
H A D | pkcs1.c | 136 u8 *plain, size_t *plain_len) in pkcs1_decrypt_public_key()
|
/dflybsd-src/contrib/wpa_supplicant/src/ap/ |
H A D | wpa_auth_ft.c | 73 u8 **plain, size_t *plain_size) in wpa_ft_rrb_decrypt() 137 static int wpa_ft_rrb_get_tlv(const u8 *plain, size_t plain_len, in wpa_ft_rrb_get_tlv() 174 static void wpa_ft_rrb_dump(const u8 *plain, const size_t plain_len) in wpa_ft_rrb_dump() 223 static int wpa_ft_rrb_get_tlv_vlan(const u8 *plain, const size_t plain_len, in wpa_ft_rrb_get_tlv_vlan() 435 u8 **plain, size_t *plain_len) in wpa_ft_rrb_lin() 474 const u8 *plain, const size_t plain_len, in wpa_ft_rrb_encrypt() 526 u8 *plain = NULL, *auth = NULL, *pos, *tmp; in wpa_ft_rrb_build() local 3584 u8 *plain = NULL, *packet = NULL; in wpa_ft_rrb_rx_pull() local 3741 u8 *plain = NULL; in wpa_ft_rrb_rx_r1() local 4048 u8 *plain = NULL; in wpa_ft_rrb_rx_seq() local
|
/dflybsd-src/contrib/grep/lib/ |
H A D | obstack.h | 191 void *(*plain) (size_t); member 196 void (*plain) (void *); member
|
/dflybsd-src/contrib/binutils-2.27/include/ |
H A D | obstack.h | 180 void *(*plain) (size_t); member 185 void (*plain) (void *); member
|