| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| digest.c | 441 if (ctx->digest->dfinal == NULL) { 446 ret = ctx->digest->dfinal(ctx->algctx, md, &size, mdsize); 487 if (ctx->digest->dfinal == NULL) { 496 ret = ctx->digest->dfinal(ctx->algctx, md, &size, size); 986 if (md->dfinal == NULL) { 987 md->dfinal = OSSL_FUNC_digest_final(fns);
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| digest.c | 458 if (ctx->digest->dfinal == NULL) { 468 ret = ctx->digest->dfinal(ctx->algctx, md, &size, mdsize); 512 if (ctx->digest->dfinal == NULL) { 525 * used the size passed into ctx->digest->dfinal(). 531 ret = ctx->digest->dfinal(ctx->algctx, md, &size, size); 1064 if (md->dfinal == NULL) { 1065 md->dfinal = OSSL_FUNC_digest_final(fns);
|
| /src/external/gpl3/gcc/dist/gcc/config/i386/ |
| i386-expand.cc | 21061 struct expand_vec_perm_d dremap, dfinal; local 21082 dfinal = *d; 21083 dfinal.testing_p = true; 21091 if (expand_vec_perm_interleave3 (&dfinal)) 21256 /* Attempt to increase the likelihood that dfinal 21323 dfinal = *d; 21333 dfinal.perm[i] = e + nelt2; 21336 dfinal.perm[i] = e; 21341 dfinal.op0 = gen_lowpart (dfinal.vmode, dremap.target) 21379 struct expand_vec_perm_d dremap, dfinal; local 21723 struct expand_vec_perm_d dfirst, dsecond, dfinal; local 21842 struct expand_vec_perm_d dfirst, dsecond, dfinal; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| i386-expand.cc | 19718 struct expand_vec_perm_d dremap, dfinal; local 19739 dfinal = *d; 19740 dfinal.testing_p = true; 19748 if (expand_vec_perm_interleave3 (&dfinal)) 19913 /* Attempt to increase the likelihood that dfinal 19980 dfinal = *d; 19990 dfinal.perm[i] = e + nelt2; 19993 dfinal.perm[i] = e; 19998 dfinal.op0 = gen_lowpart (dfinal.vmode, dremap.target) 20036 struct expand_vec_perm_d dremap, dfinal; local 20380 struct expand_vec_perm_d dfirst, dsecond, dfinal; local 20499 struct expand_vec_perm_d dfirst, dsecond, dfinal; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| ia64.cc | 11628 struct expand_vec_perm_d dremap, dfinal; 11705 dfinal = *d; 11710 dfinal.perm[i] = e; 11713 dfinal.op0 = gen_raw_REG (dfinal.vmode, LAST_VIRTUAL_REGISTER + 1); 11715 dfinal.op0 = gen_reg_rtx (dfinal.vmode); 11716 dfinal.op1 = dfinal.op0; 11717 dfinal.one_operand_p = true [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
| ia64.cc | 11606 struct expand_vec_perm_d dremap, dfinal; 11683 dfinal = *d; 11688 dfinal.perm[i] = e; 11691 dfinal.op0 = gen_raw_REG (dfinal.vmode, LAST_VIRTUAL_REGISTER + 1); 11693 dfinal.op0 = gen_reg_rtx (dfinal.vmode); 11694 dfinal.op1 = dfinal.op0; 11695 dfinal.one_operand_p = true [all...] |
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| evp.h | 285 OSSL_FUNC_digest_final_fn *dfinal; member in struct:evp_md_st
|
| /src/crypto/external/bsd/openssl/dist/include/crypto/ |
| evp.h | 277 OSSL_FUNC_digest_final_fn *dfinal; member in struct:evp_md_st
|