Searched refs:encrypt (Results 1 – 7 of 7) sorted by relevance
| /third_party/ulib/uboringssl/crypto/fipsmodule/cipher/ |
| A D | cipher.c | 137 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 D | e_aes.c | 255 (*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 D | encrypt.c | 28 void encrypt(char* block, int edflag) { in encrypt() function
|
| /third_party/ulib/uboringssl/decrepit/xts/ |
| A D | xts.c | 217 !CRYPTO_xts128_encrypt(&xctx->xts, ctx->iv, in, out, len, ctx->encrypt)) { in aes_xts_cipher()
|
| /third_party/ulib/musl/include/ |
| A D | unistd.h | 138 void encrypt(char*, int);
|
| /third_party/ulib/uboringssl/include/openssl/ |
| A D | cipher.h | 491 int encrypt; member
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 1152 - legacy setkey and encrypt API for DES
|
Completed in 17 milliseconds