/openssl-master/doc/man3/ |
A D | BIO_f_cipher.pod | 31 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 D | X509_STORE_set_verify_cb_func.pod | 131 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 D | EVP_EncodeInit.pod | 47 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 D | EVP_MD_meth_new.pod | 37 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 D | BIO_f_base64.pod | 26 to flush the final block through the BIO.
|
A D | EVP_PKEY_get_size.pod | 32 EVP_PKEY_get_size() is only preliminary and not exact, so the final
|
A D | X509_NAME_get_index_by_NID.pod | 50 of space needed in B<buf> (excluding the final null) is returned.
|
A D | SSL_connect.pod | 45 been received for the final handshake message.
|
/openssl-master/crypto/evp/ |
A D | m_null.c | 27 static int final(EVP_MD_CTX *ctx, unsigned char *md) in final() function 40 final,
|
A D | legacy_meth.h | 39 #define LEGACY_EVP_MD_METH_TABLE(init, update, final, ctrl, blksz) \ argument 40 init, update, final, NULL, NULL, blksz, 0, ctrl
|
A D | mac_meth.c | 102 if (mac->final != NULL) in evp_mac_from_algorithm() 104 mac->final = OSSL_FUNC_mac_final(fns); in evp_mac_from_algorithm()
|
A D | mac_lib.c | 141 if (ctx->meth->final == NULL) { in evp_mac_final() 168 res = ctx->meth->final(ctx->algctx, out, &l, outsize); in evp_mac_final()
|
A D | evp_enc.c | 820 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 D | evp_lib.c | 897 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 D | evp_local.h | 53 unsigned char final[EVP_MAX_BLOCK_LENGTH]; /* possible final block */ member
|
/openssl-master/VMS/ |
A D | msg_staging.com | 7 $ ! P3 final software installation directory 8 $ ! P4 final data installation directory
|
/openssl-master/test/recipes/30-test_evp_data/ |
A D | evpmac_poly1305.txt | 36 … 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 D | EVP_MD-MDC2.pod | 31 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 D | sha3.h | 31 sha3_final_fn *final; member
|
/openssl-master/test/ |
A D | README-external.md | 45 krb5-1.15.1-final if you want to be sure. 48 $ git checkout krb5-1.15.1-final
|
/openssl-master/ |
A D | README-FIPS.md | 22 For example, on Unix the final command
|
/openssl-master/doc/man1/ |
A D | openssl-engine.pod.in | 45 final option adds the internal input flags.
|
/openssl-master/providers/implementations/digests/ |
A D | sha3_prov.c | 114 ret = ctx->meth.final(out, ctx); in keccak_final()
|
/openssl-master/ssl/statem/ |
A D | extensions.c | 94 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 D | des_enc.m4 | 102 ! 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
|