Lines Matching defs:expanded
183 uint8_t expanded[EDDSA_448_PRIVATE_BYTES * 2];
185 if (!oneshot_hash(ctx, expanded, sizeof(expanded), privkey,
188 clamp(expanded);
189 ossl_curve448_scalar_decode_long(secret_scalar, expanded,
196 expanded + EDDSA_448_PRIVATE_BYTES,
199 OPENSSL_cleanse(expanded, sizeof(expanded));
202 OPENSSL_cleanse(expanded, sizeof(expanded));