Home
last modified time | relevance | path

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

12

/openssl-master/doc/man3/
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()
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
164 Its purpose is to look through the final chain and check the
190 of all the certificates in the final chain..
204 X509_STORE_set_cleanup() sets the final cleanup function, which is
A DEVP_EncodeInit.pod47 the final block). For each 48 byte input block encoded 64 bytes of base 64 data
49 final block (which may be less than 48 bytes) will output 4 bytes for every 3
51 still output for the final 1 or 2 bytes of input. Similarly a newline character
88 encoded as a final block of data and the output is padded such that it is always
A DEVP_MD_meth_new.pod37 int EVP_MD_meth_set_final(EVP_MD *md, int (*final)(EVP_MD_CTX *ctx,
138 EVP_MD_meth_set_final() sets the digest final function for B<md>.
139 The digest final function is called by EVP_Digest(), EVP_DigestFinal(),
A DBIO_f_base64.pod26 to flush the final block through the BIO.
A DEVP_PKEY_get_size.pod32 EVP_PKEY_get_size() is only preliminary and not exact, so the final
A DX509_NAME_get_index_by_NID.pod50 of space needed in B<buf> (excluding the final null) is returned.
A DSSL_connect.pod45 been received for the final handshake message.
/openssl-master/crypto/evp/
A Dm_null.c27 static int final(EVP_MD_CTX *ctx, unsigned char *md) in final() function
40 final,
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
A Dmac_meth.c102 if (mac->final != NULL) in evp_mac_from_algorithm()
104 mac->final = OSSL_FUNC_mac_final(fns); in evp_mac_from_algorithm()
A Dmac_lib.c141 if (ctx->meth->final == NULL) { in evp_mac_final()
168 res = ctx->meth->final(ctx->algctx, out, &l, outsize); in evp_mac_final()
A Devp_enc.c820 OPENSSL_assert(b <= sizeof(ctx->final)); in EVP_DecryptUpdate()
842 memcpy(out, ctx->final, b); in EVP_DecryptUpdate()
858 memcpy(ctx->final, &out[*outl], b); in EVP_DecryptUpdate()
951 OPENSSL_assert(b <= sizeof(ctx->final)); in EVP_DecryptFinal_ex()
957 n = ctx->final[b - 1]; in EVP_DecryptFinal_ex()
963 if (ctx->final[--b] != n) { in EVP_DecryptFinal_ex()
970 out[i] = ctx->final[i]; in EVP_DecryptFinal_ex()
A Devp_lib.c897 int EVP_MD_meth_set_final(EVP_MD *md, int (*final)(EVP_MD_CTX *ctx, in EVP_MD_meth_set_final()
900 if (md->final != NULL) in EVP_MD_meth_set_final()
903 md->final = final; in EVP_MD_meth_set_final()
962 return md->final; in EVP_MD_meth_get_final()
A Devp_local.h53 unsigned char final[EVP_MAX_BLOCK_LENGTH]; /* possible final block */ member
/openssl-master/VMS/
A Dmsg_staging.com7 $ ! P3 final software installation directory
8 $ ! P4 final data installation directory
/openssl-master/test/recipes/30-test_evp_data/
A Devpmac_poly1305.txt36 … partial reduction, does the code handle the case where partially reduced final result is not full…
54 # What happens if final result from polynomial part is exactly 2^130-5?
60 # What happens if final result from polynomial part is exactly 2^130-6?
151 # poly1305_ieee754.c failed this in final stage
263 # 5*H+L reduction final
/openssl-master/doc/man7/
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
/openssl-master/include/internal/
A Dsha3.h31 sha3_final_fn *final; member
/openssl-master/test/
A DREADME-external.md45 krb5-1.15.1-final if you want to be sure.
48 $ git checkout krb5-1.15.1-final
/openssl-master/
A DREADME-FIPS.md22 For example, on Unix the final command
/openssl-master/doc/man1/
A Dopenssl-engine.pod.in45 final option adds the internal input flags.
/openssl-master/providers/implementations/digests/
A Dsha3_prov.c114 ret = ctx->meth.final(out, ctx); in keccak_final()
/openssl-master/ssl/statem/
A Dextensions.c94 int (*final)(SSL *s, unsigned int context, int sent); member
752 if (thisexd->final != NULL && (thisexd->context & context) != 0 in tls_parse_all_extensions()
753 && !thisexd->final(s, context, exts[i].present)) { in tls_parse_all_extensions()
/openssl-master/crypto/des/asm/
A Ddes_enc.m4102 ! The logic used in initial and final permutations is the same as in
529 ! The final permutation logic switches the halves, meaning that
612 ! final permutation for current block.
1169 ! encrypts/decrypts without initial/final permutation
1431 ! we combine final permutation for this block with initial
1633 ! we combine final permutation for this block with initial
1812 ! 5 numbers for initial/final permutation

Completed in 33 milliseconds

12