| /src/crypto/external/bsd/openssl.old/dist/crypto/evp/ |
| evp_local.h | 28 int encrypt; /* encrypt or decrypt */ member in struct:evp_cipher_ctx_st
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| igetest.c | 43 const int encrypt; member in struct:ige_test 88 const int encrypt; member in struct:bi_ige_test 160 if (v->encrypt == AES_ENCRYPT) 165 AES_ige_encrypt(v->in, buf, v->length, &key, iv, v->encrypt); 178 AES_ige_encrypt(buf, buf, v->length, &key, iv, v->encrypt); 201 if (v->encrypt == AES_ENCRYPT) { 210 v->encrypt);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| igetest.c | 43 const int encrypt; member in struct:ige_test 88 const int encrypt; member in struct:bi_ige_test 160 if (v->encrypt == AES_ENCRYPT) 165 AES_ige_encrypt(v->in, buf, v->length, &key, iv, v->encrypt); 178 AES_ige_encrypt(buf, buf, v->length, &key, iv, v->encrypt); 201 if (v->encrypt == AES_ENCRYPT) { 210 v->encrypt);
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| igetest.c | 38 const int encrypt; member in struct:ige_test 83 const int encrypt; member in struct:bi_ige_test 155 if (v->encrypt == AES_ENCRYPT) 160 AES_ige_encrypt(v->in, buf, v->length, &key, iv, v->encrypt); 173 AES_ige_encrypt(buf, buf, v->length, &key, iv, v->encrypt); 196 if (v->encrypt == AES_ENCRYPT) { 205 v->encrypt);
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| crypto.h | 124 krb5_error_code (*encrypt)(krb5_context context, member in struct:_krb5_encryption_type
|
| /src/external/bsd/elftosb/dist/common/ |
| rijndael.cpp | 984 if((dir != Encrypt) && (dir != Decrypt))return RIJNDAEL_UNSUPPORTED_DIRECTION; 1048 if(m_direction != Encrypt)return RIJNDAEL_BAD_DIRECTION; 1058 encrypt(input,outBuffer); 1068 encrypt(block,outBuffer); 1077 encrypt(block,outBuffer); 1098 encrypt(block,block); 1133 if(m_direction != Encrypt)return RIJNDAEL_NOT_INITIALIZED; 1144 encrypt(input, outBuffer); 1152 encrypt(block,outBuffer); 1162 encrypt(block, outBuffer) 1455 void Rijndael::encrypt(const uint8_t a[16], uint8_t b[16]) function in class:Rijndael [all...] |
| /src/external/bsd/ntp/dist/sntp/ |
| networking.h | 93 struct value encrypt; /* send encrypt values */ member in struct:speer
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| ibss_rsn.c | 67 int encrypt = peer->authentication_status & IBSS_RSN_REPORTED_PTK; local 72 !encrypt); 76 !encrypt); 295 size_t data_len, int encrypt) 301 "encrypt=%d)", 302 __func__, MAC2STR(addr), (unsigned long) data_len, encrypt); 306 data, data_len, !encrypt);
|
| wpas_glue.c | 117 int encrypt = wpa_s->wpa && local 121 !encrypt);
|
| /src/crypto/external/bsd/openssh/dist/ |
| cipher.c | 92 int encrypt; member in struct:sshcipher_ctx 283 cc->encrypt = do_encrypt; 373 len, aadlen, authlen, cc->encrypt); 399 if (!cc->encrypt && 416 /* compute tag (on encrypt) or verify tag (on decrypt) */ 418 return cc->encrypt ? 420 if (cc->encrypt &&
|
| /src/crypto/external/bsd/openssl/dist/include/crypto/ |
| modes.h | 178 /* Need both encrypt and decrypt key schedules for decryption */ 179 block128_f encrypt; member in struct:ocb128_context
|
| /src/crypto/external/bsd/openssl/dist/providers/fips/ |
| self_test_kats.c | 84 /* Test a single KAT for encrypt/decrypt */ 88 int ret = 0, encrypt = 1, len = 0, ct_len = 0, pt_len = 0; local 103 /* Encrypt plain text message */ 105 if (!cipher_init(ctx, cipher, t, encrypt) 129 if (!(cipher_init(ctx, cipher, t, !encrypt) 528 * Test an encrypt or decrypt KAT.. 530 * FIPS 140-2 IG D.9 states that separate KAT tests are needed for encrypt 564 /* Create a EVP_PKEY_CTX to use for the encrypt or decrypt operation */ 567 || (t->encrypt && EVP_PKEY_encrypt_init(encctx) <= 0) 568 || (!t->encrypt && EVP_PKEY_decrypt_init(encctx) <= 0) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/modes/ |
| modes_local.h | 179 /* Need both encrypt and decrypt key schedules for decryption */ 180 block128_f encrypt; member in struct:ocb128_context
|
| /src/lib/libcrypt/ |
| crypt.c | 733 * Encrypt (or decrypt if num_iter < 0) the 8 chars at "in" with abs(num_iter) 1036 * "encrypt" routine (for backwards compatibility) 1039 encrypt(char *block, int flag) function
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| algorithm.h | 157 vchar_t *(*encrypt)(vchar_t *, vchar_t *, vchar_t *); member in struct:enc_algorithm
|
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| modes.h | 186 /* Need both encrypt and decrypt key schedules for decryption */ 187 block128_f encrypt; member in struct:ocb128_context
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| evp_local.h | 40 int encrypt; /* encrypt or decrypt */ member in struct:evp_cipher_ctx_st 201 OSSL_FUNC_asym_cipher_encrypt_fn *encrypt; member in struct:evp_asym_cipher_st
|
| /src/crypto/external/bsd/openssl.old/dist/include/crypto/ |
| evp.h | 71 int (*encrypt) (EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, member in struct:evp_pkey_method_st 142 /* encrypt/decrypt data */
|
| /src/external/bsd/wpa/dist/src/ap/ |
| ctrl_iface_ap.c | 637 int encrypt; local 640 encrypt = atoi(pos); 651 0, NULL, 0, !encrypt) < 0) 699 int encrypt; local 702 encrypt = atoi(pos); 713 0, NULL, 0, !encrypt) < 0)
|
| /src/crypto/external/apache2/openssl/dist/providers/fips/ |
| self_test_kats.c | 95 /* Test a single KAT for encrypt/decrypt */ 99 int ret = 0, encrypt = 1, len = 0, ct_len = 0, pt_len = 0; local 114 /* Encrypt plain text message */ 116 if (!cipher_init(ctx, cipher, t, encrypt) 141 if (!(cipher_init(ctx, cipher, t, !encrypt) 814 * Test an encrypt or decrypt KAT.. 816 * FIPS 140-2 IG D.9 states that separate KAT tests are needed for encrypt 850 /* Create a EVP_PKEY_CTX to use for the encrypt or decrypt operation */ 853 || (t->encrypt && EVP_PKEY_encrypt_init(encctx) <= 0) 854 || (!t->encrypt && EVP_PKEY_decrypt_init(encctx) <= 0) [all...] |
| /src/sys/opencrypto/ |
| cryptosoft_xform.c | 75 void (*encrypt)(void *, uint8_t *); member in struct:swcr_enc_xform
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| evp_local.h | 39 int encrypt; /* encrypt or decrypt */ member in struct:evp_cipher_ctx_st 235 OSSL_FUNC_asym_cipher_encrypt_fn *encrypt; member in struct:evp_asym_cipher_st
|
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| evp.h | 187 int encrypt; member in struct:hc_CIPHER_CTX
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_macsec_linux.c | 74 bool encrypt; member in struct:macsec_drv_data 223 wpa_printf(MSG_DEBUG, DRV_PREFIX "%s: try_commit encrypt=%d", 224 drv->ifname, drv->encrypt); 225 rtnl_link_macsec_set_encrypt(drv->link, drv->encrypt); 445 drv->encrypt = enabled; 1642 const u8 *data, size_t data_len, int encrypt,
|
| /src/common/dist/zlib/contrib/minizip/ |
| zip.c | 149 int encrypt; member in struct:__anon42 1098 zi->ci.encrypt = 0; 1219 zi->ci.encrypt = 1; 1330 if (zi->ci.encrypt != 0)
|