Home
last modified time | relevance | path

Searched refs:final (Results 1 – 25 of 76) sorted by relevance

1234

/openssl/dev/release-aux/
H A Drelease-state-fn.sh121 dev+final)
127 alphadev+final | betadev+final )
134 +final )
H A Drelease-version-fn.sh75 final | '' )
/openssl/doc/man3/
H A DBIO_f_cipher.pod31 to flush and possibly pad the final block through the BIO.
37 When reading from an encryption BIO the final block is automatically
49 When encrypting BIO_flush() B<must> be called to flush the final block
50 through the BIO. If it is not then the final block will fail a subsequent
53 When decrypting an error on the final block is signaled by a zero
55 by EOF will also return zero for the final read. BIO_get_cipher_status()
H A DX509_STORE_set_verify_cb_func.pod131 X509_STORE_set_verify() sets the final chain verification function for
136 The final chain verification functions must return 0 on failure and 1
166 Its purpose is to look through the final chain and check the
192 of all the certificates in the final chain..
206 X509_STORE_set_cleanup() sets the final cleanup function, which is
H A DEVP_EncodeInit.pod48 the final block).
51 final block (which may be less than 48 bytes) will output 4 bytes for every 3
53 still output for the final 1 or 2 bytes of input. Similarly a newline character
90 encoded as a final block of data and the output is padded such that it is always
109 If the final chunk length is a multiple of 4, it is decoded immediately and
H A DEVP_MD_meth_new.pod37 int EVP_MD_meth_set_final(EVP_MD *md, int (*final)(EVP_MD_CTX *ctx,
139 EVP_MD_meth_set_final() sets the digest final function for B<md>.
140 The digest final function is called by EVP_Digest(), EVP_DigestFinal(),
H A DEVP_PKEY_get_size.pod33 EVP_PKEY_get_size() is only preliminary and not exact, so the final
/openssl/crypto/evp/
H A Dm_null.c27 static int final(EVP_MD_CTX *ctx, unsigned char *md) in final() function
40 final,
H A Dlegacy_meth.h39 #define LEGACY_EVP_MD_METH_TABLE(init, update, final, ctrl, blksz) \ argument
40 init, update, final, NULL, NULL, blksz, 0, ctrl
H A Dmac_meth.c108 if (mac->final != NULL) in evp_mac_from_algorithm()
110 mac->final = OSSL_FUNC_mac_final(fns); in evp_mac_from_algorithm()
H A Dmac_lib.c138 if (ctx->meth->final == NULL) { in evp_mac_final()
165 res = ctx->meth->final(ctx->algctx, out, &l, outsize); in evp_mac_final()
H A Devp_enc.c885 OPENSSL_assert(b <= sizeof(ctx->final)); in EVP_DecryptUpdate()
907 memcpy(out, ctx->final, b); in EVP_DecryptUpdate()
923 memcpy(ctx->final, &out[*outl], b); in EVP_DecryptUpdate()
1016 OPENSSL_assert(b <= sizeof(ctx->final)); in EVP_DecryptFinal_ex()
1022 n = ctx->final[b - 1]; in EVP_DecryptFinal_ex()
1028 if (ctx->final[--b] != n) { in EVP_DecryptFinal_ex()
1035 out[i] = ctx->final[i]; in EVP_DecryptFinal_ex()
H A Devp_lib.c926 int EVP_MD_meth_set_final(EVP_MD *md, int (*final)(EVP_MD_CTX *ctx, in EVP_MD_meth_set_final()
929 if (md->final != NULL) in EVP_MD_meth_set_final()
932 md->final = final; in EVP_MD_meth_set_final()
991 return md->final; in EVP_MD_meth_get_final()
/openssl/VMS/
H A Dmsg_staging.com7 $ ! P3 final software installation directory
8 $ ! P4 final data installation directory
/openssl/test/recipes/30-test_evp_data/
H A Devpmac_poly1305.txt40 … partial reduction, does the code handle the case where partially reduced final result is not full…
61 # What happens if final result from polynomial part is exactly 2^130-5?
68 # What happens if final result from polynomial part is exactly 2^130-6?
175 # poly1305_ieee754.c failed this in final stage
306 # 5*H+L reduction final
/openssl/doc/man7/
H A DEVP_MD-MDC2.pod31 Normally the final MDC2 block is padded with zeros.
32 If the pad type is set to 2 then the final block is padded with 0x80 followed by
H A DEVP_MD-NULL.pod11 update and final methods.
H A DEVP_CIPHER-SM4.pod44 to be a multiple of the blocksize. Only the final EVP_EncryptUpdate() or
H A DEVP_RAND-CRNG-TEST.pod11 L<SP 800-90B|https://csrc.nist.gov/pubs/sp/800/90/b/final> Section 4 "Health
H A DEVP_CIPHER-AES.pod74 to be a multiple of the blocksize. Only the final EVP_EncryptUpdate() or
/openssl/dev/
H A Drelease.sh24 --final Get out of "alpha" or "beta" and make a final release.
46 If none of --alpha, --beta, or --final are given, this script tries to
89 --alpha | --beta | --final )
180 alpha+alpha | alpha+beta | beta+beta | final+final | + | +beta )
644 B<--final> |
692 =item B<--final>
/openssl/include/internal/
H A Dsha3.h31 sha3_final_fn *final; member
/openssl/test/
H A DREADME-external.md45 krb5-1.15.1-final if you want to be sure.
48 $ git checkout krb5-1.15.1-final
/openssl/doc/designs/
H A Dxof.md24 - finalize ends the absorb process (by adding padding bytes and doing a final
197 attempted. The method also avoids doing a final call to KeccakF1600() currently
222 inside the final. See <https://github.com/openssl/openssl/pull/7921>
/openssl/doc/man1/
H A Dopenssl-engine.pod.in45 final option adds the internal input flags.

Completed in 55 milliseconds

1234