Home
last modified time | relevance | path

Searched refs:encrypt (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
A Dcipher.c137 enc = ctx->encrypt; in EVP_CipherInit_ex()
142 ctx->encrypt = enc; in EVP_CipherInit_ex()
152 ctx->encrypt = enc; in EVP_CipherInit_ex()
476 if (ctx->encrypt) { in EVP_CipherUpdate()
484 if (ctx->encrypt) { in EVP_CipherFinal_ex()
500 return ctx->encrypt; in EVP_CIPHER_CTX_encrypting()
A De_aes.c255 (*dat->stream.cbc)(in, out, len, &dat->ks.ks, ctx->iv, ctx->encrypt); in aes_cbc_cipher()
256 } else if (ctx->encrypt) { in aes_cbc_cipher()
438 if (arg <= 0 || arg > 16 || c->encrypt) { in aes_gcm_ctrl()
446 if (arg <= 0 || arg > 16 || !c->encrypt || gctx->taglen < 0) { in aes_gcm_ctrl()
467 if (c->encrypt && !RAND_bytes(gctx->iv + arg, gctx->ivlen - arg)) { in aes_gcm_ctrl()
490 if (gctx->iv_gen == 0 || gctx->key_set == 0 || c->encrypt) { in aes_gcm_ctrl()
535 } else if (ctx->encrypt) { in aes_gcm_cipher()
560 if (!ctx->encrypt) { in aes_gcm_cipher()
790 aes_hw_ecb_encrypt(in, out, len, ctx->cipher_data, ctx->encrypt); in aes_hw_ecb_cipher()
/third_party/ulib/musl/src/crypt/
A Dencrypt.c28 void encrypt(char* block, int edflag) { in encrypt() function
/third_party/ulib/uboringssl/decrepit/xts/
A Dxts.c217 !CRYPTO_xts128_encrypt(&xctx->xts, ctx->iv, in, out, len, ctx->encrypt)) { in aes_xts_cipher()
/third_party/ulib/musl/include/
A Dunistd.h138 void encrypt(char*, int);
/third_party/ulib/uboringssl/include/openssl/
A Dcipher.h491 int encrypt; member
/third_party/ulib/musl/
A DWHATSNEW1152 - legacy setkey and encrypt API for DES

Completed in 17 milliseconds