/freebsd/crypto/heimdal/lib/krb5/ |
H A D | crypto-evp.c | 86 EVP_Cipher(c, data, data, len); in _krb5_evp_encrypt() 117 EVP_Cipher(c, data, data, len); in _krb5_evp_encrypt_cts() 130 EVP_Cipher(c, p, p, i); in _krb5_evp_encrypt_cts() 141 EVP_Cipher(c, p, tmp, blocksize); in _krb5_evp_encrypt_cts() 154 EVP_Cipher(c, p, p, i); in _krb5_evp_encrypt_cts() 167 EVP_Cipher(c, tmp2, p, blocksize); in _krb5_evp_encrypt_cts() 176 EVP_Cipher(c, p, tmp3, blocksize); in _krb5_evp_encrypt_cts()
|
H A D | crypto-des-common.c | 85 EVP_Cipher(ctx->ectx, p, p, 24); in _krb5_des_checksum() 113 EVP_Cipher(ctx->dctx, tmp, C->checksum.data, 24); in _krb5_des_verify()
|
H A D | crypto-des.c | 230 EVP_Cipher(c, data, data, len); in evp_des_encrypt_null_ivec() 249 EVP_Cipher(c, data, data, len); in evp_des_encrypt_key_ivec()
|
H A D | crypto-arcfour.c | 184 EVP_Cipher(ctx, cdata + 16, cdata + 16, len - 16); in ARCFOUR_subencrypt() 243 EVP_Cipher(ctx, cdata + 16, cdata + 16, len - 16); in ARCFOUR_subdecrypt()
|
H A D | crypto-aes.c | 133 EVP_Cipher(ctx, out->data, result.checksum.data, in AES_PRF()
|
/freebsd/crypto/openssh/ |
H A D | cipher-chachapoly-libcrypto.c | 100 EVP_Cipher(ctx->main_evp, poly_key, in chachapoly_crypt() 120 EVP_Cipher(ctx->header_evp, dest, src, aadlen) < 0) { in chachapoly_crypt() 129 EVP_Cipher(ctx->main_evp, dest + aadlen, src + aadlen, len) < 0) { in chachapoly_crypt() 160 if (EVP_Cipher(ctx->header_evp, buf, (u_char *)cp, sizeof(buf)) < 0) in chachapoly_get_length()
|
H A D | cipher.c | 383 EVP_Cipher(cc->evp, NULL, (u_char *)src, aadlen) < 0) in cipher_crypt() 389 if (EVP_Cipher(cc->evp, dest + aadlen, (u_char *)src + aadlen, in cipher_crypt() 394 if (EVP_Cipher(cc->evp, NULL, NULL, 0) < 0) in cipher_crypt()
|
/freebsd/crypto/openssl/crypto/cmac/ |
H A D | cmac.c | 148 if (EVP_Cipher(ctx->cctx, ctx->tbl, zero_iv, bl) <= 0) in CMAC_Init() 189 if (EVP_Cipher(ctx->cctx, ctx->tbl, ctx->last_block, bl) <= 0) in CMAC_Update() 194 if (EVP_Cipher(ctx->cctx, ctx->tbl, data, bl) <= 0) in CMAC_Update() 230 if (EVP_Cipher(ctx->cctx, out, out, bl) <= 0) { in CMAC_Final()
|
/freebsd/contrib/libfido2/src/ |
H A D | aes256.c | 39 EVP_Cipher(ctx, out->ptr, in->ptr, (u_int)out->len) < 0) { in aes256_cbc() 163 if (EVP_Cipher(ctx, NULL, aad->ptr, (u_int)aad->len) < 0 || in aes256_gcm() 164 EVP_Cipher(ctx, out->ptr, in->ptr, (u_int)textlen) < 0 || in aes256_gcm() 165 EVP_Cipher(ctx, NULL, NULL, 0) < 0) { in aes256_gcm()
|
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | arcfour.c | 246 EVP_Cipher(rc4_key, p, p, 8); in _gssapi_get_mic_arcfour() 325 EVP_Cipher(rc4_key, SND_SEQ, p, 8); in _gssapi_verify_mic_arcfour() 483 EVP_Cipher(rc4_key, p0 + 24, p0 + 24, 8 + datalen); in _gssapi_wrap_arcfour() 507 EVP_Cipher(rc4_key, p0 + 8, p0 + 8 /* SND_SEQ */, 8); in _gssapi_wrap_arcfour() 611 EVP_Cipher(rc4_key, SND_SEQ, p0 + 8, 8); in _gssapi_unwrap_arcfour() 664 EVP_Cipher(rc4_key, Confounder, p0 + 24, 8); in _gssapi_unwrap_arcfour() 665 EVP_Cipher(rc4_key, output_message_buffer->value, p0 + GSS_ARCFOUR_WRAP_TOKEN_SIZE, datalen); in _gssapi_unwrap_arcfour()
|
H A D | unwrap.c | 121 EVP_Cipher(des_ctx, p, p, input_message_buffer->length - len); in unwrap_des() 171 EVP_Cipher(des_ctx, p, p, 8); in unwrap_des()
|
H A D | wrap.c | 313 EVP_Cipher(des_ctx, p, p, 8); in wrap_des() 331 EVP_Cipher(des_ctx, p, p, datalen); in wrap_des()
|
H A D | get_mic.c | 126 EVP_Cipher(des_ctx, p, p, 8); in mic_des()
|
H A D | verify_mic.c | 112 EVP_Cipher(des_ctx, p, p, 8); in verify_mic_des()
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | wrapped.sym | 37 EVP_Cipher
|
H A D | wrap.c | 88 EVP_Cipher,
|
/freebsd/contrib/libfido2/tools/ |
H A D | largeblob.c | 398 if (EVP_Cipher(ctx, NULL, aad, (u_int)sizeof(aad)) < 0 || in decode() 399 EVP_Cipher(ctx, plaintext.ptr, ciphertext->ptr, in decode() 401 EVP_Cipher(ctx, NULL, NULL, 0) < 0) in decode()
|
/freebsd/crypto/heimdal/lib/ntlm/ |
H A D | ntlm.c | 1036 EVP_Cipher(ctx, answer, challenge, 8); in splitandenc() 1239 EVP_Cipher(c, encryptedSession->data, session->data, encryptedSession->length); in heim_ntlm_keyex_wrap() 1360 EVP_Cipher(c, session->data, encryptedSession->data, session->length); in heim_ntlm_keyex_unwrap()
|
/freebsd/crypto/openssl/test/ |
H A D | bad_dtls_test.c | 338 || !TEST_int_ge(EVP_Cipher(enc_ctx, enc, enc, len), 0)) in send_record()
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | ks_file.c | 120 EVP_Cipher(ctx, clear.data, cipher, len); in try_decrypt()
|
/freebsd/crypto/openssl/ssl/record/ |
H A D | ssl3_record.c | 957 if (EVP_Cipher(ds, rec->data, rec->input, (unsigned int)l) < 1) { in ssl3_enc() 1251 tmpr = EVP_Cipher(ds, recs[0].data, recs[0].input, in tls1_enc()
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | provider-cipher.pod | 173 L<EVP_Cipher(3)>.
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_EncryptInit.pod | 31 EVP_Cipher, 152 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, 437 =item EVP_Cipher() 1204 EVP_Cipher() returns 1 on success or 0 on failure, if the flag 1206 EVP_Cipher() returns the number of bytes written to I<out> for encryption / decryption, or
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_lib.c | 403 int EVP_Cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, in EVP_Cipher() function
|
/freebsd/crypto/openssl/util/ |
H A D | missingcrypto111.txt | 654 EVP_Cipher(3)
|