Searched defs:plain (Results 1 - 25 of 67) sorted by relevance

123

/netbsd-current/external/bsd/wpa/bin/hostapd/
H A Daes-xinternal.c7 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, u8 *plain) argument
/netbsd-current/external/bsd/wpa/bin/wpa_supplicant/
H A Daes-xinternal.c7 int aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, u8 *plain) argument
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Daes-unwrap.c26 aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, u8 *plain) argument
H A Daes-wrap.c26 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) argument
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 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, argument
166 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) argument
[all...]
H A Daes-gcm.c254 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, const struct des3_key_s *key, u8 *plain) argument
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Drd_priv.c49 krb5_data plain; local
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drc2test.c45 const void *plain; member in struct:__anon97
/netbsd-current/tests/usr.bin/indent/
H A Dopt_bc.c18 char plain, *pointer; variable
29 char plain, variable
37 char plain, *pointer; variable
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dideatest.c38 static const unsigned char plain[CFB_TEST_SIZE] = { variable
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dideatest.c45 static const unsigned char plain[CFB_TEST_SIZE] = { variable
/netbsd-current/usr.bin/make/
H A Dtest-variants.mk
/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
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dattr_print64.c125 static VSTRING *plain; local
136 static VSTRING *plain; local
[all...]
/netbsd-current/lib/libc/citrus/
H A Dcitrus_lookup.c68 } plain; member in union:_citrus_lookup::__anon7504
/netbsd-current/sys/crypto/skipjack/
H A Dskipjack.c134 skipjack_forwards(u_int8_t *plain, u_int8_t *cipher, u_int8_t **key_tables) argument
201 skipjack_backwards (u_int8_t *cipher, u_int8_t *plain, u_int8_ argument
[all...]
/netbsd-current/external/bsd/wpa/dist/src/eap_server/
H A Deap_server_tls.c271 struct wpabuf *plain, *encr; local
H A Deap_server_tls_common.c454 eap_server_tls_encrypt(struct eap_sm *sm, struct eap_ssl_data *data, const struct wpabuf *plain) argument
/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dwps_attr_build.c384 wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, struct wpabuf *plain) argument
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dobstack.h180 void *(*plain) (size_t); member in union:obstack::__anon823
185 void (*plain) (void *); member in union:obstack::__anon824

Completed in 178 milliseconds

123